Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_cp.c32 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && in is_mov()
79 (src->abs || instr->type != IR2_ALU)) in cp_src()
133 if (instr->type != IR2_ALU) in cp_export()
150 if (instr->type != IR2_ALU) { in cp_export()
Dir2_private.h84 IR2_ALU, enumerator
296 return instr->type == IR2_ALU && instr->alu.export >= 0; in is_export()
368 assert(instr->type == IR2_ALU); in dst_ncomp()
Dir2.c134 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) in insert()
196 ins->type = IR2_ALU; in scalarize_case1()
301 if (instr->type == IR2_ALU) in sched_next()
Dir2_nir.c339 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_ALU); in instr_create_alu()
620 instr = ir2_instr_create(ctx, IR2_ALU); in emit_intrinsic()
936 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()
966 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()
981 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()