Home
last modified time | relevance | path

Searched refs:HlslSource (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderProgram.cpp43 HlslSource& HlslSource::operator<< (const glu::ShaderSource& shaderSource) in operator <<()
49 HlslSource& HlslSource::operator<< (const ShaderBuildOptions& buildOptions_) in operator <<()
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource) in operator <<()
DvkShaderProgram.hpp115 struct HlslSource struct
121 HlslSource& operator<< (const glu::ShaderSource& shaderSource);
122 HlslSource& operator<< (const ShaderBuildOptions& buildOptions_);
126 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource);
DvkShaderToSpirV.hpp63 bool compileHlslToSpirV (const HlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo…
DvkPrograms.hpp190 typedef ProgramCollection<HlslSource, ShaderBuildOptions> HlslSourceCollection;
215 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
DvkShaderToSpirV.cpp360 bool compileHlslToSpirV (const HlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramI… in compileHlslToSpirV()
DvkPrograms.cpp508 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp412 de::PoolArray<BuildHighLevelShaderTask<vk::HlslSource> > buildHlslTasks (&tmpPool); in buildPrograms()
471 …buildHlslTasks.pushBack(BuildHighLevelShaderTask<vk::HlslSource>(progIter.getProgram(), &programs.… in buildPrograms()
DvktTestPackage.cpp120 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram()