Home
last modified time | relevance | path

Searched refs:eMin (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuFloat.hpp266 const int eMin = 1 - ExponentBias; in convert() local
280 if (e < eMin) in convert()
283 if ((Flags & FLOAT_SUPPORT_DENORM) && (eMin-e-1 <= MantissaBits)) in convert()
286 int bitDiff = (OtherMantissaBits-MantissaBits) + (eMin-e); in convert()
329 DE_ASSERT(de::inRange(e, eMin, eMax)); in convert()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp1007 void CPVRTPrint3D::SetFiltering(ETextureFilter eMin, ETextureFilter eMag, ETextureFilter eMip) in SetFiltering() argument
1009 if(eMin == eFilter_None) eMin = eFilter_Default; // Illegal value in SetFiltering()
1012 m_eFilterMethod[eFilterProc_Min] = eMin; in SetFiltering()
DPVRTPrint3D.h164 void SetFiltering(ETextureFilter eMin, ETextureFilter eMag, ETextureFilter eMip);
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp2609 eMin = VK_BLEND_OP_MIN, enumerator
2666 case BlendOp::eMin : return "Min"; in to_string()
4514 eMin = VK_SAMPLER_REDUCTION_MODE_MIN_EXT, enumerator
4523 case SamplerReductionModeEXT::eMin : return "Min"; in to_string()
9223 eMin = VK_RESOLVE_MODE_MIN_BIT_KHR, enumerator
9234 case ResolveModeFlagBitsKHR::eMin : return "Min"; in to_string()
9256 …Flags(ResolveModeFlagBitsKHR::eAverage) | VkFlags(ResolveModeFlagBitsKHR::eMin) | VkFlags(ResolveM…
9268 if ( value & ResolveModeFlagBitsKHR::eMin ) result += "Min | "; in to_string()
/external/swiftshader/include/vulkan/
Dvulkan.hpp8512 eMin = VK_BLEND_OP_MIN, enumerator
35389 eMin = VK_SAMPLER_REDUCTION_MODE_MIN_EXT, enumerator
49624 case BlendOp::eMin: return "Min"; in to_string()
52015 case SamplerReductionModeEXT::eMin: return "Min"; in to_string()