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

/external/deqp/executor/tools/
H A DxeExtractSampleLists.cpp67 const xe::ri::SampleValue& value = static_cast<const xe::ri::SampleValue&>(sample.values.getItem(valNdx));
/external/deqp/executor/
H A DxeTestCaseResult.hpp81 class SampleValue;
475 class SampleValue : public Item class in namespace:xe::ri
478 SampleValue (void) : Item(TYPE_SAMPLEVALUE) {} function in class:xe::ri::SampleValue
479 ~SampleValue (void) {}
H A DxeTestResultParser.cpp695 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>();
751 ri::SampleValue* value = static_cast<ri::SampleValue*>(curItem);
H A DxeTestLogWriter.cpp477 const ri::SampleValue& value = static_cast<const ri::SampleValue&>(item);

Completed in 2050 milliseconds