Searched refs:allocator_zeroed_memory (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.c | 441 rctx->allocator_zeroed_memory = in si_common_context_init() 444 if (!rctx->allocator_zeroed_memory) in si_common_context_init() 515 if (rctx->allocator_zeroed_memory) { in si_common_context_cleanup() 516 u_suballocator_destroy(rctx->allocator_zeroed_memory); in si_common_context_cleanup()
|
D | r600_pipe_common.h | 407 struct u_suballocator *allocator_zeroed_memory; member
|
D | r600_query.c | 1664 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 16, in r600_query_hw_get_result_resource() 1809 rctx->allocator_zeroed_memory, 8, 8, in r600_render_condition()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 692 rctx->allocator_zeroed_memory = in r600_common_context_init() 695 if (!rctx->allocator_zeroed_memory) in r600_common_context_init() 742 if (rctx->allocator_zeroed_memory) { in r600_common_context_cleanup() 743 u_suballocator_destroy(rctx->allocator_zeroed_memory); in r600_common_context_cleanup()
|
D | r600_streamout.c | 54 u_suballocator_alloc(rctx->allocator_zeroed_memory, 4, 4, in r600_create_so_target()
|
D | r600_pipe_common.h | 526 struct u_suballocator *allocator_zeroed_memory; member
|
D | r600_hw_context.c | 442 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16, in r600_emit_pfp_sync_me()
|
D | r600_query.c | 1623 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 16, in r600_query_hw_get_result_resource()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_streamout.c | 54 u_suballocator_alloc(sctx->b.allocator_zeroed_memory, 4, 4, in si_create_so_target()
|