Searched refs:memory_pool_array_reserve (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.h | 66 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \ macro
|
D | radeon_dataflow_deadcode.c | 94 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()
|
D | r500_fragprog_emit.c | 466 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()
|
D | radeon_emulate_branches.c | 63 memory_pool_array_reserve(&s->C->Pool, struct branch_info, in handle_if()
|
D | radeon_emulate_loops.c | 439 memory_pool_array_reserve(&s->C->Pool, struct loop_info, in transform_loop()
|
D | radeon_dataflow.c | 482 memory_pool_array_reserve(pool, struct rc_reader, data->Readers, in add_reader()
|