Searched refs:BI_SWIZZLE_H11 (Results 1 – 3 of 3) sorted by relevance
78 assert(a <= BI_SWIZZLE_H11); in bi_compose_swizzle_16()79 assert(b <= BI_SWIZZLE_H11); in bi_compose_swizzle_16()
499 return (swz0 == BI_SWIZZLE_H00 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()500 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H11) || in bi_impacted_fadd_widens()501 (swz0 == BI_SWIZZLE_H11 && swz1 == BI_SWIZZLE_H00); in bi_impacted_fadd_widens()642 return (src == 1) && (swizzle >= BI_SWIZZLE_H11); in bi_impacted_t_modifiers()
51 BI_SWIZZLE_H11 = 3, /* = B2323 */ enumerator84 case BI_SWIZZLE_H11: return H(1, 1); in bi_apply_swizzle()