Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_swizzle.c126 if (ins->dest[0].swizzle == BI_SWIZZLE_H00 && in bi_lower_swizzle_16()
127 ins->src[src].swizzle == BI_SWIZZLE_H00) in bi_lower_swizzle_16()
158 case BI_SWIZZLE_H00: in bi_swizzle_replicates_16()
Dcompiler.h53 BI_SWIZZLE_H00 = 0, /* = B0101 */ enumerator
86 case BI_SWIZZLE_H00: return H(0, 0); in bi_apply_swizzle()
208 idx.swizzle = (enum bi_swizzle)(BI_SWIZZLE_H00 | (x << 1) | y); in bi_swz_16()
Dbi_schedule.c544 return (swz0 == BI_SWIZZLE_H00 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()
546 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H00); in bi_impacted_fadd_widens()
663 return (swizzle != BI_SWIZZLE_H00); in bi_impacted_t_modifiers()
Dbifrost_compile.c1975 idx.swizzle = BI_SWIZZLE_H00 + c1 + (c0 << 1); in bi_alu_src_index()
2282 dst.swizzle = BI_SWIZZLE_H00; in bi_emit_alu()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c153 case BI_SWIZZLE_H00: return 0x1; in va_pack_wrmask()
202 case BI_SWIZZLE_H00: return VA_WIDEN_H0; in va_pack_widen_f32()
212 case BI_SWIZZLE_H00: return VA_SWIZZLES_16_BIT_H00; in va_pack_swizzle_f16()
226 case BI_SWIZZLE_H00: return VA_SWIZZLES_8_BIT_B0101; in va_pack_widen()
236 case BI_SWIZZLE_H00: return VA_SWIZZLES_16_BIT_H00; in va_pack_widen()
249 case BI_SWIZZLE_H00: return VA_SWIZZLES_32_BIT_H0; in va_pack_widen()
295 case BI_SWIZZLE_H00: return VA_COMBINE_H0; in va_pack_combine()
Dva_lower_constants.c197 if (swz == BI_SWIZZLE_H00) in va_lower_constants()
208 assert(swz >= BI_SWIZZLE_H00 && swz <= BI_SWIZZLE_H11); in va_lower_constants()