Searched refs:KernelSource (Results 1 – 10 of 10) sorted by relevance
76 class KernelSource;531 class KernelSource : public Item class534 KernelSource(void) : Item(TYPE_KERNELSOURCE) in KernelSource() function in xe::ri::KernelSource537 ~KernelSource(void) in ~KernelSource()
593 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()803 m_xmlParser.appendDataStr(static_cast<ri::KernelSource *>(curItem)->source); in handleData()
400 … dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource &>(item).source in writeResultItem()
120 typedef LogKernelSource KernelSource; typedef in tcu::TestLog146 TestLog &operator<<(const KernelSource &kernelSrc);546 inline TestLog &TestLog::operator<<(const KernelSource &kernelSrc) in operator <<()
134 <KernelSource>[string]</KernelSource>
2525 … << tcu::TestLog::EndMessage << tcu::TestLog::KernelSource(source); in LogSource()5812 … << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5813 … << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5814 << tcu::TestLog::KernelSource(fragment_shader); in test()5841 … << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5842 … << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5843 << tcu::TestLog::KernelSource(fragment_shader); in test()5852 … << tcu::TestLog::KernelSource(vertex_shader) << tcu::TestLog::KernelSource(tess_ctrl_shader) in test()5853 … << tcu::TestLog::KernelSource(tess_eval_shader) << tcu::TestLog::KernelSource(geometry_shader) in test()5854 << tcu::TestLog::KernelSource(fragment_shader); in test()[all …]
82 << &message[0] << tcu::TestLog::EndMessage << tcu::TestLog::KernelSource(shader_code); in compile_shader()
737 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()773 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()987 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(vertex_shader_source); in execute_positive_test()988 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()1282 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(vertex_shader_source); in execute_positive_test()1283 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(tess_ctrl_shader_source); in execute_positive_test()1284 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(tess_eval_shader_source); in execute_positive_test()1285 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(geometry_shader_source); in execute_positive_test()1286 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(fragment_shader_source); in execute_positive_test()1290 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(compute_shader_source); in execute_positive_test()
1575 << tcu::TestLog::KernelSource(source); in iterate()1581 << tcu::TestLog::KernelSource(shader.getInfoLog()); in iterate()
376 log << TestLog::KernelSource(vertexShaderSource); in logShaders()390 log << TestLog::KernelSource(fragmentShaderSource); in logShaders()