Home
last modified time | relevance | path

Searched refs:valueToStr (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py319 def valueToStr(value_type, value): function
333 yield valueToStr(value_type, value)
573 out = [valueToStr(self.out_type, x) for x in IN_VALUES[self.out_type]]
649 out = [valueToStr(self.out_type, x) for x in IN_VALUES["float"]]
699 return valueToStr(self.out_type, IN_VALUES[self.out_type][0])
749 in_values = [valueToStr(self.out_type, x) for x in IN_VALUES[self.in_type]]
772 return valueToStr(self.in_type, IN_VALUES[self.in_type][0])
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1505 std::string valueToStr(const T v) in valueToStr() function
1513 std::string valueToStr<deUint8> (const deUint8 v) in valueToStr() function
1521 std::string valueToStr<deInt8> ( const deInt8 v) in valueToStr() function
1565 inputStream << valueToStr(input[ndxIndex][ndxCount]); in verifyResult()
1572 << ": expected " << valueToStr(expected[ndxCount]) << ", obtained " in verifyResult()
1573 << valueToStr(obtained[ndxCount]) << tcu::TestLog::EndMessage; in verifyResult()