Home
last modified time | relevance | path

Searched refs:u_upload_alloc (Results 1 - 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/
H A Du_upload_mgr.h104 void u_upload_alloc(struct u_upload_mgr *upload,
116 * Same as u_upload_alloc, but in addition to that, it copies "data"
117 * to the pointer returned from u_upload_alloc.
H A Du_upload_mgr.c214 * atomics in u_upload_alloc as follows: in u_upload_alloc_buffer()
216 * u_upload_alloc has to return a buffer reference to the caller. in u_upload_alloc_buffer()
218 * increments in advance here. The maximum number of times u_upload_alloc in u_upload_alloc_buffer()
220 * allocation size is 1, thus u_upload_alloc can only return "size" number in u_upload_alloc_buffer()
254 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()
H A 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/
H A Diris_fine_fence.c8 u_upload_alloc(batch->fine_fences.uploader, in iris_fine_fence_reset()
H A Diris_program_cache.c162 u_upload_alloc(uploader, 0, shader->prog_data->program_size, 64, in iris_upload_shader()
H A Diris_blorp.c59 u_upload_alloc(uploader, 0, size, alignment, out_offset, &res, &ptr); in stream_state()
H A Diris_draw.c365 u_upload_alloc(ice->state.surface_uploader, 0, isl_dev->ss.size, in iris_update_grid_size_resource()
H A Diris_query.c512 u_upload_alloc(ice->query_buffer_uploader, 0, in iris_begin_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fine_fence.c8 u_upload_alloc(batch->fine_fences.uploader, in crocus_fine_fence_reset()
H A Dcrocus_query.c542 u_upload_alloc(ice->query_buffer_uploader, 0, in crocus_begin_query()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c133 u_upload_alloc(pipe->const_uploader, 0, paramBytes + 12, in st_upload_constants()
H A Dst_cb_drawtex.c215 u_upload_alloc(pipe->stream_uploader, 0, in st_DrawTex()
H A Dst_draw.c455 u_upload_alloc(st->pipe->stream_uploader, 0, in st_draw_quad()
H A Dst_cb_bitmap.c685 u_upload_alloc(pipe->stream_uploader, 0, num_vert_bytes, 4, in st_DrawAtlasBitmaps()
H A 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/
H A 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/svga/
H A Dsvga_draw_elements.c132 u_upload_alloc(pipe->stream_uploader, 0, size, gen_size, in translate_indices()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A 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/gallium/drivers/radeonsi/
H A Dsi_fence.c259 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
H A Dsi_buffer.c427 u_upload_alloc(uploader, 0, box->width + (box->x % SI_MAP_BUFFER_ALIGNMENT), in si_buffer_transfer_map()
/third_party/mesa3d/src/util/indices/
H A Du_primconvert.c125 /* Filter out degenerate primitives, u_upload_alloc() will assert in primconvert_init_draw()
218 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/auxiliary/vl/
H A Dvl_bicubic_filter.c433 u_upload_alloc(filter->pipe->const_uploader, 0, 2 * sizeof(float), 256, in vl_bicubic_filter_render()
H A Dvl_compositor_gfx.c610 u_upload_alloc(c->pipe->stream_uploader, 0, in gen_vertex_data()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c394 u_upload_alloc(ctx->stream_uploader, 0, in r600_buffer_transfer_map()

Completed in 21 milliseconds

12