Home
last modified time | relevance | path

Searched refs:FC_LOOP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h205 #define FC_LOOP 2 macro
Dr600_shader.c9724 case FC_LOOP: in callstack_pop()
9743 case FC_LOOP: in callstack_push()
9917 fc_pushlevel(ctx, FC_LOOP); in tgsi_bgnloop()
9920 callstack_push(ctx, FC_LOOP); in tgsi_bgnloop()
9930 if (ctx->bc->fc_stack[ctx->bc->fc_sp - 1].type != FC_LOOP) { in tgsi_endloop()
9949 callstack_pop(ctx, FC_LOOP); in tgsi_endloop()
9959 if (FC_LOOP == ctx->bc->fc_stack[fscp - 1].type) in tgsi_loop_brk_cont()