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/
H A 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()
H A Dva_lower_constants.c212 unsigned chan = (swz - BI_SWIZZLE_B0000); in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_lower_swizzle.c144 case BI_SWIZZLE_B0000: in bi_swizzle_replicates_8()
H A 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);
H A Dbi_schedule.c689 return (swizzle != BI_SWIZZLE_B0000); in bi_impacted_t_modifiers()
H A Dbifrost_compile.c1980 idx.swizzle = BI_SWIZZLE_B0000 + src.swizzle[0]; in bi_alu_src_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-add-imm.cpp125 idx.swizzle = BI_SWIZZLE_B0000; in TEST_F()

Completed in 14 milliseconds