Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c56 unsigned worklist_start, worklist_end; member
333 ctx->worklist_start = 0; in do_regalloc()
347 while (ctx->worklist_start != ctx->worklist_end) { in do_regalloc()
348 push_stack(ctx, ctx->worklist[ctx->worklist_start++]); in do_regalloc()