/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_surface.c | 38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d); 44 .destroy = surface_destroy 95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) in surface_destroy() function
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_resource.c | 52 r300->context.surface_destroy = r300_surface_destroy; in r300_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_resource.c | 103 pipe->surface_destroy = nv30_miptree_surface_del; in nv30_resource_init()
|
/third_party/mesa3d/src/gbm/main/ |
H A D | gbm_abi_check.c | 100 void (*surface_destroy)(struct gbm_surface *surface); member 365 CHECK_MEMBER_CURRENT(gbm_device_v0, _abi0, surface_destroy); in main()
|
H A D | gbm_backend_abi.h | 157 void (*surface_destroy)(struct gbm_surface *surface); member
|
H A D | gbm.c | 726 surf->gbm->v0.surface_destroy(surf); in gbm_surface_destroy()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_resource.c | 114 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.c | 163 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_surface.c | 204 pctx->surface_destroy = etna_surface_destroy; in etna_surface_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 116 old_dst->context->surface_destroy(old_dst->context, old_dst); in pipe_surface_reference() 123 * of using a deleted context's surface_destroy() method when freeing a surface 134 pipe->surface_destroy(pipe, old); in pipe_surface_release()
|
H A D | u_debug_image.c | 150 pipe->surface_destroy(pipe, surface); in debug_dump_texture()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 154 q.pipe->surface_destroy(q.pipe, st); in unbind_surface()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_framebuffer.c | 276 svga->pipe.surface_destroy(&svga->pipe, svga->state.hw_clear.rtv[i]); in emit_fb_vgpu10() 294 svga->pipe.surface_destroy(&svga->pipe, svga->state.hw_clear.dsv); in emit_fb_vgpu10()
|
H A D | svga_surface.c | 996 svga->pipe.surface_destroy = svga_surface_destroy; in svga_init_surface_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 817 void (*surface_destroy)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 525 pipe->surface_destroy = softpipe_surface_destroy; in softpipe_init_texture_funcs()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 466 i915->base.surface_destroy = i915_surface_destroy; in i915_init_surface_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 469 ctx->surface_destroy = noop_surface_destroy; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_surface.cpp | 377 context->surface_destroy = d3d12_surface_destroy; in d3d12_context_surface_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 460 pipe->surface_destroy(pipe, surf); in dd_context_surface_destroy() 929 CTX_INIT(surface_destroy); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 429 context->surface_destroy = zink_surface_destroy; in zink_context_surface_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 504 lp->pipe.surface_destroy = llvmpipe_surface_destroy; in llvmpipe_init_surface_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 737 def surface_destroy(self, surface): member in Context
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 1197 pctx->surface_destroy = v3d_surface_destroy; in v3d_resource_context_init()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | compute.c | 367 pipe->surface_destroy(pipe, ctx->surf[i]); in destroy_compute_resources()
|