Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Du_format_fxt1.c78 #define FX64_MOV32(a, b) a = b macro
90 #define FX64_MOV32(a, b) a.lo = b macro
428 FX64_MOV32(hi, 4); /* cc-chroma = "010" + unused bit */ in fxt1_quantize_CHROMA()
476 FX64_MOV32(hi, 6); /* alpha = "011" + lerp = 0 */ in fxt1_quantize_ALPHA0()
647 FX64_MOV32(hi, 7); /* alpha = "011" + lerp = 1 */ in fxt1_quantize_ALPHA1()
866 FX64_MOV32(hi, 9 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED1()
1035 FX64_MOV32(hi, 8 | (vec[3][GCOMP] & 4) | ((vec[1][GCOMP] >> 1) & 2)); /* chroma = "1" */ in fxt1_quantize_MIXED0()