Home
last modified time | relevance | path

Searched refs:schedule_block (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c164 static void schedule_block(gpir_block *block) in schedule_block() function
247 schedule_block(block); in gpir_reduce_reg_pressure_schedule_prog()
Dscheduler.c1575 static bool schedule_block(gpir_block *block) in schedule_block() function
1716 if (!schedule_block(block)) { in gpir_schedule_prog()
/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp1003 schedule_block(sched_ctx& ctx, Program* program, Block* block, live& live_vars) in schedule_block() function
1092 schedule_block(ctx, program, &block, live_vars); in schedule_program()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1251 static void schedule_block(struct schedule_state * s, in schedule_block() function
1354 schedule_block(&s, first, inst); in rc_pair_schedule()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1422 schedule_block(compiler_context *ctx, midgard_block *block) in schedule_block() function
1587 schedule_block(ctx, block); in midgard_schedule_program()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst566 - panfrost: Fix a list_assert() in schedule_block()
D20.0.0.rst3489 - panfrost: free allocations in schedule_block