Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h216 #define ALU_OP2_LSHL_INT 22 macro
Dr600_shader.c6378 alu.op = ALU_OP2_LSHL_INT; in tgsi_bfi()
7929 alu.op = ALU_OP2_LSHL_INT; in tgsi_set_gds_temp()
10337 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
10534 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
10756 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp568 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break; in eval_const_op()
833 case ALU_OP2_LSHL_INT: in fold_alu_op2()
847 case ALU_OP2_LSHL_INT: in fold_alu_op2()