mesa/src/microsoft
Caio Oliveira 44ed3e7341 microsoft/clc: Add unreachable() to fix 'may be unitialized' warning
In function ‘lower_load_kernel_input’,
      inlined from ‘clc_nir_lower_kernel_input_loads’ at ../src/microsoft/clc/clc_nir.c:205:28:
  ../src/microsoft/clc/clc_nir.c:169:7: warning: ‘base_type’ may be used uninitialized [-Wmaybe-uninitialized]
    169 |       glsl_vector_type(base_type, nir_dest_num_components(intr->dest));
        |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ../src/microsoft/clc/clc_nir.c: In function ‘clc_nir_lower_kernel_input_loads’:
  ../src/microsoft/clc/clc_nir.c:151:24: note: ‘base_type’ was declared here
    151 |    enum glsl_base_type base_type;
        |                        ^~~~~~~~~

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23666>
2023-06-15 16:17:13 +00:00
..
ci ci/windows: Update WARP to 1.0.7.1 2023-05-31 16:20:15 +00:00
clc microsoft/clc: Add unreachable() to fix 'may be unitialized' warning 2023-06-15 16:17:13 +00:00
compiler nir: add and use nir_imod_imm 2023-06-15 13:34:49 +00:00
spirv_to_dxil dxil: Remove custom SSBO lowering 2023-06-13 00:43:37 +00:00
vulkan nir: use nir_imm_{true,false} 2023-06-15 13:34:48 +00:00
meson.build d3d12: Move the D3D12ResourceState code to the gallium driver 2022-04-20 23:45:28 -07:00