Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1226 alu.op = ALU_OP1_MOV; in tgsi_declaration()
1436 alu.op = ALU_OP1_MOV; in load_sample_position()
1476 alu.op = ALU_OP1_MOV; in eg_load_helper_invocation()
1513 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()
1525 alu.op = ALU_OP1_MOV; in cm_load_helper_invocation()
1551 alu.op = ALU_OP1_MOV; in load_block_grid_size()
1887 r = single_alu_op2(ctx, ALU_OP1_MOV, in fetch_gs_input()
1904 alu.op = ALU_OP1_MOV; in fetch_gs_input()
1916 alu.op = ALU_OP1_MOV; in fetch_gs_input()
2174 alu.op = ALU_OP1_MOV; in do_lds_fetch_values()
[all …]
Dr600_isa.h218 #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()
447 case ALU_OP1_MOV: dv = cv; break; in fold_alu_op1()
Dsb_shader.cpp112 n->bc.set_op(ALU_OP1_MOV); in create_mov()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp984 alu_read.op = ALU_OP1_MOV; in emit_ldsread()
1025 alu_read.op = ALU_OP1_MOV; in emit_ldsatomic()
1247 {op1_mov, ALU_OP1_MOV},