dispatcher.cc (11640:aa846ec8cd8d) dispatcher.cc (11646:fd783bff017c)
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 386 unchanged lines hidden (view full) ---

395
396void
397GpuDispatcher::setFuncargsSize(int funcargs_size)
398{
399 shader->funcargs_size = funcargs_size;
400}
401
402uint32_t
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 386 unchanged lines hidden (view full) ---

395
396void
397GpuDispatcher::setFuncargsSize(int funcargs_size)
398{
399 shader->funcargs_size = funcargs_size;
400}
401
402uint32_t
403GPUDispatcher::getStaticContextSize() const
403GpuDispatcher::getStaticContextSize() const
404{
405 return shader->cuList[0]->wfList[0][0]->getStaticContextSize();
406}
404{
405 return shader->cuList[0]->wfList[0][0]->getStaticContextSize();
406}