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 | 2526 { GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2555 { GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2582 { GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2613 { GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2645 { GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2675 { GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage() 2723 { GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkProgramCombinedResourceUsage()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1764 retVal.numShaderStorageBlocks = getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getShaderResourceUsage() 1842 retVal.numShaderStorageBlocks = 0; in getCombinedProgramResourceUsage() 1878 retVal.numShaderStorageBlocks += getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getCombinedProgramResourceUsage()
|