Home
last modified time | relevance | path

Searched refs:export_clip_dists (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c872 bool export_clip_dists) in radv_build_param_exports()
884 !export_clip_dists) in radv_build_param_exports()
898 bool export_clip_dists) in radv_llvm_export_vs()
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()
870 radv_build_param_exports(struct radv_shader_context *ctx, struct radv_shader_output_values *outputs, unsigned noutput, const struct radv_vs_output_info *outinfo, bool export_clip_dists) radv_build_param_exports() argument
896 radv_llvm_export_vs(struct radv_shader_context *ctx, struct radv_shader_output_values *outputs, unsigned noutput, const struct radv_vs_output_info *outinfo, bool export_clip_dists) radv_llvm_export_vs() argument
[all...]
H A Dradv_aco_shader_info.h64 ASSIGN_FIELD(export_clip_dists); in radv_aco_convert_shader_vp_info()
H A Dradv_shader.h214 bool export_clip_dists; member
H A Dradv_shader_info.c444 outinfo->export_clip_dists)) in assign_outinfo_params()
H A 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/
H A Daco_instruction_selection.h100 bool export_clip_dists; member
H A Daco_shader_info.h86 bool export_clip_dists; member
H A Daco_instruction_selection_setup.cpp253 ctx->export_clip_dists = outinfo->export_clip_dists; in setup_vs_output_info()
H A Daco_instruction_selection.cpp11001 if (ctx->export_clip_dists) {

Completed in 31 milliseconds