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.cpp253 …const ShaderLanguage shaderLanguage, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileShaderToSpirV()
343 …lToSpirV (const GlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileGlslToSpirV()
348 …lToSpirV (const HlslSource& program, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo) in compileHlslToSpirV()
365 bool compileGlslToSpirV (const GlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileGlslToSpirV() argument
370 bool compileHlslToSpirV (const HlslSource&, std::vector<deUint32>*, glu::ShaderProgramInfo*) in compileHlslToSpirV() argument
DvkPrograms.hpp210 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
211 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const…
DvkPrograms.cpp342 void validateCompiledBinary(const vector<deUint32>& binary, glu::ShaderProgramInfo* buildInfo, cons… in validateCompiledBinary()
553 ProgramBinary* buildProgram (const GlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram()
638 ProgramBinary* buildProgram (const HlslSource& program, glu::ShaderProgramInfo* buildInfo, const tc… in buildProgram()
785 ProgramBinary* buildProgram (const GlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram() argument
790 ProgramBinary* buildProgram (const HlslSource&, glu::ShaderProgramInfo*, const tcu::CommandLine&) in buildProgram() argument
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp99 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram()
104 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram()
262 …const vk::ProgramBinary* const binProg = buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollec… in init()
286 …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.cpp645 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()