Searched refs:ShaderProgramInfo (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.hpp | 48 bool compileGlslToSpirV (const GlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo… 63 bool compileHlslToSpirV (const HlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo…
|
D | vkShaderToSpirV.cpp | 256 …const ShaderLanguage shaderLanguage, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileShaderToSpirV() 353 …lToSpirV (const GlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileGlslToSpirV() 358 …lToSpirV (const HlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileHlslToSpirV()
|
D | vkPrograms.hpp | 214 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const… 215 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
|
D | vkPrograms.cpp | 153 void validateCompiledBinary(const vector<deUint32>& binary, glu::ShaderProgramInfo* buildInfo, cons… in validateCompiledBinary() 423 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram() 508 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 113 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() 118 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() 287 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollec… in init() 311 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollec… in init()
|
D | vktBuildPrograms.cpp | 220 void writeBuildLogs (const glu::ShaderProgramInfo& buildInfo, std::ostream& dst) in writeBuildLogs() 263 glu::ShaderProgramInfo buildInfo; in execute()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 75 struct ShaderProgramInfo struct 225 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo);
|
D | gluShaderProgram.cpp | 669 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 662 glu::ShaderProgramInfo getLogInfo (void); 759 glu::ShaderProgramInfo TestShaderProgram::getLogInfo (void) in getLogInfo() 761 glu::ShaderProgramInfo buildInfo; in getLogInfo() 790 glu::ShaderProgramInfo getShaderProgramInfo (void); 837 glu::ShaderProgramInfo m_shaderProgramInfo;
|
D | es31fSRGBDecodeTests.cpp | 617 glu::ShaderProgramInfo buildInfo; in SRGBTestProgram()
|