Searched refs:pop_count (Results 1 – 12 of 12) sorted by relevance
38 boost::lockfree::detail::atomic<int> push_count, pop_count; member41 reader_threads(reader), writer_threads(writer), push_count(0), pop_count(0) in queue_stress_tester()85 ++pop_count; in consume_element()138 BOOST_REQUIRE_EQUAL(push_count, pop_count); in run()
170 src->pop_count = 1; in fixup_pop()
516 m_bc->cf_last->pop_count = 1; in visit()547 m_bc->cf_last->pop_count = 1; in visit()
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()
1738 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in r600_bytecode_cf_build()2254 if (cf->pop_count) in r600_bytecode_disasm()2255 fprintf(stderr, "POP:%X ", cf->pop_count); in r600_bytecode_disasm()
2665 cf_jump->pop_count = 1; in generate_gs_copy_shader()2667 cf_pop->pop_count = 1; in generate_gs_copy_shader()2852 cf_jump->pop_count = 1; in generate_gs_copy_shader()2854 cf_pop->pop_count = 1; in generate_gs_copy_shader()3350 cf_jump->pop_count = 1; in r600_emit_tess_factor()3352 cf_pop->pop_count = 1; in r600_emit_tess_factor()10412 ctx->bc->cf_last->pop_count = pops; in pops()10565 ctx->bc->cf_last->pop_count = pops;10594 ctx->bc->cf_last->pop_count = 1;10657 ctx->bc->cf_last->pop_count = 1; in tgsi_else()[all …]