From 0d6f7b181fb617cec177a407735eab4371be6f9a Mon Sep 17 00:00:00 2001 From: Vadim Girlin Date: Sat, 21 Jan 2012 04:48:12 +0400 Subject: [PATCH] r600g: make INTERP_LOAD_P0 vector-only Signed-off-by: Vadim Girlin Signed-off-by: Dave Airlie (cherry picked from commit 8b1471f8ca2933a5a4f55be9d0a4db83bdee0435) --- src/gallium/drivers/r600/r600_asm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 88df495d12c..ba473a51b9a 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -465,6 +465,7 @@ static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_a is_alu_mova_inst(bc, alu) || (alu->inst == EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT || alu->inst == EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR || + alu->inst == EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INTERP_LOAD_P0 || alu->inst == EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INTERP_XY || alu->inst == EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INTERP_ZW); } -- 2.11.0