Home
last modified time | relevance | path

Searched refs:builtinRes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp216 TBuiltInResource builtinRes; in compileGlslToSpirV() local
219 getDefaultBuiltInResources(&builtinRes); in compileGlslToSpirV()
232 const int compileRes = shader.parse(&builtinRes, 100, false, EShMsgSpvRules); in compileGlslToSpirV()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp258 TBuiltInResource builtinRes = {}; in compileShaderToSpirV() local
268 getDefaultBuiltInResources(&builtinRes); in compileShaderToSpirV()
317 const int compileRes = shader.parse(&builtinRes, 110, false, compileFlags); in compileShaderToSpirV()