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.c2285 alu.op = ALU_OP2_LSHR_INT; in generate_gs_copy_shader()
7595 alu.op = ALU_OP2_LSHR_INT; in tgsi_tex()
8073 alu.op = ALU_OP2_LSHR_INT; in load_buffer_coord()
10134 alu.op = ALU_OP2_LSHR_INT; in tgsi_up2h()
10388 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2_trans},
10585 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
10807 [TGSI_OPCODE_USHR] = { ALU_OP2_LSHR_INT, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp569 case ALU_OP2_LSHR_INT: r = cv0.u >> cv1.u; break; in eval_const_op()
834 case ALU_OP2_LSHR_INT: in fold_alu_op2()
848 case ALU_OP2_LSHR_INT: in fold_alu_op2()