Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCaseResult.hpp75 class KernelSource;
435 class KernelSource : public Item class
438 KernelSource (void) : Item(TYPE_KERNELSOURCE) {} in KernelSource() function in xe::ri::KernelSource
439 ~KernelSource (void) {} in ~KernelSource()
DxeTestResultParser.cpp588 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()
798 m_xmlParser.appendDataStr(static_cast<ri::KernelSource*>(curItem)->source); in handleData()
DxeTestLogWriter.cpp361 …dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource&>(item).source <… in writeResultItem()
/external/deqp/framework/common/
DtcuTestLog.hpp99 typedef LogKernelSource KernelSource; typedef in tcu::TestLog
123 TestLog& operator<< (const KernelSource& kernelSrc);
445 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); retu… in operator <<()
/external/deqp/doc/
Dqpa_file_format.txt134 <KernelSource>[string]</KernelSource>
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp2465 << tcu::TestLog::EndMessage << tcu::TestLog::KernelSource(source); in LogSource()
5754 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()
5755 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()
5756 << tcu::TestLog::KernelSource(fragment_shader); in test()
5783 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()
5784 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()
5785 << tcu::TestLog::KernelSource(fragment_shader); in test()
5794 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()
5795 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()
5796 << tcu::TestLog::KernelSource(fragment_shader); in test()
[all …]
Dgl3cGLSLnoperspectiveTests.cpp82 << tcu::TestLog::KernelSource(shader_code); in compile_shader()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp728 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()
764 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()
978 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(vertex_shader_source); in execute_positive_test()
979 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()
1202 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(vertex_shader_source); in execute_positive_test()
1203 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(tess_ctrl_shader_source); in execute_positive_test()
1204 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(tess_eval_shader_source); in execute_positive_test()
1205 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(geometry_shader_source); in execute_positive_test()
1206 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()
1210 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(compute_shader_source); in execute_positive_test()
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp1496 << tcu::TestLog::KernelSource(source); in iterate()
1504 << tcu::TestLog::KernelSource(shader.getInfoLog()); in iterate()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp386 log << TestLog::KernelSource(vertexShaderSource); in logShaders()
400 log << TestLog::KernelSource(fragmentShaderSource); in logShaders()