Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1026 alu.op = ALU_OP1_MOV; in tgsi_declaration()
1256 alu.op = ALU_OP1_MOV; in load_sample_position()
1489 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()
1506 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1518 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1765 alu.op = ALU_OP1_MOV; in do_lds_fetch_values()
1911 alu.op = ALU_OP1_MOV; in tgsi_split_constant()
1951 alu.op = ALU_OP1_MOV; in tgsi_split_literal_constant()
2024 alu.op = ALU_OP1_MOV; in emit_streamout()
2118 alu.op = ALU_OP1_MOV; in convert_edgeflag_to_int()
[all …]
Dr600_isa.h217 #define ALU_OP1_MOV 23 macro
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp57 n.bc.set_op(ALU_OP1_MOV); in convert_to_mov()
392 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs in fold_alu_op1()
393 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()
403 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()
438 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
Dsb_shader.cpp111 n->bc.set_op(ALU_OP1_MOV); in create_mov()