Searched refs:number_instr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sun.c45 number_instr(struct ir3_instruction *instr) function in typeref:typename:unsigned
65 a[i] = number_instr(src);
101 max = MAX2(max, number_instr(ir->outputs[i]));
105 max = MAX2(max, number_instr(block->keeps[i]));
107 max = MAX2(max, number_instr(block->condition));

Completed in 2 milliseconds