Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h221 #define ALU_OP2_LSHR_INT 21 macro
Dr600_shader.c2608 alu.op = ALU_OP2_LSHR_INT; in generate_gs_copy_shader()
8311 alu.op = ALU_OP2_LSHR_INT; in tgsi_tex()
8825 alu.op = ALU_OP2_LSHR_INT; in load_buffer_coord()
10893 alu.op = ALU_OP2_LSHR_INT; in tgsi_up2h()
11895 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},
12092 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
12319 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp570 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break; in eval_const_op()
835 case ALU_OP2_LSHR_INT: in fold_alu_op2()
849 case ALU_OP2_LSHR_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1249 {op2_lshr_int, ALU_OP2_LSHR_INT},