Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp129 int numShaderStorageBlocks; member
144 int numShaderStorageBlocks; member
Des31fProgramInterfaceQueryTestCase.cpp2520 { GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2549 { GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2576 { GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2607 { GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2639 { GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2669 { GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkShaderResourceUsage()
2717 { GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, usage.numShaderStorageBlocks }, in checkProgramCombinedResourceUsage()
Des31fProgramInterfaceDefinitionUtil.cpp1737 retVal.numShaderStorageBlocks = getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getShaderResourceUsage()
1815 retVal.numShaderStorageBlocks = 0; in getCombinedProgramResourceUsage()
1851 retVal.numShaderStorageBlocks += getNumShaderBlocks(shader, glu::STORAGE_BUFFER); in getCombinedProgramResourceUsage()