Home
last modified time | relevance | path

Searched refs:pop_count (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/lockfree/test/
Dtest_common.hpp38 boost::lockfree::detail::atomic<int> push_count, pop_count; member
41 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()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_conditionaljumptracker.cpp170 src->pop_count = 1; in fixup_pop()
Dsfn_ir_to_assembly.cpp516 m_bc->cf_last->pop_count = 1; in visit()
547 m_bc->cf_last->pop_count = 1; in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp189 if (n.bc.pop_count) in dump()
190 s << " POP:" << n.bc.pop_count; in dump()
Dsb_bc_builder.cpp168 .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()
Dsb_bc_finalize.cpp205 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()
Dsb_bc_decoder.cpp66 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()
Dsb_bc.h452 unsigned pop_count:3; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h197 unsigned pop_count; member
Deg_asm.c144 S_SQ_CF_WORD1_POP_COUNT(cf->pop_count) | in eg_bytecode_cf_build()
Dr600_asm.c1738 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()
Dr600_shader.c2665 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 …]