mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
freedreno/ir3: remove bogus assert
tex instruction can actually return 16b values. Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
2f0b9d2249
commit
5be415fc2b
1 changed files with 0 additions and 2 deletions
|
|
@ -476,8 +476,6 @@ static int emit_cat5(struct ir3_instruction *instr, void *ptr,
|
|||
break;
|
||||
}
|
||||
|
||||
iassert_type(dst, type_size(instr->cat5.type) == 32)
|
||||
|
||||
assume(src1 || !src2);
|
||||
|
||||
if (src1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue