Home
last modified time | relevance | path

Searched refs:invalidate_resource (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c437 if (pipe->invalidate_resource && in notify_before_flush_cb()
440 pipe->invalidate_resource(pipe, args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()
442 … pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h43 CALL(invalidate_resource)
Du_threaded_context.c3700 pipe->invalidate_resource(pipe, resource); in tc_call_invalidate_resource()
4387 CTX_INIT(invalidate_resource); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c115 pcontext->invalidate_resource = nv50_invalidate_resource; in nv50_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c164 pcontext->invalidate_resource = nv50_invalidate_resource; in nvc0_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c176 pctx->invalidate_resource = vc4_invalidate_resource; in vc4_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c345 pipe->invalidate_resource(pipe, st_obj->buffer); in bufferobj_data()
474 pipe->invalidate_resource(pipe, st_obj->buffer); in st_bufferobj_invalidate()
Dst_cb_fbo.c823 if (st->pipe->invalidate_resource) in st_discard_framebuffer()
824 st->pipe->invalidate_resource(st->pipe, prsc); in st_discard_framebuffer()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c221 ctx->base.invalidate_resource = lima_invalidate_resource; in lima_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c729 invalidate_resource(struct fd_resource *rsc, unsigned usage) assert_dt in invalidate_resource() function
828 invalidate_resource(rsc, usage); in resource_transfer_map()
1459 invalidate_resource(rsc, PIPE_MAP_READ | PIPE_MAP_WRITE); in fd_invalidate_resource()
1708 pctx->invalidate_resource = fd_invalidate_resource; in fd_resource_context_init()
Dfreedreno_blitter.c133 pctx->invalidate_resource(pctx, info->dst.resource); in fd_blitter_blit()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c374 pctx->invalidate_resource = v3d_invalidate_resource; in v3d_context_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1030 void (*invalidate_resource)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c739 pipe->invalidate_resource(pipe, resource); in dd_context_invalidate_resource()
938 CTX_INIT(invalidate_resource); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1126 context->gpu->invalidate_resource(context->gpu, resource->gpu); in tegra_invalidate_resource()
1396 context->base.invalidate_resource = tegra_invalidate_resource; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c446 ctx->invalidate_resource = noop_invalidate_resource; in noop_create_context()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c729 sctx->b.invalidate_resource = si_invalidate_resource; in si_init_buffer_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1867 context->invalidate_resource(context, resource); in trace_context_invalidate_resource()
2306 TR_CTX_INIT(invalidate_resource); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c661 pctx->invalidate_resource = agx_invalidate_resource; in agx_create_context()
/third_party/mesa3d/docs/gallium/
Dbuffermapping.rst388 call will appear in the driver as an ``invalidate_resource()`` call if
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c591 rctx->b.invalidate_resource = r600_invalidate_resource; in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1371 pctx->invalidate_resource = panfrost_invalidate_resource; in panfrost_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c2006 ctx->invalidate_resource = crocus_invalidate_resource; in crocus_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1750 pctx->invalidate_resource = zink_resource_invalidate; in zink_context_resource_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2635 ctx->invalidate_resource = iris_invalidate_resource; in iris_init_resource_functions()

12