HomeSort by relevance Sort by last modified time
    Searched refs:floatFormat (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 84 using tcu::FloatFormat;
228 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
234 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
243 void printValue (const FloatFormat& fmt, const T& value, ostream& os)
249 string valueToString (const FloatFormat& fmt, const T& val)
260 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
266 typename Traits<T>::IVal convert (const FloatFormat& fmt,
295 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
300 static Interval doRound (const FloatFormat& fmt, T value)
309 static void doPrintIVal (const FloatFormat& fmt
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 95 using tcu::FloatFormat;
249 void printIVal (const FloatFormat& fmt, const typename Traits<T>::IVal& ival, ostream& os)
255 string intervalToString (const FloatFormat& fmt, const typename Traits<T>::IVal& ival)
264 void printValue (const FloatFormat& fmt, const T& value, ostream& os)
270 string valueToString (const FloatFormat& fmt, const T& val)
281 typename Traits<T>::IVal round (const FloatFormat& fmt, const T& value)
287 typename Traits<T>::IVal convert (const FloatFormat& fmt,
316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
321 static Interval doRound (const FloatFormat& fmt, T value)
330 static void doPrintIVal (const FloatFormat& fmt
    [all...]

Completed in 227 milliseconds