Searched refs:KernelSource (Results 1 – 7 of 7) sorted by relevance
75 class KernelSource;425 class KernelSource : public Item class428 KernelSource (void) : Item(TYPE_KERNELSOURCE) {} in KernelSource() function in xe::ri::KernelSource429 ~KernelSource (void) {} in ~KernelSource()
578 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()784 m_xmlParser.appendDataStr(static_cast<ri::KernelSource*>(curItem)->source); in handleData()
357 …dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource&>(item).source <… in writeResultItem()
97 typedef LogKernelSource KernelSource; typedef in tcu::TestLog120 TestLog& operator<< (const KernelSource& kernelSrc);431 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); retu… in operator <<()
130 <KernelSource>[string]</KernelSource>
1467 << tcu::TestLog::KernelSource(source); in iterate()1475 << tcu::TestLog::KernelSource(shader.getInfoLog()); in iterate()
386 log << TestLog::KernelSource(vertexShaderSource); in logShaders()400 log << TestLog::KernelSource(fragmentShaderSource); in logShaders()