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:
Rob Clark
2019-04-25 11:54:34 -07:00
parent 2f0b9d2249
commit 5be415fc2b
-2
View File
@@ -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) {