Searched refs:KernelSource (Results 1 – 7 of 7) sorted by relevance
75 class KernelSource;435 class KernelSource : public Item class438 KernelSource (void) : Item(TYPE_KERNELSOURCE) {} in KernelSource() function in xe::ri::KernelSource439 ~KernelSource (void) {} in ~KernelSource()
588 item = curList->allocItem<ri::KernelSource>(); in handleElementStart()798 m_xmlParser.appendDataStr(static_cast<ri::KernelSource*>(curItem)->source); in handleData()
361 …dst << Writer::BeginElement("KernelSource") << static_cast<const ri::KernelSource&>(item).source <… in writeResultItem()
99 typedef LogKernelSource KernelSource; typedef in tcu::TestLog123 TestLog& operator<< (const KernelSource& kernelSrc);441 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); retu… in operator <<()
130 <KernelSource>[string]</KernelSource>
1496 << tcu::TestLog::KernelSource(source); in iterate()1504 << tcu::TestLog::KernelSource(shader.getInfoLog()); in iterate()
386 log << TestLog::KernelSource(vertexShaderSource); in logShaders()400 log << TestLog::KernelSource(fragmentShaderSource); in logShaders()