Home
last modified time | relevance | path

Searched refs:buffer_map (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c72 const fi_type *src = exec->vtx.buffer_map + start * sz; in vbo_exec_copy_vertices()
99 buffer_offset = (GLbyte *)exec->vtx.buffer_map - (GLbyte *)NULL; in vbo_exec_bind_arrays()
166 GLsizeiptr length = (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_unmap()
176 exec->vtx.buffer_map) * sizeof(float); in vbo_exec_vtx_unmap()
182 exec->vtx.buffer_map = NULL; in vbo_exec_vtx_unmap()
225 assert(!exec->vtx.buffer_map); in vbo_exec_vtx_map()
231 exec->vtx.buffer_map = (fi_type *) in vbo_exec_vtx_map()
239 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
242 exec->vtx.buffer_ptr = exec->vtx.buffer_map = NULL; in vbo_exec_vtx_map()
246 if (!exec->vtx.buffer_map) { in vbo_exec_vtx_map()
[all …]
Dvbo_exec_api.c69 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_wrap_buffers()
301 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_wrap_upgrade_vertex()
370 assert(exec->vtx.buffer_ptr == exec->vtx.buffer_map); in vbo_exec_wrap_upgrade_vertex()
951 const fi_type *src = exec->vtx.buffer_map + in _mesa_End()
953 fi_type *dst = exec->vtx.buffer_map + in _mesa_End()
1133 if (exec->vtx.buffer_map) { in vbo_exec_vtx_destroy()
1137 align_free(exec->vtx.buffer_map); in vbo_exec_vtx_destroy()
1138 exec->vtx.buffer_map = NULL; in vbo_exec_vtx_destroy()
Dvbo.h117 fi_type *buffer_map; member
/third_party/gstreamer/gstplugins_bad/ext/wildmidi/
Dgstwildmididec.c530 GstMapInfo buffer_map; in gst_wildmidi_dec_load_from_buffer() local
547 gst_buffer_map (source_data, &buffer_map, GST_MAP_READ); in gst_wildmidi_dec_load_from_buffer()
548 wildmidi_dec->song = WildMidi_OpenBuffer (buffer_map.data, buffer_map.size); in gst_wildmidi_dec_load_from_buffer()
549 gst_buffer_unmap (source_data, &buffer_map); in gst_wildmidi_dec_load_from_buffer()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_transfer.c75 ret_ptr = device->ws->ops->buffer_map(transfer_cmd->src->vma->bo); in pvr_transfer_job_submit()
82 ret_ptr = device->ws->ops->buffer_map(transfer_cmd->dst->vma->bo); in pvr_transfer_job_submit()
Dpvr_bo.c101 void *map = device->ws->ops->buffer_map(pvr_bo->bo); in pvr_bo_alloc()
157 return device->ws->ops->buffer_map(pvr_bo->bo); in pvr_bo_cpu_map()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer.c34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer); in u_default_buffer_subdata()
64 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer); in u_default_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_video.c101 src = ws->buffer_map(ws, old_buf.res->buf, cs, PIPE_MAP_READ | RADEON_MAP_TEMPORARY); in si_vid_resize_buffer()
105 dst = ws->buffer_map(ws, new_buf->res->buf, cs, PIPE_MAP_WRITE | RADEON_MAP_TEMPORARY); in si_vid_resize_buffer()
/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys_helper.c383 general_ptr = ws->ops->buffer_map(general_vma->bo); in pvr_winsys_helper_fill_static_memory()
387 pds_ptr = ws->ops->buffer_map(pds_vma->bo); in pvr_winsys_helper_fill_static_memory()
393 usc_ptr = ws->ops->buffer_map(usc_vma->bo); in pvr_winsys_helper_fill_static_memory()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c44 r300->context.buffer_map = r300_buffer_transfer_map; in r300_init_resource_functions()
Dr300_transfer.c218 map = r300->rws->buffer_map(r300->rws, trans->linear_texture->buf, in r300_texture_transfer_map()
230 map = r300->rws->buffer_map(r300->rws, tex->buf, &r300->cs, usage); in r300_texture_transfer_map()
Dr300_screen_buffer.c145 map = rws->buffer_map(rws, rbuf->buf, &r300->cs, usage); in r300_buffer_transfer_map()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c51 int buffer_map[PIPE_MAX_ATTRIBS]; in zink_create_vertex_elements_state() local
52 for (int i = 0; i < ARRAY_SIZE(buffer_map); ++i) in zink_create_vertex_elements_state()
53 buffer_map[i] = -1; in zink_create_vertex_elements_state()
64 if (buffer_map[binding] < 0) { in zink_create_vertex_elements_state()
66 buffer_map[binding] = num_bindings++; in zink_create_vertex_elements_state()
68 binding = buffer_map[binding]; in zink_create_vertex_elements_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c100 src = ws->buffer_map(ws, old_buf.res->buf, cs, in rvid_resize_buffer()
105 dst = ws->buffer_map(ws, new_buf->res->buf, cs, in rvid_resize_buffer()
Dcompute_memory_pool.c525 map = pipe->buffer_map(pipe, src, 0, PIPE_MAP_READ_WRITE, in compute_memory_move_item()
654 map = pipe->buffer_map(pipe, gart, 0, PIPE_MAP_READ, in compute_memory_transfer()
662 map = pipe->buffer_map(pipe, gart, 0, PIPE_MAP_WRITE, in compute_memory_transfer()
Dradeon_vce.c74 uint32_t *ptr = enc->ws->buffer_map(fb->res->buf, &enc->cs, PIPE_MAP_READ_WRITE);
361 uint32_t *ptr = enc->ws->buffer_map(enc->ws, in rvce_get_feedback()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource.c35 i915->base.buffer_map = i915_buffer_transfer_map; in i915_init_resource_functions()
Di915_winsys.h179 void *(*buffer_map)(struct i915_winsys *iws, member
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_bo.c88 ws->base.buffer_map = radv_null_winsys_bo_map; in radv_null_bo_init_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c95 pipe->buffer_map = nouveau_buffer_transfer_map; in nv30_resource_init()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c100 map = sws->buffer_map(sws, shader->buf, PIPE_MAP_WRITE); in vmw_svga_shader_create()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c123 svga->pipe.buffer_map = svga_buffer_transfer_map; in svga_init_resource_functions()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp330 map = pipe->buffer_map(pipe, in CreateResource()
527 map = pipe->buffer_map(pipe, in ResourceMap()
903 map = pipe->buffer_map(pipe, in ResourceUpdateSubResourceUP()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c106 pcontext->buffer_map = nouveau_buffer_transfer_map; in nv50_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c155 pcontext->buffer_map = nouveau_buffer_transfer_map; in nvc0_init_resource_functions()

12345