Home
last modified time | relevance | path

Searched refs:BI_SWIZZLE_B0000 (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c228 case BI_SWIZZLE_B0000: return VA_SWIZZLES_8_BIT_B0000; in va_pack_widen()
240 case BI_SWIZZLE_B0000: return VA_SWIZZLES_16_BIT_B00; in va_pack_widen()
251 case BI_SWIZZLE_B0000: return VA_SWIZZLES_32_BIT_B0; in va_pack_widen()
266 case BI_SWIZZLE_B0000: return VA_HALF_SWIZZLES_8_BIT_B00; in va_pack_halfswizzle()
282 case BI_SWIZZLE_B0000: return VA_LANES_8_BIT_B00; in va_pack_shift_lanes()
497 unsigned comp = src.swizzle - BI_SWIZZLE_B0000; in va_pack_alu()
Dva_lower_constants.c212 unsigned chan = (swz - BI_SWIZZLE_B0000); in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_lower_swizzle.c144 case BI_SWIZZLE_B0000: in bi_swizzle_replicates_8()
Dcompiler.h59 BI_SWIZZLE_B0000 = 4, /* single channel (replicate) */ enumerator
90 case BI_SWIZZLE_B0000: return B(0, 0, 0, 0); in bi_apply_swizzle()
223 idx.swizzle = (enum bi_swizzle)(BI_SWIZZLE_B0000 + lane); in bi_byte()
Dbi_schedule.c689 return (swizzle != BI_SWIZZLE_B0000); in bi_impacted_t_modifiers()
Dbifrost_compile.c1980 idx.swizzle = BI_SWIZZLE_B0000 + src.swizzle[0]; in bi_alu_src_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dtest-add-imm.cpp125 idx.swizzle = BI_SWIZZLE_B0000; in TEST_F()