Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCaseResult.hpp81 class SampleValue;
485 class SampleValue : public Item class
488 SampleValue (void) : Item(TYPE_SAMPLEVALUE) {} in SampleValue() function in xe::ri::SampleValue
489 ~SampleValue (void) {} in ~SampleValue()
DxeTestResultParser.cpp705 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()
761 ri::SampleValue* value = static_cast<ri::SampleValue*>(curItem); in handleElementEnd()
DxeTestLogWriter.cpp481 const ri::SampleValue& value = static_cast<const ri::SampleValue&>(item); in writeResultItem()
/external/deqp/executor/tools/
DxeExtractSampleLists.cpp67 …const xe::ri::SampleValue& value = static_cast<const xe::ri::SampleValue&>(sample.values.getItem(v… in writeSampleList()