Searched refs:numShaderStorageBlocks (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 129 int numShaderStorageBlocks; member 144 int numShaderStorageBlocks; member
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2516 { GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2545 { GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2572 { GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2603 { GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2635 { GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2665 { GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2713 { GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkProgramCombinedResourceUsage()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1721 retVal.numShaderStorageBlocks = getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getShaderResourceUsage() 1799 retVal.numShaderStorageBlocks = 0; in getCombinedProgramResourceUsage() 1835 retVal.numShaderStorageBlocks += getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getCombinedProgramResourceUsage()
|