Home
last modified time | relevance | path

Searched refs:ShaderProgramInfo (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.hpp48 bool compileGlslToSpirV (const GlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo
63 bool compileHlslToSpirV (const HlslSource& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo
DvkShaderToSpirV.cpp256 …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()
DvkPrograms.hpp214 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
215 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
DvkPrograms.cpp153 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/
DvktTestPackage.cpp113 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()
DvktBuildPrograms.cpp220 void writeBuildLogs (const glu::ShaderProgramInfo& buildInfo, std::ostream& dst) in writeBuildLogs()
263 glu::ShaderProgramInfo buildInfo; in execute()
/external/deqp/framework/opengl/
DgluShaderProgram.hpp75 struct ShaderProgramInfo struct
225 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo);
DgluShaderProgram.cpp669 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgramInfo& shaderProgramInfo) in operator <<()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp662 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;
Des31fSRGBDecodeTests.cpp617 glu::ShaderProgramInfo buildInfo; in SRGBTestProgram()