Searched refs:instruction_count (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Ddisassemble.h17 unsigned instruction_count; member in struct:midgard_disasm_stats
H A Dmidgard_ra_pipeline.c75 for (unsigned j = 0; j < bundle->instruction_count; ++j) {
90 for (unsigned j = 0; j < bundle->instruction_count; ++j) {
107 bundle->instruction_count - 1];
115 for (unsigned j = 0; j < bundle->instruction_count; ++j) {
137 if (bundle->instruction_count < 2) continue;
H A Dcompiler.h212 /* Instructions contained by the bundle. instruction_count <= 6 (vmul,
214 int instruction_count; member in struct:midgard_bundle
295 int instruction_count; member in struct:compiler_context
398 for (i = (_bundle->instruction_count - 1), v = _bundle->instructions[i]; \
H A Dmir.c340 .instruction_count = 1,
365 for (unsigned j = 0; j < bundles[i].instruction_count; ++j) {
418 list_add(&new.instructions[0]->link, &after_bundle->instructions[after_bundle->instruction_count - 1]->link);
H A Dmidgard_emit.c425 for (unsigned i = 0; i < bundle->instruction_count; ++i) {
855 for (unsigned i = 0; i < bundle->instruction_count; ++i) {
884 for (unsigned i = 0; i < bundle->instruction_count; ++i) {
986 for (unsigned i = 0; i < bundle->instruction_count; ++i) {
1004 if (bundle->instruction_count == 2) {
H A Dmidgard_print.c293 for (unsigned i = 0; i < bundle->instruction_count; ++i)
H A Dmidgard_schedule.c1041 .instruction_count = 1,
1073 .instruction_count = pair ? 2 : 1,
1077 *num_ldst -= out.instruction_count;
1378 bundle.instructions[bundle.instruction_count++] = stages[i];
1467 for (unsigned i = 0; i < bundle.instruction_count; ++i)
H A Ddisassemble.c893 ctx->midg_stats.instruction_count++;
983 ctx->midg_stats.instruction_count++;
1047 ctx->midg_stats.instruction_count++;
1141 ctx->midg_stats.instruction_count++;
1550 ctx->midg_stats.instruction_count++;
1891 ctx->midg_stats.instruction_count++;
H A Dmidgard_ra.c627 if (v->instruction_count < 2)
631 midgard_instruction *br = v->instructions[v->instruction_count - 1];
636 for (signed i = v->instruction_count - 2; i >= 0; --i) {
H A Dmidgard_compile.c2816 ++ctx->instruction_count;
2848 int count_in = ctx->instruction_count;
2858 if (ctx->instruction_count == count_in) {
3135 ++ctx->instruction_count;
3262 nr_ins += bun->instruction_count;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_context.c140 unsigned instruction_count = 0; local in function:ir3_context_init
142 instruction_count += exec_list_length(&block->instr_list);
145 if (instruction_count < 50) {
147 } else if (instruction_count < 70) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c666 uint32_t instruction_count; local in function:etna_get_specs
672 instruction_count = val;
791 if (instruction_count > 256) { /* unified instruction memory? */
798 screen->specs.max_instructions = instruction_count / 2;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c728 uint32_t instruction_count; local in function:etna_get_specs
734 instruction_count = val;
861 if (instruction_count > 256) { /* unified instruction memory? */
868 screen->specs.max_instructions = instruction_count / 2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c421 int instruction_count; member in struct:midgard_bundle
511 int instruction_count; member in struct:compiler_context
2840 bundle.instruction_count = instructions_emitted + 1;
2845 for (int i = 0; used_idx < bundle.instruction_count; ++i) {
2944 for (int i = 0; i < bundle->instruction_count; ++i) {
2990 if (bundle->instruction_count == 2)
3633 ++ctx->instruction_count;
3695 int count_in = ctx->instruction_count;
3704 if (ctx->instruction_count == count_in) {
3958 for (int c = 0; c < bundle->instruction_count;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1106 unsigned instruction_count = code->length / 4; local in function:r300_emit_vs_state
1126 R300_PVS_XYZW_VALID_INST(instruction_count - 1) |
1127 R300_PVS_LAST_INST(instruction_count - 1));
1128 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, instruction_count - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c1109 unsigned instruction_count = code->length / 4; local in function:r300_emit_vs_state
1129 R300_PVS_XYZW_VALID_INST(instruction_count - 1) |
1130 R300_PVS_LAST_INST(instruction_count - 1));
1131 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, instruction_count - 1);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c588 stats.instruction_count = 0;
607 stats.instruction_count, stats.bundle_count, stats.quadword_count,
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcompiler.h640 unsigned instruction_count; member in struct:__anon9a2e09911508
H A Dbifrost_compile.c2946 ++ctx->instruction_count;
2969 int count_in = ctx->instruction_count;
2979 if (ctx->instruction_count == count_in) {

Completed in 40 milliseconds