Searched refs:oom_flush (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.c586 if (ctx->oom_flush || ctx->batch_states_count > 10) {
603 ctx->oom_flush = true;
670 ctx->oom_flush = true;
H A Dzink_context.h204 bool oom_flush; member in struct:zink_context
H A Dzink_draw.cpp864 if (unlikely(work_count >= 30000) || ctx->oom_flush)
925 if (unlikely(ctx->batch.work_count >= 30000) || ctx->oom_flush)
H A Dzink_descriptors.c865 ctx->oom_flush = ctx->oom_stall = true;
H A Dzink_context.c2444 ctx->oom_flush = false;
2574 if (ctx->oom_flush)

Completed in 14 milliseconds