Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_swizzle.c72 if (src == 0 && ins->src[src].swizzle != BI_SWIZZLE_H10) in bi_lower_swizzle_16()
89 if (ins->src[src].swizzle == BI_SWIZZLE_H10) in bi_lower_swizzle_16()
Dbi_opt_mod_props.c99 bool al = (a & BI_SWIZZLE_H10); in bi_compose_swizzle_16()
101 bool bl = (b & BI_SWIZZLE_H10); in bi_compose_swizzle_16()
104 return ((al ? br : bl) ? BI_SWIZZLE_H10 : 0) | in bi_compose_swizzle_16()
Dcompiler.h55 BI_SWIZZLE_H10 = 2, /* = B2301 */ enumerator
88 case BI_SWIZZLE_H10: return H(1, 0); in bi_apply_swizzle()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c213 case BI_SWIZZLE_H10: return VA_SWIZZLES_16_BIT_H10; in va_pack_swizzle_f16()
237 case BI_SWIZZLE_H10: return VA_SWIZZLES_16_BIT_H10; in va_pack_widen()