Searched refs:allocator_zeroed_memory (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c691 rctx->allocator_zeroed_memory =
694 if (!rctx->allocator_zeroed_memory)
741 if (rctx->allocator_zeroed_memory) {
742 u_suballocator_destroy(rctx->allocator_zeroed_memory);
H A Dr600_streamout.c54 u_suballocator_alloc(rctx->allocator_zeroed_memory, 4, 4,
H A Dr600_hw_context.c454 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16,
H A Dr600_pipe_common.h526 struct u_suballocator *allocator_zeroed_memory; member in struct:r600_common_context
H A Dr600_query.c1639 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 256,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c253 if (sctx->allocator_zeroed_memory)
254 u_suballocator_destroy(sctx->allocator_zeroed_memory);
433 sctx->allocator_zeroed_memory =
438 if (!sctx->allocator_zeroed_memory)
H A Dsi_state_streamout.c53 u_suballocator_alloc(sctx->allocator_zeroed_memory, 4, 4,
H A Dsi_query.c1483 u_suballocator_alloc(sctx->allocator_zeroed_memory, 16, 16,
1630 sctx->allocator_zeroed_memory, 8, 8,
H A Dsi_pipe.h815 struct u_suballocator *allocator_zeroed_memory; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_streamout.c54 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 4, 4,
H A Dr600_hw_context.c454 u_suballocator_alloc(&rctx->b.allocator_zeroed_memory, 4, 16,
H A Dr600_pipe_common.h515 struct u_suballocator allocator_zeroed_memory; member in struct:r600_common_context
H A Dr600_pipe_common.c622 u_suballocator_init(&rctx->allocator_zeroed_memory, &rctx->b, rscreen->info.gart_page_size,
666 u_suballocator_destroy(&rctx->allocator_zeroed_memory);
H A Dr600_query.c1637 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 16, 256,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c295 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer);
H A Dsi_state_streamout.c166 u_suballocator_alloc(&sctx->allocator_zeroed_memory, buf_filled_size_size, 4,
H A Dsi_pipe.c326 u_suballocator_destroy(&sctx->allocator_zeroed_memory);
505 u_suballocator_init(&sctx->allocator_zeroed_memory, &sctx->b, 128 * 1024, 0,
H A Dsi_query.c1457 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer);
1592 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 8, 8, &squery->workaround_offset,
H A Dsi_pipe.h912 struct u_suballocator allocator_zeroed_memory; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3640 - radeonsi: clear allocator_zeroed_memory with SDMA
3641 - radeonsi: make allocator_zeroed_memory unmappable and use bigger

Completed in 37 milliseconds