Home
last modified time | relevance | path

Searched refs:block_kind_export_end (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp776 if (kind & block_kind_export_end) in print_block_kind()
Daco_scheduler.cpp1017 if (block->kind & block_kind_export_end && current->isEXP() && ctx.schedule_pos_exports) { in schedule_block()
Daco_assembler.cpp793 if (!(block.kind & block_kind_export_end)) in fix_exports()
Daco_ir.h1840 block_kind_export_end = 1 << 15, enumerator
Daco_instruction_selection.cpp9209 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()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst4219 - aco: Print block_kind_export_end.
D21.1.0.rst5402 - aco: Set block_kind_export_end in create_vs/fs_exports.