Searched refs:ALU_OP2_LSHR_INT (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.h215 #define ALU_OP2_LSHR_INT 21 macro
H A Dr600_shader.c2182 alu.op = ALU_OP2_LSHR_INT;
7359 alu.op = ALU_OP2_LSHR_INT;
9025 alu.op = ALU_OP2_LSHR_INT;
9199 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},
9397 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
9620 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp561 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break;
824 case ALU_OP2_LSHR_INT:
838 case ALU_OP2_LSHR_INT:

Completed in 53 milliseconds