Searched refs:block_kind_export_end (Results 1 – 7 of 7) sorted by relevance
776 if (kind & block_kind_export_end) in print_block_kind()
1017 if (block->kind & block_kind_export_end && current->isEXP() && ctx.schedule_pos_exports) { in schedule_block()
793 if (!(block.kind & block_kind_export_end)) in fix_exports()
1840 block_kind_export_end = 1 << 15, enumerator
9209 ctx->block->kind |= block_kind_export_end; in visit_intrinsic()10981 ctx->block->kind |= block_kind_export_end; in create_vs_exports()11449 ctx->block->kind |= block_kind_export_end; in create_fs_exports()11887 ctx->block->kind |= block_kind_export_end; in ngg_emit_sendmsg_gs_alloc_req()12573 ctx.block->kind |= block_kind_export_end; in select_ps_epilog()
4219 - aco: Print block_kind_export_end.
5402 - aco: Set block_kind_export_end in create_vs/fs_exports.