Searched refs:valueInfos (Results 1 – 4 of 4) sorted by relevance
52 for (int ndx = 0; ndx < sampleList.sampleInfo.valueInfos.getNumItems(); ndx++) in writeSampleList()56 out << static_cast<const xe::ri::ValueInfo&>(sampleList.sampleInfo.valueInfos.getItem(ndx)).name; in writeSampleList()
459 for (int ndx = 0; ndx < info.valueInfos.getNumItems(); ndx++) in writeResultItem()460 writeResultItem(info.valueInfos.getItem(ndx), dst); in writeResultItem()
491 List valueInfos; member in xe::ri::SampleInfo
689 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>(); in handleElementStart()