Home
last modified time | relevance | path

Searched refs:texture_unmap (Results 1 – 25 of 63) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c77 tc->pipe->texture_unmap(tc->pipe, tc->transfer); in sp_destroy_tex_tile_cache()
80 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans); in sp_destroy_tex_tile_cache()
135 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans); in sp_tex_tile_cache_set_sampler_view()
233 tc->pipe->texture_unmap(tc->pipe, tc->tex_trans); in sp_find_cached_tile_tex()
Dsp_tile_cache.c152 tc->pipe->texture_unmap(tc->pipe, tc->transfer[i]); in sp_destroy_tile_cache()
179 pipe->texture_unmap(pipe, tc->transfer[i]); in sp_tile_cache_set_surface()
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c117 pipe->texture_unmap(pipe, tr); in wsw_dt_get_stride()
242 pipe->texture_unmap(pipe, tr); in wsw_dt_map()
260 pipe->texture_unmap(pipe, wdt->transfer); in wsw_dt_unmap()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c68 pipe->texture_unmap(pipe, src_trans); in lp_resource_copy_ms()
80 pipe->texture_unmap(pipe, dst_trans); in lp_resource_copy_ms()
81 pipe->texture_unmap(pipe, src_trans); in lp_resource_copy_ms()
298 pipe->texture_unmap(pipe, dst_trans); in lp_clear_color_texture_msaa()
364 pipe->texture_unmap(pipe, dst_trans); in lp_clear_depth_stencil_texture_msaa()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c353 pipe->texture_unmap(pipe, dst_trans); in util_resource_copy_region()
355 pipe->texture_unmap(pipe, src_trans); in util_resource_copy_region()
405 pipe->texture_unmap(pipe, dst_trans); in util_clear_color_texture()
452 pipe->texture_unmap(pipe, dst_trans); in util_clear_render_target()
610 pipe->texture_unmap(pipe, dst_trans); in util_clear_depth_stencil_texture()
Du_debug_image.c131 pipe->texture_unmap(pipe, transfer); in debug_dump_surface()
201 pipe->texture_unmap(pipe, transfer); in debug_dump_surface_bmp()
Du_threaded_context_calls.h28 CALL(texture_unmap)
Du_pstipple.c95 pipe->texture_unmap(pipe, transfer); in util_pstipple_update_stipple_texture()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c48 r300->context.texture_unmap = r300_texture_transfer_unmap; in r300_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource.c39 i915->base.texture_unmap = i915_texture_transfer_unmap; in i915_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c99 pipe->texture_unmap = nv30_miptree_transfer_unmap; in nv30_resource_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_texture.c107 tr_ctx->pipe->texture_unmap(tr_ctx->pipe, transfer); in trace_transfer_create()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c222 pipe->texture_unmap(pipe, transfer); in upload_sampler()
257 pipe->texture_unmap(pipe, transfer); in upload_sampler_convert()
404 pipe->texture_unmap(pipe, transfer); in XvMCClearSubpicture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c127 svga->pipe.texture_unmap = svga_texture_transfer_unmap; in svga_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c110 pcontext->texture_unmap = nv50_miptree_transfer_unmap; in nv50_init_resource_functions()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c131 pipe->texture_unmap(pipe, transfer); in xa_surface_dma()
183 pipe->texture_unmap(pipe, srf->transfer); in xa_surface_unmap()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c159 pcontext->texture_unmap = nvc0_miptree_transfer_unmap; in nvc0_init_resource_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_objects.c192 rb_context->pipe->texture_unmap(rb_context->pipe, transfer); in rbug_transfer_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.c431 pipe->texture_unmap(pipe, buf_transfer); in vl_zscan_layout()
596 pipe->texture_unmap(pipe, buf_transfer); in vl_zscan_upload_quant()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvolume9.c151 pipe->texture_unmap(pipe, This->transfer); in NineVolume9_dtor()
377 pipe->texture_unmap(pipe, This->transfer); in NineVolume9_UnlockBox()
Dsurface9.c220 pipe->texture_unmap(pipe, This->transfer); in NineSurface9_dtor()
564 pipe->texture_unmap(pipe, This->transfer); in NineSurface9_UnlockRect()
765 pipe->texture_unmap(pipe, transfer); in NineSurface9_CopyDefaultToMem()
/third_party/mesa3d/src/gallium/tests/graw/
Dgraw_util.h276 info->ctx->texture_unmap(info->ctx, t); in graw_util_create_tex2d()
Dquad-sample.c259 ctx->texture_unmap(ctx, t); in init_tex()
Dfs-test.c344 ctx->texture_unmap(ctx, t); in init_tex()
/third_party/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c185 p->pipe->texture_unmap(p->pipe, t); in init_prog()

123