Home
last modified time | relevance | path

Searched refs:compileGlslToSpirV (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.hpp48 bool compileGlslToSpirV (const GlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo…
DvkShaderToSpirV.cpp353 bool compileGlslToSpirV (const GlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramI… in compileGlslToSpirV() function
DvkPrograms.cpp482 if (!compileGlslToSpirV(program, &nonStrippedBinary, buildInfo)) in buildProgram()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp214 bool compileGlslToSpirV(tcu::TestLog& log, std::string source, glu::ShaderType type, ShaderBinaryDa… in compileGlslToSpirV() function
311 …if (!spirvUtils::compileGlslToSpirV(log, source.source, source.shaderType, &binary.binary, version… in makeSpirV()