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.c1040 alu.op = ALU_OP1_MOV; in tgsi_declaration()
1274 alu.op = ALU_OP1_MOV; in load_sample_position()
1320 alu.op = ALU_OP1_MOV; in load_block_grid_size()
1569 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()
1586 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1598 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1856 alu.op = ALU_OP1_MOV; in do_lds_fetch_values()
2012 alu.op = ALU_OP1_MOV; in tgsi_split_constant()
2052 alu.op = ALU_OP1_MOV; in tgsi_split_literal_constant()
2126 alu.op = ALU_OP1_MOV; in emit_streamout()
[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()
400 if (n.bc.op == ALU_OP1_MOV && n.bc.src[0].neg && !n.bc.src[1].abs in fold_alu_op1()
401 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()
411 if ((n.bc.op == ALU_OP1_MOV || n.bc.op == ALU_OP1_MOVA_INT || in fold_alu_op1()
446 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
Dsb_shader.cpp112 n->bc.set_op(ALU_OP1_MOV); in create_mov()