Searched refs:doMakeIVal (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp198 * Traits<float>::doMakeIVal(value)
208 return Traits<T>::doMakeIVal(value);
278 static Interval doMakeIVal (const T& value) function in struct:vkt::shaderexecutor::ScalarTraits
375 static IVal doMakeIVal (const T& value) function in struct:vkt::shaderexecutor::ContainerTraits
474 static Void doMakeIVal (const Void& value) { return value; } function in struct:vkt::shaderexecutor::Traits
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp219 * Traits<float>::doMakeIVal(value)
229 return Traits<T>::doMakeIVal(value);
299 static Interval doMakeIVal (const T& value) function in struct:deqp::gls::BuiltinPrecisionTests::ScalarTraits
396 static IVal doMakeIVal (const T& value) function in struct:deqp::gls::BuiltinPrecisionTests::ContainerTraits
495 static Void doMakeIVal (const Void& value) { return value; } function in struct:deqp::gls::BuiltinPrecisionTests::Traits

Completed in 118 milliseconds