Searched refs:allocator_zeroed_memory (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 620 rctx->allocator_zeroed_memory = in r600_common_context_init() 623 if (!rctx->allocator_zeroed_memory) in r600_common_context_init() 670 if (rctx->allocator_zeroed_memory) { in r600_common_context_cleanup() 671 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 | 511 struct u_suballocator *allocator_zeroed_memory; member
|
D | r600_hw_context.c | 454 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16, in r600_emit_pfp_sync_me()
|
D | r600_query.c | 1640 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 256, in r600_query_hw_get_result_resource()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 299 if (sctx->allocator_zeroed_memory) in si_destroy_context() 300 u_suballocator_destroy(sctx->allocator_zeroed_memory); in si_destroy_context() 482 sctx->allocator_zeroed_memory = in si_create_context() 485 if (!sctx->allocator_zeroed_memory) in si_create_context()
|
D | gfx10_query.c | 344 u_suballocator_alloc(sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in gfx10_sh_query_get_result_resource()
|
D | si_state_streamout.c | 52 u_suballocator_alloc(sctx->allocator_zeroed_memory, buf_filled_size_size, 4, in si_create_so_target()
|
D | si_query.c | 1469 u_suballocator_alloc(sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in si_query_hw_get_result_resource() 1608 u_suballocator_alloc(sctx->allocator_zeroed_memory, 8, 8, &squery->workaround_offset, in si_render_condition()
|
D | si_pipe.h | 913 struct u_suballocator *allocator_zeroed_memory; member
|
D | si_state_draw.c | 1023 u_suballocator_alloc(sctx->allocator_zeroed_memory, 4, 4, &sctx->barrier_buf_offset, in si_prim_discard_signal_next_compute_ib_start()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3640 - radeonsi: clear allocator_zeroed_memory with SDMA 3641 - radeonsi: make allocator_zeroed_memory unmappable and use bigger
|