Searched defs:unorm (Results 1 – 6 of 6) sorted by relevance
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
703 #define FORMAT_CASE(format, unorm, snorm) \ in test_format_norm_flags() argument
398 bool unorm : 1; member
434 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getYCbCrPlanarFormatDescription() local1185 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getCorePlanarFormatDescription() local
160 inline unsigned int unorm(float x) in unorm() function