Searched refs:FC_LOOP (Results 1 – 4 of 4) sorted by relevance
50 case FC_LOOP: in push()71 case FC_LOOP: in pop()
569 m_callstack.push(FC_LOOP); in emit_loop_begin()577 m_callstack.pop(FC_LOOP); in emit_loop_end()
223 #define FC_LOOP 2 macro
10482 case FC_LOOP: in callstack_pop()10501 case FC_LOOP: in callstack_push()10681 fc_pushlevel(ctx, FC_LOOP); in tgsi_bgnloop()10684 callstack_push(ctx, FC_LOOP); in tgsi_bgnloop()10694 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].type != FC_LOOP) { in tgsi_endloop()10713 callstack_pop(ctx, FC_LOOP); in tgsi_endloop()10723 if (FC_LOOP == ctx->bc->fc_stack[fscp - 1].type) in tgsi_loop_brk_cont()