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.cpp2526 { 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()
Des31fProgramInterfaceDefinitionUtil.cpp1764 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()