Home | History | Annotate | Download | only in vulkan

Lines Matching refs:TestLog

55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST])
57 log << tcu::TestLog::ShaderProgram(false, "(Source only)");
65 log << tcu::TestLog::Shader(glu::getLogShaderType((glu::ShaderType)shaderType),
73 log << tcu::TestLog::EndShaderProgram;
77 log << tcu::TestLog::EndShaderProgram;
82 tcu::TestLog& operator<< (tcu::TestLog& log, const GlslSource& shaderSource)
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource)