| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | disassemble.h | 17 unsigned instruction_count; member in struct:midgard_disasm_stats
|
| H A D | midgard_ra_pipeline.c | 75 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 D | compiler.h | 212 /* 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 D | mir.c | 340 .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 D | midgard_emit.c | 425 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 D | midgard_print.c | 293 for (unsigned i = 0; i < bundle->instruction_count; ++i)
|
| H A D | midgard_schedule.c | 1041 .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 D | disassemble.c | 893 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 D | midgard_ra.c | 627 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 D | midgard_compile.c | 2816 ++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 D | ir3_context.c | 140 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 D | etnaviv_screen.c | 666 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 D | etnaviv_screen.c | 728 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 D | midgard_compile.c | 421 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 D | r300_emit.c | 1106 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 D | r300_emit.c | 1109 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 D | decode.c | 588 stats.instruction_count = 0; 607 stats.instruction_count, stats.bundle_count, stats.quadword_count,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 640 unsigned instruction_count; member in struct:__anon9a2e09911508
|
| H A D | bifrost_compile.c | 2946 ++ctx->instruction_count; 2969 int count_in = ctx->instruction_count; 2979 if (ctx->instruction_count == count_in) {
|