Searched defs:context_cleanup (Results 1 – 3 of 3) sorted by relevance
75 void (*context_cleanup)(struct panfrost_context *ctx); member
3868 context_cleanup(struct panfrost_context *ctx) in context_cleanup() function
337 auto context_cleanup = gtl::MakeCleanup([¶ms] { in Run() local