Home
last modified time | relevance | path

Searched refs:MAX_LDS_SIZE_800 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILEvergreenDevice.cpp33 return MAX_LDS_SIZE_800; in getMaxLDSSize()
40 return MAX_LDS_SIZE_800; in getMaxGDSSize()
DAMDILNIDevice.h57 static const unsigned int MAX_LDS_SIZE_900 = AMDGPUDevice::MAX_LDS_SIZE_800;
DAMDILDevice.h99 static const unsigned int MAX_LDS_SIZE_800 = 32768; variable