Searched refs:schedule_block (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | reduce_scheduler.c | 157 static void schedule_block(gpir_block *block) function in typeref:typename:void 214 schedule_block(block);
|
| H A D | scheduler.c | 602 static bool schedule_block(gpir_block *block) function in typeref:typename:bool 814 if (!schedule_block(block)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | reduce_scheduler.c | 164 static void schedule_block(gpir_block *block) function in typeref:typename:void 247 schedule_block(block);
|
| H A D | scheduler.c | 1575 static bool schedule_block(gpir_block *block) function in typeref:typename:bool 1716 if (!schedule_block(block)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 1251 static void schedule_block(struct schedule_state * s, function in typeref:typename:void 1354 schedule_block(&s, first, inst);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 1003 schedule_block(sched_ctx& ctx, Program* program, Block* block, live& live_vars) function in namespace:aco 1092 schedule_block(ctx, program, &block, live_vars);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 1251 static void schedule_block(struct schedule_state * s, function in typeref:typename:void 1354 schedule_block(&s, first, inst);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 1422 schedule_block(compiler_context *ctx, midgard_block *block) function in typeref:typename:void 1587 schedule_block(ctx, block);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 2887 schedule_block(compiler_context *ctx, midgard_block *block) function in typeref:typename:void 2921 schedule_block(ctx, block);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 566 - panfrost: Fix a list_assert() in schedule_block()
|
| H A D | 20.0.0.rst | 3489 - panfrost: free allocations in schedule_block
|
Completed in 28 milliseconds