Home
last modified time | relevance | path

Searched refs:writes_primitive_shading_rate (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h83 bool writes_primitive_shading_rate; member
H A Daco_instruction_selection.cpp10993 outinfo->writes_primitive_shading_rate) {
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h61 ASSIGN_FIELD(writes_primitive_shading_rate); in radv_aco_convert_shader_vp_info()
H A Dradv_shader_info.c528 outinfo->writes_primitive_shading_rate = per_vtx_mask & VARYING_BIT_PRIMITIVE_SHADING_RATE; in radv_nir_shader_info_pass()
543 outinfo->writes_primitive_shading_rate) in radv_nir_shader_info_pass()
H A Dradv_shader.h211 bool writes_primitive_shading_rate; member
H A Dradv_nir_to_llvm.c949 outinfo->writes_viewport_index || outinfo->writes_primitive_shading_rate) { in radv_llvm_export_vs()
951 (outinfo->writes_primitive_shading_rate == true ? 2 : 0) | in radv_llvm_export_vs()
984 if (outinfo->writes_primitive_shading_rate) { in radv_llvm_export_vs()
H A Dradv_pipeline.c5666 outinfo->writes_viewport_index || outinfo->writes_primitive_shading_rate; in radv_pipeline_emit_hw_vs()
5693 S_02881C_USE_VTX_VRS_RATE(outinfo->writes_primitive_shading_rate) | in radv_pipeline_emit_hw_vs()
5784 outinfo->writes_viewport_index || outinfo->writes_primitive_shading_rate; in radv_pipeline_emit_hw_ngg()
5827 S_02881C_USE_VTX_VRS_RATE(outinfo->writes_primitive_shading_rate) | in radv_pipeline_emit_hw_ngg()
6654 get_vs_output_info(pipeline)->writes_primitive_shading_rate) { in gfx103_pipeline_emit_vrs_state()

Completed in 29 milliseconds