Home
last modified time | relevance | path

Searched refs:ALU_OP1_MOV (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1245 alu.op = ALU_OP1_MOV; in tgsi_declaration()
1455 alu.op = ALU_OP1_MOV; in load_sample_position()
1495 alu.op = ALU_OP1_MOV; in eg_load_helper_invocation()
1532 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()
1544 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()
1570 alu.op = ALU_OP1_MOV; in load_block_grid_size()
1903 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()
1920 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1932 alu.op = ALU_OP1_MOV; in fetch_gs_input()
2190 alu.op = ALU_OP1_MOV; in do_lds_fetch_values()
[all …]
Dr600_isa.h223 #define ALU_OP1_MOV 23 macro
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp57 n.bc.set_op(ALU_OP1_MOV); in convert_to_mov()
388 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs in fold_alu_op1()
389 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()
399 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()
435 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
Dsb_shader.cpp112 n->bc.set_op(ALU_OP1_MOV); in create_mov()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1237 {op1_mov, ALU_OP1_MOV},