Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h215 #define ALU_OP2_LSHR_INT 21 macro
Dr600_shader.c2182 alu.op = ALU_OP2_LSHR_INT; in generate_gs_copy_shader()
7359 alu.op = ALU_OP2_LSHR_INT; in tgsi_tex()
9025 alu.op = ALU_OP2_LSHR_INT; in tgsi_up2h()
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/
Dsb_expr.cpp561 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break; in eval_const_op()
824 case ALU_OP2_LSHR_INT: in fold_alu_op2()
838 case ALU_OP2_LSHR_INT: in fold_alu_op2()