Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp255 TBuiltInResource builtinRes = {0}; in compileShaderToSpirV() local
265 getDefaultBuiltInResources(&builtinRes); in compileShaderToSpirV()
307 const int compileRes = shader.parse(&builtinRes, 110, false, compileFlags); in compileShaderToSpirV()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp206 TBuiltInResource builtinRes; in compileGlslToSpirV() local
209 getDefaultBuiltInResources(&builtinRes); in compileGlslToSpirV()
221 const int compileRes = shader.parse(&builtinRes, 100, false, EShMsgSpvRules); in compileGlslToSpirV()