Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c605 rctx->allocator_zeroed_memory = in r600_common_context_init()
608 if (!rctx->allocator_zeroed_memory) in r600_common_context_init()
663 if (rctx->allocator_zeroed_memory) { in r600_common_context_cleanup()
664 u_suballocator_destroy(rctx->allocator_zeroed_memory); in r600_common_context_cleanup()
Dr600_streamout.c49 u_suballocator_alloc(rctx->allocator_zeroed_memory, 4, 4, in r600_create_so_target()
Dr600_pipe_common.h549 struct u_suballocator *allocator_zeroed_memory; member
Dr600_query.c1403 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 16, in r600_query_hw_get_result_resource()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c394 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16, in r600_emit_pfp_sync_me()