Home
last modified time | relevance | path

Searched refs:numIntBits (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp837 uint32_t numIntBits, in VCVT_F32_FIXED_SI() argument
841 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_F32_FIXED_SI()
879 uint32_t numIntBits, in VCVT_FIXED_SI_F32() argument
883 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_FIXED_SI_F32()
884 uint32_t extraBits = 32 - numIntBits - numFracBits; in VCVT_FIXED_SI_F32()
885 if (numIntBits && extraBits) in VCVT_FIXED_SI_F32()
894 if (numIntBits) in VCVT_FIXED_SI_F32()
909 uint32_t numIntBits, in VCVT_F32_FIXED_UI() argument
913 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_F32_FIXED_UI()
948 uint32_t numIntBits, in VCVT_FIXED_UI_F32() argument
[all …]
Dbuilder_misc.h150 uint32_t numIntBits,
154 uint32_t numIntBits,
159 uint32_t numIntBits,
163 uint32_t numIntBits,