Searched refs:sched_ctx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 226 } sched_ctx; typedef in typeref:struct:__anon022d6df60108 397 static void ASSERTED verify_ready_list(sched_ctx *ctx) 421 static void schedule_insert_ready_list(sched_ctx *ctx, 524 static bool _try_place_node(sched_ctx *ctx, gpir_instr *instr, gpir_node *node) 604 static bool schedule_try_place_node(sched_ctx *ctx, gpir_node *node, 655 static gpir_node *create_replacement(sched_ctx *ctx, gpir_node *node, 685 static gpir_node *create_move(sched_ctx *ctx, gpir_node *node) 692 static gpir_node *create_postlog2(sched_ctx *ctx, gpir_node *node) 722 static int _schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) 779 static void schedule_undo_node(sched_ctx *ct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 124 struct sched_ctx { struct in namespace:aco 642 schedule_SMEM(sched_ctx& ctx, Block* block, std::vector<RegisterDemand>& register_demand, 784 schedule_VMEM(sched_ctx& ctx, Block* block, std::vector<RegisterDemand>& register_demand, 956 schedule_position_export(sched_ctx& ctx, Block* block, std::vector<RegisterDemand>& register_demand, 1003 schedule_block(sched_ctx& ctx, Program* program, Block* block, live& live_vars) 1053 sched_ctx ctx;
|
Completed in 6 milliseconds