Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c452 if (pipe->invalidate_resource && in notify_before_flush_cb()
455 pipe->invalidate_resource(pipe, args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()
457 … pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h43 CALL(invalidate_resource)
H A Du_threaded_context.c4651 pipe->invalidate_resource(pipe, resource); in tc_call_invalidate_resource()
5381 CTX_INIT(invalidate_resource); in threaded_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c737 invalidate_resource(struct fd_resource *rsc, unsigned usage) assert_dt in invalidate_resource() function
872 invalidate_resource(rsc, usage); in resource_transfer_map()
1574 invalidate_resource(rsc, PIPE_MAP_READ | PIPE_MAP_WRITE); in fd_invalidate_resource()
1781 pctx->invalidate_resource = fd_invalidate_resource; in fd_resource_context_init()
H A Dfreedreno_blitter.c117 pipe->invalidate_resource(pipe, info->dst.resource); in fd_blitter_prep()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c163 pctx->invalidate_resource = vc4_invalidate_resource; in vc4_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c164 pcontext->invalidate_resource = nv50_invalidate_resource; in nvc0_init_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c182 pcontext->invalidate_resource = nv50_invalidate_resource; in nv50_init_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c214 ctx->base.invalidate_resource = lima_invalidate_resource; in lima_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c738 pipe->invalidate_resource(pipe, resource); in dd_context_invalidate_resource()
947 CTX_INIT(invalidate_resource); in dd_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c405 pctx->invalidate_resource = v3d_invalidate_resource; in v3d_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h1091 void (*invalidate_resource)(struct pipe_context *ctx, member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c1141 context->gpu->invalidate_resource(context->gpu, resource->gpu); in tegra_invalidate_resource()
1411 context->base.invalidate_resource = tegra_invalidate_resource; in tegra_screen_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c446 ctx->invalidate_resource = noop_invalidate_resource; in noop_create_context()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c763 sctx->b.invalidate_resource = si_invalidate_resource; in si_init_buffer_functions()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1936 context->invalidate_resource(context, resource); in trace_context_invalidate_resource()
2536 TR_CTX_INIT(invalidate_resource); in trace_context_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_blit.c414 pctx->invalidate_resource(pctx, info->dst.resource); in zink_blit()
/aosp_15_r20/external/mesa3d/docs/gallium/
H A Dbuffermapping.rst388 call will appear in the driver as an ``invalidate_resource()`` call if
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c573 rctx->b.invalidate_resource = r600_invalidate_resource; in r600_common_context_init()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dbufferobj.c306 pipe->invalidate_resource(pipe, obj->buffer); in bufferobj_data()
5112 pipe->invalidate_resource(pipe, obj->buffer); in bufferobj_invalidate()
H A Dfbobject.c5450 if (ctx->pipe->invalidate_resource) in do_discard_framebuffer()
5451 ctx->pipe->invalidate_resource(ctx->pipe, prsc); in do_discard_framebuffer()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1957 ctx->invalidate_resource = crocus_invalidate_resource; in crocus_init_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1940 pctx->invalidate_resource = panfrost_invalidate_resource; in panfrost_resource_context_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c1897 pctx->invalidate_resource = agx_invalidate_resource; in agx_create_context()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2889 ctx->invalidate_resource = iris_invalidate_resource; in iris_init_resource_functions()

12