| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 691 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 D | r600_streamout.c | 54 u_suballocator_alloc(rctx->allocator_zeroed_memory, 4, 4,
|
| H A D | r600_hw_context.c | 454 u_suballocator_alloc(rctx->b.allocator_zeroed_memory, 4, 16,
|
| H A D | r600_pipe_common.h | 526 struct u_suballocator *allocator_zeroed_memory; member in struct:r600_common_context
|
| H A D | r600_query.c | 1639 u_suballocator_alloc(rctx->allocator_zeroed_memory, 16, 256,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 253 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 D | si_state_streamout.c | 53 u_suballocator_alloc(sctx->allocator_zeroed_memory, 4, 4,
|
| H A D | si_query.c | 1483 u_suballocator_alloc(sctx->allocator_zeroed_memory, 16, 16, 1630 sctx->allocator_zeroed_memory, 8, 8,
|
| H A D | si_pipe.h | 815 struct u_suballocator *allocator_zeroed_memory; member in struct:si_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_streamout.c | 54 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 4, 4,
|
| H A D | r600_hw_context.c | 454 u_suballocator_alloc(&rctx->b.allocator_zeroed_memory, 4, 16,
|
| H A D | r600_pipe_common.h | 515 struct u_suballocator allocator_zeroed_memory; member in struct:r600_common_context
|
| H A D | r600_pipe_common.c | 622 u_suballocator_init(&rctx->allocator_zeroed_memory, &rctx->b, rscreen->info.gart_page_size, 666 u_suballocator_destroy(&rctx->allocator_zeroed_memory);
|
| H A D | r600_query.c | 1637 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 16, 256,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_query.c | 295 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer);
|
| H A D | si_state_streamout.c | 166 u_suballocator_alloc(&sctx->allocator_zeroed_memory, buf_filled_size_size, 4,
|
| H A D | si_pipe.c | 326 u_suballocator_destroy(&sctx->allocator_zeroed_memory); 505 u_suballocator_init(&sctx->allocator_zeroed_memory, &sctx->b, 128 * 1024, 0,
|
| H A D | si_query.c | 1457 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 D | si_pipe.h | 912 struct u_suballocator allocator_zeroed_memory; member in struct:si_context
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 3640 - radeonsi: clear allocator_zeroed_memory with SDMA 3641 - radeonsi: make allocator_zeroed_memory unmappable and use bigger
|