Searched refs:KernelSource (Results 1 – 10 of 10) sorted by relevance
75 class KernelSource;441 class KernelSource : public Item class444 KernelSource (void) : Item(TYPE_KERNELSOURCE) {} in KernelSource() function in xe::ri::KernelSource445 ~KernelSource (void) {} in ~KernelSource()
600 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()810 m_xmlParser.appendDataStr(static_cast<ri::KernelSource*>(curItem)->source); in handleData()
368 …dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource&>(item).source <… in writeResultItem()
99 typedef LogKernelSource KernelSource; typedef in tcu::TestLog125 TestLog& operator<< (const KernelSource& kernelSrc);447 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); retu… in operator <<()
134 <KernelSource>[string]</KernelSource>
2522 << tcu::TestLog::EndMessage << tcu::TestLog::KernelSource(source); in LogSource()5809 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5810 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5811 << tcu::TestLog::KernelSource(fragment_shader); in test()5838 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5839 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5840 << tcu::TestLog::KernelSource(fragment_shader); in test()5849 << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5850 << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5851 << tcu::TestLog::KernelSource(fragment_shader); in test()[all …]
82 << tcu::TestLog::KernelSource(shader_code); in compile_shader()
728 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()
1515 << tcu::TestLog::KernelSource(source); in iterate()1523 << tcu::TestLog::KernelSource(shader.getInfoLog()); in iterate()
386 log << TestLog::KernelSource(vertexShaderSource); in logShaders()400 log << TestLog::KernelSource(fragmentShaderSource); in logShaders()