Home
last modified time | relevance | path

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 Dr500_fragprog_emit.c447 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 Dradeon_dataflow_deadcode.c71 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 Dmemory_pool.h49 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \ macro
H A Dradeon_dataflow.c457 memory_pool_array_reserve(pool, struct rc_reader, data->Readers, in add_reader()