Searched refs:ALU_OP2_LSHL_INT (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h216 #define ALU_OP2_LSHL_INT 22 macro
H A Dr600_shader.c3737 alu.op = ALU_OP2_LSHL_INT;
6812 alu.op = ALU_OP2_LSHL_INT;
8582 alu.op = ALU_OP2_LSHL_INT;
11675 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
11872 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12098 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h222 #define ALU_OP2_LSHL_INT 22 macro
H A Dr600_shader.c3826 alu.op = ALU_OP2_LSHL_INT;
6910 alu.op = ALU_OP2_LSHL_INT;
8681 alu.op = ALU_OP2_LSHL_INT;
11844 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans},
12041 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
12268 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp569 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break;
834 case ALU_OP2_LSHL_INT:
848 case ALU_OP2_LSHL_INT:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp569 case ALU_OP2_LSHL_INT: r = cv0.i << cv1.i; break;
834 case ALU_OP2_LSHL_INT:
848 case ALU_OP2_LSHL_INT:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp1250 {op2_lshl_int, ALU_OP2_LSHL_INT},

Completed in 78 milliseconds