Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:flow_depth

328 	if (ctx->flow_depth > 0)
329 return &ctx->flow[ctx->flow_depth - 1];
336 for (unsigned i = ctx->flow_depth; i > 0; --i) {
348 if (ctx->flow_depth >= ctx->flow_depth_max) {
349 unsigned new_max = MAX2(ctx->flow_depth << 1, RADEON_LLVM_INITIAL_CF_DEPTH);
356 flow = &ctx->flow[ctx->flow_depth];
357 ctx->flow_depth++;
1086 assert(ctx->flow_depth >= 1);
1088 if (ctx->flow_depth >= 2) {
1089 struct si_llvm_flow *flow = &ctx->flow[ctx->flow_depth - 2];
1178 ctx->flow_depth--;
1195 ctx->flow_depth--;