Home
last modified time | relevance | path

Searched refs:surface_destroy (Results 1 - 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c38 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 Dr300_resource.c52 r300->context.surface_destroy = r300_surface_destroy; in r300_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c103 pipe->surface_destroy = nv30_miptree_surface_del; in nv30_resource_init()
/third_party/mesa3d/src/gbm/main/
H A Dgbm_abi_check.c100 void (*surface_destroy)(struct gbm_surface *surface); member
365 CHECK_MEMBER_CURRENT(gbm_device_v0, _abi0, surface_destroy); in main()
H A Dgbm_backend_abi.h157 void (*surface_destroy)(struct gbm_surface *surface); member
H A Dgbm.c726 surf->gbm->v0.surface_destroy(surf); in gbm_surface_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c114 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c163 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c204 pctx->surface_destroy = etna_surface_destroy; in etna_surface_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h116 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 Du_debug_image.c150 pipe->surface_destroy(pipe, surface); in debug_dump_texture()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp154 q.pipe->surface_destroy(q.pipe, st); in unbind_surface()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c276 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 Dsvga_surface.c996 svga->pipe.surface_destroy = svga_surface_destroy; in svga_init_surface_functions()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h817 void (*surface_destroy)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c525 pipe->surface_destroy = softpipe_surface_destroy; in softpipe_init_texture_funcs()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c466 i915->base.surface_destroy = i915_surface_destroy; in i915_init_surface_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c469 ctx->surface_destroy = noop_surface_destroy; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp377 context->surface_destroy = d3d12_surface_destroy; in d3d12_context_surface_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c460 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 Dzink_surface.c429 context->surface_destroy = zink_surface_destroy; in zink_context_surface_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c504 lp->pipe.surface_destroy = llvmpipe_surface_destroy; in llvmpipe_init_surface_functions()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py737 def surface_destroy(self, surface): member in Context
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1197 pctx->surface_destroy = v3d_surface_destroy; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c367 pipe->surface_destroy(pipe, ctx->surf[i]); in destroy_compute_resources()

Completed in 23 milliseconds

12