HomeSort by relevance Sort by last modified time
    Searched refs:flow_depth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 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]
    [all...]
si_shader_internal.h 98 unsigned flow_depth; member in struct:si_shader_context

Completed in 85 milliseconds