Home
last modified time | relevance | path

Searched refs:memory_pool_array_reserve (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dmemory_pool.h66 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \ macro
Dradeon_dataflow_deadcode.c94 memory_pool_array_reserve(&s->C->Pool, struct updatemask_state, in push_break()
102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack, in push_loop()
111 memory_pool_array_reserve(&s->C->Pool, struct branchinfo, s->BranchStack, in push_branch()
Dr500_fragprog_emit.c466 memory_pool_array_reserve(&s->C->Pool, struct r500_loop_info, in emit_flowcontrol()
481 memory_pool_array_reserve(&s->C->Pool, int, loop->Brks, in emit_flowcontrol()
496 memory_pool_array_reserve(&s->C->Pool, int, loop->Conts, in emit_flowcontrol()
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info, in emit_flowcontrol()
Dradeon_emulate_branches.c63 memory_pool_array_reserve(&s->C->Pool, struct branch_info, in handle_if()
Dradeon_emulate_loops.c439 memory_pool_array_reserve(&s->C->Pool, struct loop_info, in transform_loop()
Dradeon_dataflow.c482 memory_pool_array_reserve(pool, struct rc_reader, data->Readers, in add_reader()