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 198 * Traits<float>::doMakeIVal(value)
208 return Traits<T>::doMakeIVal(value);
278 static Interval doMakeIVal (const T& value)
375 static IVal doMakeIVal (const T& value)
474 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);
299 static Interval doMakeIVal (const T& value)
396 static IVal doMakeIVal (const T& value)
495 static Void doMakeIVal (const Void& value) { return value; }
    [all...]

Completed in 516 milliseconds