Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_cp.c31 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && in is_mov()
76 (src->abs || instr->type != IR2_ALU)) in cp_src()
129 if (instr->type != IR2_ALU) in cp_export()
146 if (instr->type != IR2_ALU) { in cp_export()
Dir2_private.h84 IR2_ALU, enumerator
287 return instr->type == IR2_ALU && instr->alu.export >= 0; in is_export()
353 assert(instr->type == IR2_ALU); in dst_ncomp()
Dir2.c130 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) in insert()
192 ins->type = IR2_ALU; in scalarize_case1()
296 if (instr->type == IR2_ALU) in sched_next()
Dir2_nir.c331 struct ir2_instr *instr = ir2_instr_create(ctx, IR2_ALU); in instr_create_alu()
611 instr = ir2_instr_create(ctx, IR2_ALU); in emit_intrinsic()
925 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()
955 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()
970 instr = ir2_instr_create(ctx, IR2_ALU); in emit_if()