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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 165 if (ctx->cond_stack_size > 0)
182 ctx->cond_stack_size = 0;
272 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING) {
273 ctx->cond_stack_size++;
276 if (ctx->cond_stack_size == 0 && mask->function_stack_size == 1) {
279 ctx->cond_stack[ctx->cond_stack_size++] = mask->cond_mask;
295 assert(ctx->cond_stack_size);
296 if (ctx->cond_stack_size >= LP_MAX_TGSI_NESTING)
298 prev_mask = ctx->cond_stack[ctx->cond_stack_size - 1];
299 if (ctx->cond_stack_size == 1 && mask->function_stack_size == 1)
    [all...]
lp_bld_tgsi.h 275 int cond_stack_size; member in struct:lp_exec_mask::function_ctx

Completed in 70 milliseconds