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

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 207 * Traits<float>::doMakeIVal(value)
217 return Traits<T>::doMakeIVal(value);
287 static Interval doMakeIVal (const T& value)
384 static IVal doMakeIVal (const T& value)
483 static Void doMakeIVal (const Void& value) { return value; }
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 219 * Traits<float>::doMakeIVal(value)
229 return Traits<T>::doMakeIVal(value);
306 static Interval doMakeIVal (const T& value)
408 static IVal doMakeIVal (const T& value)
516 static Void doMakeIVal (const Void& value) { return value; }
    [all...]

Completed in 61 milliseconds