Searched refs:doConvert (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 298 return Traits<T>::doConvert(fmt, value); in convert() 329 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() function 477 static IVal doConvert (const FloatFormat& fmt, const IVal& value) in doConvert() function 522 static Void doConvert (const FloatFormat&, const Void& value) { return value; } in doConvert() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 464 return Traits<T>::doConvert(fmt, value); in convert() 520 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() function 525 static Interval doConvert (const FloatFormat& fmt, const IVal& ival, bool is16Bit) in doConvert() function 554 static Interval doConvert (const FloatFormat& fmt, const IVal& ival) in doConvert() function 913 static IVal doConvert (const FloatFormat& fmt, const IVal& value) in doConvert() function 959 static Void doConvert (const FloatFormat&, const Void& value) { return value; } in doConvert() function
|