mesa/src/microsoft/compiler
Daniel Schürmann 2c51a8870d
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
nir: add nir_vectorize_cb callback parameter to nir_lower_phis_to_scalar()
Similar to nir_lower_alu_width(), the callback can return the
desired number of components for a phi, or 0 for no lowering.

The previous behavior of nir_lower_phis_to_scalar() with lower_all=true
can be elicited via nir_lower_all_phis_to_scalar() while the previous
behavior with lower_all=false now corresponds to nir_lower_phis_to_scalar()
with NULL callback.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35783>
2025-07-08 15:33:59 +00:00
..
dxcapi.h
dxil_buffer.c
dxil_buffer.h
dxil_buffer_test.c
dxil_container.c microsoft/compiler: Fix PSV0 for validator 1.8 2025-06-18 16:49:36 +00:00
dxil_container.h microsoft/compiler: Fix PSV0 for validator 1.8 2025-06-18 16:49:36 +00:00
dxil_dump.c
dxil_dump.h
dxil_dump_decls.h
dxil_enums.c microsoft/compiler: Simplify I/O component type enum handling 2024-04-04 20:29:10 +00:00
dxil_enums.h microsoft/compiler: Simplify I/O component type enum handling 2024-04-04 20:29:10 +00:00
dxil_function.c microsoft/compiler: Handle base vertex/instance sysvals as DXIL intrinsics 2024-04-05 00:25:41 +00:00
dxil_function.h
dxil_internal.h
dxil_module.c d3d12: Fix leak dxil_module::serialized_dependency_table 2024-04-03 14:50:28 +00:00
dxil_module.h microsoft/compiler: Put holes in driver_location based on I/O variable sizes 2024-12-02 22:40:39 +00:00
dxil_nir.c nir: rename nir_lower_clip_cull_distance_arrays -> nir_lower_clip_cull_distance_array_vars 2025-06-26 18:20:53 +00:00
dxil_nir.h microsoft/compiler: Add a fractional var mask for variable sorting 2024-04-04 20:29:11 +00:00
dxil_nir_algebraic.py microsoft: Stop claiming dot_4x8_sat support 2023-12-06 23:15:33 +00:00
dxil_nir_lower_int_cubemaps.c
dxil_nir_lower_int_cubemaps.h
dxil_nir_lower_int_samplers.c
dxil_nir_lower_int_samplers.h
dxil_nir_lower_vs_vertex_conversion.c
dxil_nir_tess.c microsoft/compiler: Force load_output => undef in tess_ctrl main func 2025-04-16 16:02:07 +00:00
dxil_signature.c microsoft/compiler: Put holes in driver_location based on I/O variable sizes 2024-12-02 22:40:39 +00:00
dxil_signature.h microsoft/compiler: Fix PSV0 for validator 1.8 2025-06-18 16:49:36 +00:00
dxil_validator.cpp microsoft/compiler: Declare shader model 6.8 / validator 1.8 2024-01-20 00:07:15 +00:00
dxil_validator.h
dxil_versions.h microsoft/compiler: Declare shader model 6.8 / validator 1.8 2024-01-20 00:07:15 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
nir_to_dxil.c nir: add nir_vectorize_cb callback parameter to nir_lower_phis_to_scalar() 2025-07-08 15:33:59 +00:00
nir_to_dxil.h microsoft/compiler: Separate 'advanced texture ops' from SM6.7 2025-06-23 23:10:15 +00:00