Home
last modified time | relevance | path

Searched refs:transfer_destroy (Results 1 – 25 of 62) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c77 tc->pipe->transfer_destroy(tc->pipe, tc->transfer); in sp_destroy_tex_tile_cache()
80 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); in sp_destroy_tex_tile_cache()
159 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_set_sampler_view()
264 tc->pipe->transfer_destroy(tc->pipe, tc->tex_trans); in sp_find_cached_tile_tex()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c215 pipe->transfer_destroy(pipe, src_trans); in util_resource_copy_region()
216 pipe->transfer_destroy(pipe, dst_trans); in util_resource_copy_region()
267 pipe->transfer_destroy(pipe, dst_trans); in util_clear_render_target()
406 pipe->transfer_destroy(pipe, dst_trans); in util_clear_depth_stencil()
Du_inlines.h281 pipe->transfer_destroy( pipe, *transfer ); in pipe_buffer_map_range()
306 pipe->transfer_destroy(pipe, transfer); in pipe_buffer_unmap()
459 context->transfer_destroy(context, transfer); in pipe_transfer_destroy()
Du_resource.c41 ur->vtbl->transfer_destroy(pipe, transfer); in u_transfer_destroy_vtbl()
Du_transfer.h62 void (*transfer_destroy)(struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/trace/
Dtr_texture.c142 tr_ctx->pipe->transfer_destroy(tr_ctx->pipe, transfer); in trace_transfer_create()
155 context->transfer_destroy(context, transfer); in trace_transfer_destroy()
/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c103 pipe->transfer_destroy(pipe, tr); in wsw_dt_get_stride()
229 pipe->transfer_destroy(pipe, tr); in wsw_dt_map()
248 pipe->transfer_destroy(pipe, wdt->transfer); in wsw_dt_unmap()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c125 pipe->transfer_destroy(pipe, transfer); in xa_surface_dma()
131 pipe->transfer_destroy(pipe, transfer); in xa_surface_dma()
165 pipe->transfer_destroy(pipe, srf->transfer); in xa_surface_map()
178 pipe->transfer_destroy(pipe, srf->transfer); in xa_surface_unmap()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_objects.c176 glhd_context->pipe->transfer_destroy(glhd_context->pipe, transfer); in galahad_transfer_create()
185 glhd_context->pipe->transfer_destroy(glhd_context->pipe, in galahad_transfer_destroy()
/external/mesa3d/src/gallium/drivers/identity/
Did_objects.c178 id_context->pipe->transfer_destroy(id_context->pipe, transfer); in identity_transfer_create()
187 id_context->pipe->transfer_destroy(id_context->pipe, in identity_transfer_destroy()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c254 pipe->transfer_destroy(pipe, stImage->transfer); in st_texture_image_unmap()
328 pipe->transfer_destroy(pipe, dst_transfer); in st_texture_image_data()
358 pipe->transfer_destroy(pipe, xfer); in print_center_pixel()
Dst_cb_bitmap.c326 pipe->transfer_destroy(pipe, transfer); in make_bitmap_texture()
571 pipe->transfer_destroy(pipe, cache->trans); in reset_cache()
661 pipe->transfer_destroy(pipe, cache->trans); in st_flush_bitmap_cache()
879 pipe->transfer_destroy(pipe, cache->trans); in st_destroy_bitmap()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c187 rb_context->pipe->transfer_destroy(rb_context->pipe, transfer); in rbug_transfer_create()
196 rb_transfer->pipe->transfer_destroy(rb_context->pipe, in rbug_transfer_destroy()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c47 r300->context.transfer_destroy = u_transfer_destroy_vtbl; in r300_init_resource_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_resource.c61 r600->context.transfer_destroy = u_transfer_destroy_vtbl; in r600_init_context_resource_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.c73 pipe->transfer_destroy = u_transfer_destroy_vtbl; in nv30_resource_init()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource.c38 i915->base.transfer_destroy = u_transfer_destroy_vtbl; in i915_init_resource_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c65 svga->pipe.transfer_destroy = u_transfer_destroy_vtbl; in svga_init_resource_functions()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp187 pctx->transfer_destroy(pctx, pxfer); in mapping()
201 pctx->transfer_destroy(pctx, pxfer); in ~mapping()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.c75 r600->context.transfer_destroy = u_transfer_destroy_vtbl; in r600_init_context_resource_functions()
Dcompute_memory_pool.c453 pipe->transfer_destroy(pipe, xfer); in compute_memory_transfer()
463 pipe->transfer_destroy(pipe, xfer); in compute_memory_transfer()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.c51 pcontext->transfer_destroy = u_transfer_destroy_vtbl; in nvc0_init_resource_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.c411 pipe->transfer_destroy(pipe, buf_transfer); in vl_zscan_layout()
423 pipe->transfer_destroy(pipe, buf_transfer); in vl_zscan_layout()
586 pipe->transfer_destroy(pipe, buf_transfer); in vl_zscan_upload_quant()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_resource.c93 pcontext->transfer_destroy = u_transfer_destroy_vtbl; in nv50_init_resource_functions()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c399 pipe->transfer_destroy(pipe, ytrans); in copy_packed_data()
400 pipe->transfer_destroy(pipe, utrans); in copy_packed_data()
401 pipe->transfer_destroy(pipe, vtrans); in copy_packed_data()

123