Home
last modified time | relevance | path

Searched refs:radv_pipeline_has_tess (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1391 if (radv_pipeline_has_tess(pipeline)) in radv_compute_ia_multi_vgt_param_helpers()
1410 if (radv_pipeline_has_tess(pipeline)) { in radv_compute_ia_multi_vgt_param_helpers()
1418 if (radv_pipeline_has_tess(pipeline)) { in radv_compute_ia_multi_vgt_param_helpers()
1481 } else if (radv_pipeline_has_tess(pipeline)) { in radv_pipeline_init_input_assembly_state()
2204 if (!radv_pipeline_has_tess(pipeline)) in radv_get_shader()
2221 else if (radv_pipeline_has_tess(pipeline)) in get_vs_output_info()
3441 bool has_tess = radv_pipeline_has_tess(pipeline); in radv_pipeline_stage_to_user_data_0()
4295 radv_pipeline_has_tess(pipeline) ? MESA_SHADER_TESS_EVAL : MESA_SHADER_VERTEX; in radv_pipeline_generate_hw_ngg()
4395 S_028838_INDEX_BUF_EDGE_FLAG_ENA(!radv_pipeline_has_tess(pipeline) && in radv_pipeline_generate_hw_ngg()
4410 !radv_pipeline_has_tess(pipeline) && in radv_pipeline_generate_hw_ngg()
[all …]
Dsi_cmd_buffer.c812 if (radv_pipeline_has_tess(cmd_buffer->state.pipeline)) { in si_get_ia_multi_vgt_param()
Dradv_private.h1774 static inline bool radv_pipeline_has_tess(const struct radv_pipeline *pipeline) in radv_pipeline_has_tess() function
Dradv_cmd_buffer.c2602 if (radv_pipeline_has_tess(cmd_buffer->state.pipeline)) in radv_flush_indirect_descriptor_sets()
2606 if (radv_pipeline_has_tess(cmd_buffer->state.pipeline)) in radv_flush_indirect_descriptor_sets()
4278 if (radv_pipeline_has_tess(pipeline)) in radv_CmdBindPipeline()