Searched refs:memory_pool_array_reserve (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 447 memory_pool_array_reserve(&s->C->Pool, struct r500_loop_info, in emit_flowcontrol() 462 memory_pool_array_reserve(&s->C->Pool, int, loop->Brks, in emit_flowcontrol() 477 memory_pool_array_reserve(&s->C->Pool, int, loop->Conts, in emit_flowcontrol() 527 memory_pool_array_reserve(&s->C->Pool, struct branch_info, in emit_flowcontrol()
|
H A D | radeon_dataflow_deadcode.c | 71 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack, in push_loop() 81 memory_pool_array_reserve(&s->C->Pool, struct branchinfo, s->BranchStack, in push_branch()
|
H A D | memory_pool.h | 49 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \ macro
|
H A D | radeon_dataflow.c | 457 memory_pool_array_reserve(pool, struct rc_reader, data->Readers, in add_reader()
|