Home
last modified time | relevance | path

Searched refs:has_epilog (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h138 bool has_epilog; member
H A Daco_assembler.cpp806 if (!program->info.ps.has_epilog) { in fix_exports()
819 exported |= program->stage.hw == HWStage::FS && program->info.ps.has_epilog; in fix_exports()
H A Daco_instruction_selection.cpp5196 if (ctx->stage == fragment_fs && ctx->program->info.ps.has_epilog) {
11420 if (ctx->program->info.ps.has_epilog) {
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h98 ASSIGN_FIELD(ps.has_epilog); in radv_aco_convert_shader_info()
H A Dradv_shader.h108 bool has_epilog; member
343 bool has_epilog; member
H A Dradv_shader_args.c187 if (info->ps.has_epilog) in allocate_user_sgprs()
454 if (info->ps.has_epilog) { in declare_ps_input_vgprs()
797 if (info->ps.has_epilog) { in radv_declare_shader_args()
H A Dradv_shader_info.c483 if (pipeline_key->ps.has_epilog) { in radv_nir_shader_info_pass()
484 info->ps.has_epilog = true; in radv_nir_shader_info_pass()
H A Dradv_pipeline.c3385 key.ps.has_epilog = false; /* TODO: hook up PS epilogs */ in radv_generate_graphics_pipeline_key()

Completed in 32 milliseconds