/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_texture.c | 132 if (!pctx->sampler_view_destroy) in fd_texture_init() 133 pctx->sampler_view_destroy = fd_sampler_view_destroy; in fd_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_sampler.c | 555 svga->pipe.sampler_view_destroy(&svga->pipe, in svga_cleanup_sampler_state() 569 svga->pipe.sampler_view_destroy = svga_sampler_view_destroy; in svga_init_sampler_functions()
|
D | svga_pipe_misc.c | 68 pipe->sampler_view_destroy(pipe, in svga_set_polygon_stipple()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | resource.cpp | 113 q.pipe->sampler_view_destroy(q.pipe, st); in unbind_sampler_view()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 326 pipe->sampler_view_destroy = nv30_sampler_view_destroy; in nv30_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 357 pipe->sampler_view_destroy = softpipe_sampler_view_destroy; in softpipe_init_sampler_funcs()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 463 ctx->base.sampler_view_destroy = lima_sampler_view_destroy; in lima_state_init()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture_desc.c | 355 ctx->base.sampler_view_destroy = etna_sampler_view_desc_destroy; in etna_texture_desc_init()
|
D | etnaviv_texture_state.c | 608 ctx->base.sampler_view_destroy = etna_sampler_view_state_destroy; in etna_texture_state_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 805 void (*sampler_view_destroy)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 468 ctx->sampler_view_destroy = noop_sampler_view_destroy; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 484 pipe->sampler_view_destroy(pipe, view); in dd_context_sampler_view_destroy() 927 CTX_INIT(sampler_view_destroy); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_texture.c | 448 pctx->sampler_view_destroy = fd6_sampler_view_destroy; in fd6_texture_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 620 llvmpipe->pipe.sampler_view_destroy = llvmpipe_sampler_view_destroy; in llvmpipe_init_sampler_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 216 old_dst->context->sampler_view_destroy(old_dst->context, old_dst); in pipe_sampler_view_reference()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 719 pctx->sampler_view_destroy = vc4_sampler_view_destroy; in vc4_state_init()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1068 i915->base.sampler_view_destroy = i915_sampler_view_destroy; in i915_init_state_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 454 def sampler_view_destroy(self, view): member in Context
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 330 pipe->sampler_view_destroy(pipe, ctx->view[i]); in destroy_sampler_views()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1506 pctx->sampler_view_destroy = v3d_sampler_view_destroy; in v3dX()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 1352 rb_pipe->base.sampler_view_destroy = rbug_context_sampler_view_destroy; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1385 context->base.sampler_view_destroy = tegra_sampler_view_destroy; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1481 pipe->sampler_view_destroy = nv50_sampler_view_destroy; in nv50_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1474 pipe->sampler_view_destroy = nvc0_sampler_view_destroy; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.c | 1632 vctx->base.sampler_view_destroy = virgl_destroy_sampler_view; in virgl_context_create()
|