Searched refs:ALU_OP1_MOV (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1231 alu.op = ALU_OP1_MOV;
1441 alu.op = ALU_OP1_MOV;
1481 alu.op = ALU_OP1_MOV;
1518 alu.op = ALU_OP1_MOV;
1530 alu.op = ALU_OP1_MOV;
1556 alu.op = ALU_OP1_MOV;
1892 r = single_alu_op2(ctx, ALU_OP1_MOV,
1909 alu.op = ALU_OP1_MOV;
1921 alu.op = ALU_OP1_MOV;
2179 alu.op = ALU_OP1_MOV;
[all...]
H A Dr600_isa.h223 #define ALU_OP1_MOV 23 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c1143 alu.op = ALU_OP1_MOV;
1353 alu.op = ALU_OP1_MOV;
1393 alu.op = ALU_OP1_MOV;
1430 alu.op = ALU_OP1_MOV;
1442 alu.op = ALU_OP1_MOV;
1468 alu.op = ALU_OP1_MOV;
1804 r = single_alu_op2(ctx, ALU_OP1_MOV,
1821 alu.op = ALU_OP1_MOV;
1833 alu.op = ALU_OP1_MOV;
2091 alu.op = ALU_OP1_MOV;
[all...]
H A Dr600_isa.h217 #define ALU_OP1_MOV 23 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp57 n.bc.set_op(ALU_OP1_MOV);
400 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs
401 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) {
411 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT ||
447 case ALU_OP1_MOV: dv = cv; break;
H A Dsb_shader.cpp112 n->bc.set_op(ALU_OP1_MOV);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp57 n.bc.set_op(ALU_OP1_MOV);
400 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs
401 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) {
411 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT ||
447 case ALU_OP1_MOV: dv = cv; break;
H A Dsb_shader.cpp112 n->bc.set_op(ALU_OP1_MOV);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp980 alu_read.op = ALU_OP1_MOV;
1021 alu_read.op = ALU_OP1_MOV;
1251 {op1_mov, ALU_OP1_MOV},

Completed in 102 milliseconds