Searched defs:HlslSource (Results 1 – 3 of 3) sorted by relevance
100 struct HlslSource struct102 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_HLSL;103 std::vector<std::string> sources[glu::SHADERTYPE_LAST];104 ShaderBuildOptions buildOptions;
370 bool compileHlslToSpirV (const HlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileHlslToSpirV()
790 ProgramBinary* buildProgram (const HlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram()