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()
450 for (int ndx = 0; ndx < info.valueInfos.getNumItems(); ndx++) in writeResultItem()451 writeResultItem(info.valueInfos.getItem(ndx), dst); in writeResultItem()
482 List valueInfos; member in xe::ri::SampleInfo
674 ri::ValueInfo* valueInfo = sampleInfo->valueInfos.allocItem<ri::ValueInfo>(); in handleElementStart()