Searched refs:nops_count (Results 1 – 4 of 4) sorted by relevance
59 v->info.nops_count, in dump_shader_info()60 v->info.instrs_count - v->info.nops_count, in dump_shader_info()
958 unsigned nops_count = instr->nop; in ir3_assemble() local961 nops_count = 1 + instr->repeat; in ir3_assemble()962 info->instrs_per_cat[0] += nops_count; in ir3_assemble()965 info->instrs_per_cat[0] += nops_count; in ir3_assemble()977 info->nops_count += nops_count; in ir3_assemble()
615 so->info.nops_count, in ir3_shader_disasm()616 so->info.instrs_count - so->info.nops_count, in ir3_shader_disasm()
50 uint16_t nops_count; /* # of nop instructions, including nopN */ member