Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.hpp48 bool compileGlslToSpirV (const GlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo…
DvkShaderToSpirV.cpp367 bool compileGlslToSpirV (const GlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramI… in compileGlslToSpirV() function
DvkPrograms.cpp681 if (!compileGlslToSpirV(program, &nonStrippedBinary, buildInfo)) in buildProgram()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp215 bool compileGlslToSpirV(tcu::TestLog& log, std::string source, glu::ShaderType type, ShaderBinaryDa… in compileGlslToSpirV() function
312 …if (!spirvUtils::compileGlslToSpirV(log, source.source, source.shaderType, &binary.binary, version… in makeSpirV()