HomeSort by relevance Sort by last modified time
    Searched refs:sampleInfo (Results 1 - 4 of 4) sorted by null

  /external/deqp/executor/tools/
xeExtractSampleLists.cpp 52 for (int ndx = 0; ndx < sampleList.sampleInfo.valueInfos.getNumItems(); ndx++)
56 out << static_cast<const xe::ri::ValueInfo&>(sampleList.sampleInfo.valueInfos.getItem(ndx)).name;
  /external/deqp/executor/
xeTestCaseResult.hpp 78 class SampleInfo;
466 class SampleInfo : public Item
469 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {}
470 ~SampleInfo (void) {}
501 SampleInfo sampleInfo;
xeTestResultParser.cpp 125 { 0xf0feae93, "SampleInfo", ri::TYPE_SAMPLEINFO },
649 throw TestResultParseError("<SampleInfo> outside of <SampleList>");
652 ri::SampleInfo* info = &list->sampleInfo;
661 throw TestResultParseError("<ValueInfo> outside of <SampleInfo>");
663 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem);
664 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>();
xeTestLogWriter.cpp 433 writeResultItem(list.sampleInfo, dst);
444 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item);
445 dst << Writer::BeginElement("SampleInfo");

Completed in 55 milliseconds