Home
last modified time | relevance | path

Searched refs:export_clip_dists (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c872 bool export_clip_dists) in radv_build_param_exports() argument
884 !export_clip_dists) in radv_build_param_exports()
898 bool export_clip_dists) in radv_llvm_export_vs() argument
1011 radv_build_param_exports(ctx, outputs, noutput, outinfo, export_clip_dists); in radv_llvm_export_vs()
1015 handle_vs_outputs_post(struct radv_shader_context *ctx, bool export_prim_id, bool export_clip_dists, in handle_vs_outputs_post() argument
1052 radv_llvm_export_vs(ctx, outputs, noutput, outinfo, export_clip_dists); in handle_vs_outputs_post()
1161 ctx->shader_info->vs.outinfo.export_clip_dists, in handle_shader_outputs_post()
1182 ctx->shader_info->tes.outinfo.export_clip_dists, in handle_shader_outputs_post()
1208 outinfo->export_clip_dists, in radv_llvm_visit_export_vertex()
1699 handle_vs_outputs_post(ctx, false, ctx->shader_info->vs.outinfo.export_clip_dists, in ac_gs_copy_shader_emit()
Dradv_aco_shader_info.h64 ASSIGN_FIELD(export_clip_dists); in radv_aco_convert_shader_vp_info()
Dradv_shader.h214 bool export_clip_dists; member
Dradv_shader_info.c444 outinfo->export_clip_dists)) in assign_outinfo_params()
Dradv_pipeline.c3579 outinfo->export_clip_dists |= ps_clip_dists_in; in radv_fill_shader_info()
4485 if (stages[MESA_SHADER_GEOMETRY].info.vs.outinfo.export_clip_dists) in radv_pipeline_create_gs_copy_shader()
4486 info.vs.outinfo.export_clip_dists = true; in radv_pipeline_create_gs_copy_shader()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h100 bool export_clip_dists; member
Daco_shader_info.h86 bool export_clip_dists; member
Daco_instruction_selection_setup.cpp253 ctx->export_clip_dists = outinfo->export_clip_dists; in setup_vs_output_info()
Daco_instruction_selection.cpp11001 if (ctx->export_clip_dists) { in create_vs_exports()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3888 - radv: add export_clip_dists for VS and TES to radv_shader_info
3889 - radv,aco: stop using vs_common_out.export_clip_dists
3902 - radv: remove vs_common_out:export_clip_dists
3917 - radv: set export_clip_dists for the GS copy shader