Searched refs:lower_sysval_to_root_table (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_nir_lower_descriptors.c | 268 #define lower_sysval_to_root_table(b, intrin, member) \ macro 408 return lower_sysval_to_root_table(b, intrin, draw.no_epilog_discard); in lower_uvs_index() 411 return lower_sysval_to_root_table(b, intrin, draw.api_sample_mask); in lower_uvs_index() 414 return lower_sysval_to_root_table(b, intrin, draw.ppp_multisamplectl); in lower_uvs_index() 417 return lower_sysval_to_root_table(b, intrin, draw.force_never_in_shader); in lower_uvs_index() 420 return lower_sysval_to_root_table(b, intrin, draw.geometry_params); in lower_uvs_index() 423 return lower_sysval_to_root_table(b, intrin, draw.vertex_output_buffer); in lower_uvs_index() 426 return lower_sysval_to_root_table(b, intrin, draw.vertex_outputs); in lower_uvs_index() 429 return lower_sysval_to_root_table(b, intrin, draw.tess_params); in lower_uvs_index() 530 return lower_sysval_to_root_table(b, intrin, cs.base_group); in try_lower_intrin() [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_nir_lower_descriptors.c | 806 #define lower_sysval_to_root_table(b, intrin, member, ctx) \ macro 1146 return lower_sysval_to_root_table(b, intrin, cs.group_count, ctx); in try_lower_intrin() 1149 return lower_sysval_to_root_table(b, intrin, cs.base_group, ctx); in try_lower_intrin() 1156 return lower_sysval_to_root_table(b, intrin, draw.base_vertex, ctx); in try_lower_intrin() 1159 return lower_sysval_to_root_table(b, intrin, draw.base_instance, ctx); in try_lower_intrin() 1162 return lower_sysval_to_root_table(b, intrin, draw.draw_index, ctx); in try_lower_intrin() 1165 return lower_sysval_to_root_table(b, intrin, draw.view_index, ctx); in try_lower_intrin()
|