Searched defs:unorm (Results 1 – 10 of 10) sorted by relevance
54 inline unsigned int unorm(float x) in unorm() function
56 inline unsigned int unorm(float x) in unorm() function
151 nir_ssa_def *unorm = nir_format_float_to_unorm(b, c, bits); in pack_unorm_rgb10a2() local179 nir_ssa_def *unorm = nir_iand(b, c, nir_imm_int(b, masks[i])); in unpack_unorm_rgb10a2() local
222 inline unsigned int unorm(float x) in unorm() function
254 inline unsigned int unorm(float x) in unorm() function
703 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() argument
262 unorm subsection
302 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getYCbCrPlanarFormatDescription() local964 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getCorePlanarFormatDescription() local
398 bool unorm : 1; member
128 inline unsigned int unorm(float x) in unorm() function