Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_swizzle.c92 if (ins->dest[0].swizzle == BI_SWIZZLE_H00 && in bi_lower_swizzle_16()
93 ins->src[src].swizzle == BI_SWIZZLE_H00) in bi_lower_swizzle_16()
Dcompiler.h48 BI_SWIZZLE_H00 = 0, /* = B0101 */ enumerator
81 case BI_SWIZZLE_H00: return H(0, 0); in bi_apply_swizzle()
215 idx.swizzle = BI_SWIZZLE_H00 | (x << 1) | y; in bi_swz_16()
Dbi_schedule.c499 return (swz0 == BI_SWIZZLE_H00 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()
501 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H00); in bi_impacted_fadd_widens()
604 return (swizzle != BI_SWIZZLE_H00); in bi_impacted_t_modifiers()
Dbifrost_compile.c1470 idx.swizzle = BI_SWIZZLE_H00 + c1 + (c0 << 1); in bi_alu_src_index()
1792 dst.swizzle = BI_SWIZZLE_H00; in bi_emit_alu()