Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h217 #define ALU_OP2_LSHL_INT 22 macro
Dr600_shader.c3821 alu.op = ALU_OP2_LSHL_INT; in r600_shader_from_tgsi()
6896 alu.op = ALU_OP2_LSHL_INT; in tgsi_bfi()
8667 alu.op = ALU_OP2_LSHL_INT; in tgsi_set_gds_temp()
11760 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
11957 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12183 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp569 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break; in eval_const_op()
834 case ALU_OP2_LSHL_INT: in fold_alu_op2()
848 case ALU_OP2_LSHL_INT: in fold_alu_op2()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1246 {op2_lshl_int, ALU_OP2_LSHL_INT},