Home
last modified time | relevance | path

Searched refs:panfrost_get_fresh_batch_for_fbo (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h143 panfrost_get_fresh_batch_for_fbo(struct panfrost_context *ctx, const char *reason);
Dpan_job.c217 panfrost_get_fresh_batch_for_fbo(struct panfrost_context *ctx, const char *reason) in panfrost_get_fresh_batch_for_fbo() function
Dpan_context.c75 struct panfrost_batch *batch = panfrost_get_fresh_batch_for_fbo(ctx, "Clear"); in panfrost_clear()
Dpan_cmdstream.c3032 batch = panfrost_get_fresh_batch_for_fbo(ctx, "Too many draws"); in panfrost_draw_vbo()