mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
panfrost/va: remove dead code for packing BRANCHZI.i16 lane mod
As of 839f15259a, we no longer use 'lane'
for BRANCHZI.
Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34416>
This commit is contained in:
parent
3e82395306
commit
c0be0a845d
1 changed files with 0 additions and 2 deletions
|
|
@ -614,8 +614,6 @@ va_pack_alu(const bi_instr *I, unsigned arch)
|
|||
|
||||
if (src_info.size == VA_SIZE_16) {
|
||||
hex |= (src.swizzle == BI_SWIZZLE_H11 ? 1 : 0) << offs;
|
||||
} else if (I->op == BI_OPCODE_BRANCHZ_I16) {
|
||||
hex |= ((uint64_t)va_pack_combine(I, src.swizzle) << 37);
|
||||
} else {
|
||||
pack_assert(I, src_info.size == VA_SIZE_8);
|
||||
unsigned comp = src.swizzle - BI_SWIZZLE_B0000;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue