Home
last modified time | relevance | path

Searched refs:ALU_OP2_ASHR_INT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h220 #define ALU_OP2_ASHR_INT 20 macro
Dr600_shader.c11910 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2_trans},
12107 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},
12334 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp559 case ALU_OP2_ASHR_INT: r = cv0.i >> (cv1.i & 0x1F); break; in eval_const_op()
826 case ALU_OP2_ASHR_INT: in fold_alu_op2()
840 case ALU_OP2_ASHR_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1234 {op2_ashr_int, ALU_OP2_ASHR_INT},