Searched refs:rebind_resource (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c75 if (ctx->rebind_resource)
76 ctx->rebind_resource(ctx, rsc);
152 rebind_resource(struct fd_resource *rsc) assert_dt function in typeref:typename:void
285 rebind_resource(dst);
422 rebind_resource(rsc);
735 rebind_resource(rsc);
H A Dfreedreno_context.h450 /* Called on rebind_resource() for any per-gen cleanup required: */
451 void (*rebind_resource)(struct fd_context *ctx, struct fd_resource *rsc) dt; member in struct:fd_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c60 rebind_resource(struct fd_context *ctx, struct pipe_resource *prsc) function in typeref:typename:void
544 rebind_resource(ctx, prsc);
587 rebind_resource(ctx, prsc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c506 ctx->rebind_resource = fd6_rebind_resource;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3761 - freedreno: optimize rebind_resource()
3763 - freedreno: rebind_resource() \*before\* bo changes
H A D21.1.0.rst4927 - freedreno: Check cb0 in rebind_resource()

Completed in 23 milliseconds