Home
last modified time | relevance | path

Searched refs:u_upload_alloc (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_render_translate.c40 u_upload_alloc(r300->uploader, 0, count * 2, 4, in r300_translate_index_buffer()
54 u_upload_alloc(r300->uploader, 0, count * 2, 4, in r300_translate_index_buffer()
69 u_upload_alloc(r300->uploader, 0, count * 4, 4, in r300_translate_index_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c254 u_upload_alloc(struct u_upload_mgr *upload, in u_upload_alloc() function
329 u_upload_alloc(upload, min_out_offset, size, alignment, in u_upload_data()
Du_upload_mgr.h104 void u_upload_alloc(struct u_upload_mgr *upload,
Du_vbuf.c548 u_upload_alloc(mgr->pipe->stream_uploader, 0, in u_vbuf_translate_buffers()
580 u_upload_alloc(mgr->pipe->stream_uploader, in u_vbuf_translate_buffers()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_fine_fence.c8 u_upload_alloc(batch->fine_fences.uploader, in iris_fine_fence_reset()
Diris_program_cache.c162 u_upload_alloc(uploader, 0, shader->prog_data->program_size, 64, in iris_upload_shader()
Diris_blorp.c59 u_upload_alloc(uploader, 0, size, alignment, out_offset, &res, &ptr); in stream_state()
Diris_draw.c365 u_upload_alloc(ice->state.surface_uploader, 0, isl_dev->ss.size, in iris_update_grid_size_resource()
Diris_query.c512 u_upload_alloc(ice->query_buffer_uploader, 0, in iris_begin_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fine_fence.c8 u_upload_alloc(batch->fine_fences.uploader, in crocus_fine_fence_reset()
Dcrocus_query.c542 u_upload_alloc(ice->query_buffer_uploader, 0, in crocus_begin_query()
/third_party/mesa3d/docs/relnotes/
D9.0.3.rst128 - util: add some defensive coding in u_upload_alloc()
129 - st/mesa: do proper error checking for u_upload_alloc() calls
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_elements.c132 u_upload_alloc(pipe->stream_uploader, 0, size, gen_size, in translate_indices()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c133 u_upload_alloc(pipe->const_uploader, 0, paramBytes + 12, in st_upload_constants()
Dst_cb_drawtex.c215 u_upload_alloc(pipe->stream_uploader, 0, in st_DrawTex()
Dst_draw.c455 u_upload_alloc(st->pipe->stream_uploader, 0, in st_draw_quad()
Dst_cb_bitmap.c685 u_upload_alloc(pipe->stream_uploader, 0, num_vert_bytes, 4, in st_DrawAtlasBitmaps()
Dst_pbo.c225 u_upload_alloc(st->pipe->stream_uploader, 0, 8 * sizeof(float), 4, in st_pbo_draw()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c78 u_upload_alloc(ctx->uploader, 0, cbs->size, 0x40, &cbs->offset, in lima_ctx_buff_alloc()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c421 u_upload_alloc(v3d->state_uploader, 0, in v3d_vertex_state_create()
772 u_upload_alloc(v3d->state_uploader, 0, in v3d_create_sampler_state()
1375 u_upload_alloc(v3d->uploader, 0, cl_packet_length(TEXTURE_SHADER_STATE), in v3d_create_image_view_texture_shader_state()
/third_party/mesa3d/src/util/indices/
Du_primconvert.c218 u_upload_alloc(pc->pipe->stream_uploader, 0, new_info->index_size * new_draw->count, 4, in primconvert_init_draw()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_fence.c259 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_bicubic_filter.c433 u_upload_alloc(filter->pipe->const_uploader, 0, 2 * sizeof(float), 256, in vl_bicubic_filter_render()
/third_party/mesa3d/docs/gallium/
Dcontext.rst329 Call u_upload_alloc or u_upload_data as many times as you want. After you are
334 - Always fill the memory immediately after u_upload_alloc. Any following call
335 to u_upload_alloc and u_upload_data can unmap memory returned by previous
336 u_upload_alloc.
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c394 u_upload_alloc(ctx->stream_uploader, 0, in r600_buffer_transfer_map()

12