Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/audio_ActiveStreamStress/
Daudio_ActiveStreamStress.py48 pop_count = 0
62 pop_count += 1
64 logging.info('Total streams closed: %d', pop_count)
72 pop_count += 1
74 logging.info('Total streams closed: %d', pop_count)
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_conditionaljumptracker.cpp170 src->pop_count = 1; in fixup_pop()
Dsfn_ir_to_assembly.cpp527 m_bc->cf_last->pop_count = 1; in emit_else()
558 m_bc->cf_last->pop_count = 1; in emit_endif()
/external/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
/external/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.c1733 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()
Dr600_shader.c2660 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 …]
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc243 auto pop_count = std::distance(ob->rbegin(), first_non_sorted_it); in ModifyConstraints() local
244 ob->resize(ob->size() - static_cast<uint32_t>(pop_count)); in ModifyConstraints()
/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c1333 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()
Dbrw_structs.h1101 unsigned pop_count:4; member