Searched refs:sampleInfo (Results 1 - 4 of 4) sorted by relevance

/external/deqp/executor/tools/
H A DxeExtractSampleLists.cpp52 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/
H A DxeTestCaseResult.hpp511 SampleInfo sampleInfo; member in class:xe::ri::SampleList
H A DxeTestResultParser.cpp662 ri::SampleInfo* info = &list->sampleInfo;
673 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); local
674 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>();
H A DxeTestLogWriter.cpp437 writeResultItem(list.sampleInfo, dst);

Completed in 170 milliseconds