OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDGPUDevice
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDevice.cpp
14
AMDGPUDevice
::
AMDGPUDevice
(AMDGPUSubtarget *ST) : mSTM(ST)
22
AMDGPUDevice
::~
AMDGPUDevice
()
28
size_t
AMDGPUDevice
::getMaxGDSSize() const
34
AMDGPUDevice
::getDeviceFlag() const
39
size_t
AMDGPUDevice
::getMaxNumCBs() const
48
size_t
AMDGPUDevice
::getMaxCBSize() const
57
size_t
AMDGPUDevice
::getMaxScratchSize() const
62
uint32_t
AMDGPUDevice
::getStackAlignment() cons
[
all
...]
AMDILDevice.h
28
class
AMDGPUDevice
{
30
AMDGPUDevice
(AMDGPUSubtarget *ST);
31
virtual ~
AMDGPUDevice
();
/external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.cpp
14
AMDGPUDevice
::
AMDGPUDevice
(AMDGPUSubtarget *ST) : mSTM(ST)
22
AMDGPUDevice
::~
AMDGPUDevice
()
28
size_t
AMDGPUDevice
::getMaxGDSSize() const
34
AMDGPUDevice
::getDeviceFlag() const
39
size_t
AMDGPUDevice
::getMaxNumCBs() const
48
size_t
AMDGPUDevice
::getMaxCBSize() const
57
size_t
AMDGPUDevice
::getMaxScratchSize() const
62
uint32_t
AMDGPUDevice
::getStackAlignment() cons
[
all
...]
AMDILDevice.h
28
class
AMDGPUDevice
{
30
AMDGPUDevice
(AMDGPUSubtarget *ST);
31
virtual ~
AMDGPUDevice
();
Completed in 111 milliseconds