Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c54 int pred_depth; member
134 ctx->pred_depth = 0; in compile_init()
575 if (ctx->pred_depth == 0) { in push_predicate()
602 ctx->pred_stack[ctx->pred_depth++] = ctx->so->ir->pred; in push_predicate()
616 ctx->so->ir->pred = ctx->pred_stack[--ctx->pred_depth]; in pop_predicate()
618 if (ctx->pred_depth != 0) { in pop_predicate()