Home
last modified time | relevance | path

Searched refs:rebind_resource (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c75 if (ctx->rebind_resource) in rebind_resource_in_ctx()
76 ctx->rebind_resource(ctx, rsc); in rebind_resource_in_ctx()
152 rebind_resource(struct fd_resource *rsc) assert_dt in rebind_resource() function
287 rebind_resource(dst); in fd_replace_buffer_storage()
424 rebind_resource(rsc); in fd_try_shadow_resource()
737 rebind_resource(rsc); in invalidate_resource()
Dfreedreno_context.h453 void (*rebind_resource)(struct fd_context *ctx, struct fd_resource *rsc) dt; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c451 ctx->rebind_resource = fd6_rebind_resource; in fd6_texture_init()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3761 - freedreno: optimize rebind_resource()
3763 - freedreno: rebind_resource() \*before\* bo changes
D21.1.0.rst4927 - freedreno: Check cb0 in rebind_resource()