Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c154 case BI_SWIZZLE_H11: return 0x2; in va_pack_wrmask()
203 case BI_SWIZZLE_H11: return VA_WIDEN_H1; in va_pack_widen_f32()
215 case BI_SWIZZLE_H11: return VA_SWIZZLES_16_BIT_H11; in va_pack_swizzle_f16()
227 case BI_SWIZZLE_H11: return VA_SWIZZLES_8_BIT_B2323; in va_pack_widen()
239 case BI_SWIZZLE_H11: return VA_SWIZZLES_16_BIT_H11; in va_pack_widen()
250 case BI_SWIZZLE_H11: return VA_SWIZZLES_32_BIT_H1; in va_pack_widen()
296 case BI_SWIZZLE_H11: return VA_COMBINE_H1; in va_pack_combine()
492 hex |= (src.swizzle == BI_SWIZZLE_H11 ? 1 : 0) << offs; in va_pack_alu()
Dva_lower_constants.c199 else if (swz == BI_SWIZZLE_H11) in va_lower_constants()
208 assert(swz >= BI_SWIZZLE_H00 && swz <= BI_SWIZZLE_H11); in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_mod_props.c96 assert(a <= BI_SWIZZLE_H11); in bi_compose_swizzle_16()
97 assert(b <= BI_SWIZZLE_H11); in bi_compose_swizzle_16()
Dbi_lower_swizzle.c159 case BI_SWIZZLE_H11: in bi_swizzle_replicates_16()
Dbi_schedule.c544 return (swz0 == BI_SWIZZLE_H00 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()
545 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()
546 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H00); in bi_impacted_fadd_widens()
701 return (src == 1) && (swizzle >= BI_SWIZZLE_H11); in bi_impacted_t_modifiers()
Dcompiler.h56 BI_SWIZZLE_H11 = 3, /* = B2323 */ enumerator
89 case BI_SWIZZLE_H11: return H(1, 1); in bi_apply_swizzle()