Searched refs:if_stack_pos (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c82 * For each IF/ELSE/ENDIF block, if_stack[if_stack_pos] has where the else
83 * instructions should be placed, and if_stack[if_stack_pos - 1] has where
87 unsigned if_stack_pos; member in struct:ttn_compile
1038 c->if_stack[c->if_stack_pos] = nir_after_cf_node(&if_stmt->cf_node);
1039 c->if_stack_pos++;
1043 c->if_stack[c->if_stack_pos] = nir_after_cf_list(&if_stmt->else_list);
1044 c->if_stack_pos++;
1052 b->cursor = c->if_stack[c->if_stack_pos - 1];
1060 c->if_stack_pos -= 2;
1061 b->cursor = c->if_stack[c->if_stack_pos];
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2280 int if_stack_pos = 0, loop_stack_pos = 0; local in function:set_branchtargets
2306 if_stack[if_stack_pos] = i;
2307 if_stack_pos++;
2310 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i;
2311 if_stack[if_stack_pos - 1] = i;
2314 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i;
2315 if_stack_pos--;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp2227 int if_stack_pos = 0, loop_stack_pos = 0; local in function:set_branchtargets
2253 if_stack[if_stack_pos] = i;
2254 if_stack_pos++;
2257 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i;
2258 if_stack[if_stack_pos - 1] = i;
2261 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i;
2262 if_stack_pos--;

Completed in 11 milliseconds