Searched refs:numIntBits (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 849 uint32_t numIntBits, in VCVT_F32_FIXED_SI() argument 853 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_F32_FIXED_SI() 891 uint32_t numIntBits, in VCVT_FIXED_SI_F32() argument 895 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_FIXED_SI_F32() 896 uint32_t extraBits = 32 - numIntBits - numFracBits; in VCVT_FIXED_SI_F32() 897 if (numIntBits && extraBits) in VCVT_FIXED_SI_F32() 906 if (numIntBits) in VCVT_FIXED_SI_F32() 921 uint32_t numIntBits, in VCVT_F32_FIXED_UI() argument 925 SWR_ASSERT((numIntBits + numFracBits) <= 32, "Can only handle 32-bit fixed-point values"); in VCVT_F32_FIXED_UI() 960 uint32_t numIntBits, in VCVT_FIXED_UI_F32() argument [all …]
|
D | builder_misc.h | 150 uint32_t numIntBits, 154 uint32_t numIntBits, 159 uint32_t numIntBits, 163 uint32_t numIntBits,
|