Searched refs:u_suballocator_alloc (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_suballoc.h | 64 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size,
|
H A D | u_suballoc.c | 71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, in u_suballocator_alloc() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_streamout.c | 163 u_suballocator_alloc(&sctx->allocator_zeroed_memory, alloc_size, alignment, in si_set_streamout_targets() 184 u_suballocator_alloc(&sctx->allocator_zeroed_memory, alloc_size, 4, in si_set_streamout_targets()
|
H A D | gfx11_query.c | 278 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in gfx11_sh_query_get_result_resource()
|
H A D | si_query.c | 1548 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in si_query_hw_get_result_resource() 1687 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 8, 8, &squery->workaround_offset, in si_render_condition()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_streamout.c | 34 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 4, 4, in r600_create_so_target()
|
H A D | r600_hw_context.c | 435 u_suballocator_alloc(&rctx->b.allocator_zeroed_memory, 4, 16, in r600_emit_pfp_sync_me()
|
H A D | r600_shader.c | 474 u_suballocator_alloc(&rctx->allocator_fetch_shader, fs_size, 256, in r600_create_vertex_fetch_shader()
|
H A D | r600_query.c | 1619 u_suballocator_alloc(&rctx->allocator_zeroed_memory, 16, 256, in r600_query_hw_get_result_resource()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_desc.c | 164 u_suballocator_alloc(&ctx->tex_desc_allocator, 256, 64, in etna_create_sampler_view_desc()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_query.cpp | 164 u_suballocator_alloc(&ctx->query_allocator, buffer_size, 256, in d3d12_create_query()
|
H A D | d3d12_context_graphics.cpp | 1578 u_suballocator_alloc(&ctx->so_allocator, sizeof(uint32_t) * 5, 16, in d3d12_set_stream_output_targets() 1797 u_suballocator_alloc(&ctx->so_allocator, sizeof(uint32_t) * 5, 256, in d3d12_enable_fake_so_buffers()
|