Searched refs:pop_count (Results 1 – 15 of 15) sorted by relevance
48 pop_count = 062 pop_count += 164 logging.info('Total streams closed: %d', pop_count)72 pop_count += 174 logging.info('Total streams closed: %d', pop_count)
170 src->pop_count = 1; in fixup_pop()
527 m_bc->cf_last->pop_count = 1; in emit_else()558 m_bc->cf_last->pop_count = 1; in emit_endif()
189 if (n.bc.pop_count) in dump()190 s << " POP:" << n.bc.pop_count; in dump()
168 .POP_COUNT(bc.pop_count) in build_cf()180 .POP_COUNT(bc.pop_count) in build_cf()197 .POP_COUNT(bc.pop_count) in build_cf()
205 if_pop->bc.pop_count = 1; in finalize_if()235 nelse->bc.pop_count = 1; in finalize_if()239 if_jump->bc.pop_count = 1; in finalize_if()
66 bc.pop_count = w1.get_POP_COUNT(); in decode_cf()77 bc.pop_count = w1.get_POP_COUNT(); in decode_cf()97 bc.pop_count = w1.get_POP_COUNT(); in decode_cf()
452 unsigned pop_count:3; member
197 unsigned pop_count; member
144 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
1733 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build()2249 if (cf->pop_count) in r600_bytecode_disasm()2250 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
2660 cf_jump->pop_count = 1; in generate_gs_copy_shader()2662 cf_pop->pop_count = 1; in generate_gs_copy_shader()2847 cf_jump->pop_count = 1; in generate_gs_copy_shader()2849 cf_pop->pop_count = 1; in generate_gs_copy_shader()3345 cf_jump->pop_count = 1; in r600_emit_tess_factor()3347 cf_pop->pop_count = 1; in r600_emit_tess_factor()10398 ctx->bc->cf_last->pop_count = pops; in pops()10551 ctx->bc->cf_last->pop_count = pops;10580 ctx->bc->cf_last->pop_count = 1;10643 ctx->bc->cf_last->pop_count = 1; in tgsi_else()[all …]
243 auto pop_count = std::distance(ob->rbegin(), first_non_sorted_it); in ModifyConstraints() local244 ob->resize(ob->size() - static_cast<uint32_t>(pop_count)); in ModifyConstraints()
1333 if_inst->bits3.if_else.pop_count = 0; in patch_IF_ELSE()1348 if_inst->bits3.if_else.pop_count = 0; in patch_IF_ELSE()1360 else_inst->bits3.if_else.pop_count = 1; in patch_IF_ELSE()1477 insn->bits3.if_else.pop_count = 1; in brw_ENDIF()1502 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth]; in brw_BREAK()1537 insn->bits3.if_else.pop_count = p->if_depth_in_loop[p->loop_stack_depth]; in brw_CONT()1683 insn->bits3.if_else.pop_count = 0; in brw_WHILE()
1101 unsigned pop_count:4; member