Searched refs:CF_OP_POP (Results 1 – 3 of 3) sorted by relevance
577 #define CF_OP_POP 15 macro
2338 r600_bytecode_add_cfinst(ctx.bc, CF_OP_POP); in generate_gs_copy_shader()2525 r600_bytecode_add_cfinst(ctx.bc, CF_OP_POP); in generate_gs_copy_shader()3022 r600_bytecode_add_cfinst(ctx->bc, CF_OP_POP); in r600_emit_tess_factor()3924 … last->flags & CF_ALU || ctx.bc->cf_last->op == CF_OP_LOOP_END || ctx.bc->cf_last->op == CF_OP_POP) in r600_shader_from_tgsi()9639 r600_bytecode_add_cfinst(ctx->bc, CF_OP_POP); in pops()
200 cf_node *if_pop = sh.create_cf(CF_OP_POP); in finalize_if()982 if (c->is_cf_op(CF_OP_POP)) { in cf_peephole()