Home
last modified time | relevance | path

Searched refs:KernelSource (Results 1 – 7 of 7) 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);
441 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); retu… in operator <<()
/external/deqp/doc/
Dqpa_file_format.txt130 <KernelSource>[string]</KernelSource>
/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()