Home
last modified time | relevance | path

Searched refs:allocator_zeroed_memory (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c441 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()
Dr600_pipe_common.h407 struct u_suballocator *allocator_zeroed_memory; member
Dr600_query.c1664 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/
Dr600_pipe_common.c692 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()
Dr600_streamout.c54 u_suballocator_alloc(rctx->allocator_zeroed_memory, 4, 4, in r600_create_so_target()
Dr600_pipe_common.h526 struct u_suballocator *allocator_zeroed_memory; member
Dr600_hw_context.c442 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16, in r600_emit_pfp_sync_me()
Dr600_query.c1623 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 16, in r600_query_hw_get_result_resource()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c54 u_suballocator_alloc(sctx->b.allocator_zeroed_memory, 4, 4, in si_create_so_target()