Home
last modified time | relevance | path

Searched defs:getMin (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.hpp204 ConstValueAccess getMin (void) const { return ConstValueAccess(*m_type, m_min); } in getMin() function in rsg::ConstValueRangeAccess
246 ValueAccess getMin (void) { return ValueAccess(*m_type, m_min); } in getMin() function in rsg::ValueRangeAccess
282 ValueAccess getMin (void) { return ValueAccess(m_type, getMinPtr()); } in getMin() function in rsg::ValueRange
285 ConstValueAccess getMin (void) const { return ConstValueAccess(m_type, getMinPtr()); } in getMin() function in rsg::ValueRange
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14261 …virtual double getMin (double value, double ulps) { return value - floatFormat16.ulp(deAbs(v… in getMin() function