/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_tile_cache.c | 77 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()
|
D | sp_tile_cache.c | 152 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/ |
D | wrapper_sw_winsys.c | 117 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/ |
D | lp_surface.c | 68 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/ |
D | u_surface.c | 353 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()
|
D | u_debug_image.c | 131 pipe->texture_unmap(pipe, transfer); in debug_dump_surface() 201 pipe->texture_unmap(pipe, transfer); in debug_dump_surface_bmp()
|
D | u_threaded_context_calls.h | 28 CALL(texture_unmap)
|
D | u_pstipple.c | 95 pipe->texture_unmap(pipe, transfer); in util_pstipple_update_stipple_texture()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_resource.c | 48 r300->context.texture_unmap = r300_texture_transfer_unmap; in r300_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource.c | 39 i915->base.texture_unmap = i915_texture_transfer_unmap; in i915_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_resource.c | 99 pipe->texture_unmap = nv30_miptree_transfer_unmap; in nv30_resource_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_texture.c | 107 tr_ctx->pipe->texture_unmap(tr_ctx->pipe, transfer); in trace_transfer_create()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 222 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/ |
D | svga_resource.c | 127 svga->pipe.texture_unmap = svga_texture_transfer_unmap; in svga_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.c | 110 pcontext->texture_unmap = nv50_miptree_transfer_unmap; in nv50_init_resource_functions()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_context.c | 131 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/ |
D | nvc0_resource.c | 159 pcontext->texture_unmap = nvc0_miptree_transfer_unmap; in nvc0_init_resource_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_objects.c | 192 rb_context->pipe->texture_unmap(rb_context->pipe, transfer); in rbug_transfer_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_zscan.c | 431 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/ |
D | volume9.c | 151 pipe->texture_unmap(pipe, This->transfer); in NineVolume9_dtor() 377 pipe->texture_unmap(pipe, This->transfer); in NineVolume9_UnlockBox()
|
D | surface9.c | 220 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/ |
D | graw_util.h | 276 info->ctx->texture_unmap(info->ctx, t); in graw_util_create_tex2d()
|
D | quad-sample.c | 259 ctx->texture_unmap(ctx, t); in init_tex()
|
D | fs-test.c | 344 ctx->texture_unmap(ctx, t); in init_tex()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | quad-tex.c | 185 p->pipe->texture_unmap(p->pipe, t); in init_prog()
|