mesa/src/microsoft/compiler
Vinson Lee 081b1eeacd microsoft/compiler: Fix assert.
Fix defect reported by Coverity Scan.

Side effect in assertion (ASSERT_SIDE_EFFECT)
assignment_where_comparison_intended: Assignment var->type =
glsl_int_type() has a side effect. This code will work differently in a
non-debug build.

Fixes: afb64e10c1 ("microsoft/compiler: Move d3d12_fix_io_uint_type() to dxil_nir.c")
Suggested-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17097>
2022-06-21 06:54:18 +00:00
..
dxcapi.h dxil: Fixes compiling dxcapi.h with mingw. 2022-06-15 11:38:24 +00:00
dxil_buffer.c
dxil_buffer.h d3d12: Fix GCC warnings for missing function prototypes 2020-12-01 17:10:47 +00:00
dxil_buffer_test.c
dxil_container.c microsoft/compiler: Support multiple GS output streams 2022-01-31 13:34:27 -08:00
dxil_container.h microsoft/compiler: Fix typo in enum entry 2022-01-26 01:31:35 +00:00
dxil_dump.c microsoft/compiler: fixup indentation 2022-04-29 07:08:57 +00:00
dxil_dump.h
dxil_dump_decls.h microsoft/compiler: Misc fixes caught by GCC 2020-12-01 17:10:47 +00:00
dxil_enums.c microsoft/compiler: Pick a type that matches interpolation mode for structs 2022-06-14 14:15:55 +00:00
dxil_enums.h microsoft/compiler: Support multiple GS output streams 2022-01-31 13:34:27 -08:00
dxil_function.c microsoft/compiler: Handle domain location intrinsic 2022-01-26 01:31:35 +00:00
dxil_function.h microsoft/compiler: Handle load_sample_pos_at_id 2022-01-21 23:08:26 +00:00
dxil_internal.h microsoft/compiler: ralloc incoming phi-values 2022-03-23 16:33:21 +00:00
dxil_module.c microsoft/compiler: Truncate function names when needed 2022-06-14 14:15:55 +00:00
dxil_module.h microsoft/compiler: Make input_mappings immune to driver_location holes 2022-06-08 15:17:05 +00:00
dxil_nir.c microsoft/compiler: Fix assert. 2022-06-21 06:54:18 +00:00
dxil_nir.h microsoft/compiler: Move d3d12_fix_io_uint_type() to dxil_nir.c 2022-06-15 22:04:00 +00:00
dxil_nir_algebraic.py microsoft/compiler: Remove algebaric pass for inot 2021-12-10 23:23:29 +00:00
dxil_nir_lower_int_cubemaps.c microsoft/compiler: make sampler-lowering optional 2022-06-10 22:14:14 +00:00
dxil_nir_lower_int_cubemaps.h microsoft/compiler: make sampler-lowering optional 2022-06-10 22:14:14 +00:00
dxil_nir_lower_int_samplers.c nir: Drop the unused instr arg for src/dest copy functions. 2021-09-14 17:53:06 +00:00
dxil_nir_lower_int_samplers.h
dxil_nir_lower_vs_vertex_conversion.c microsoft/compiler: Add support for more scaled formats 2022-06-14 17:42:51 +00:00
dxil_nir_tess.c d3d12: Properly set HS input control point count 2022-06-09 17:08:18 +00:00
dxil_signature.c microsoft/compiler: Support gl_Layer 2022-06-15 22:04:00 +00:00
dxil_signature.h microsoft/compiler: Drop the auto_link parameter passed to nir_to_dxil() 2022-06-08 15:17:05 +00:00
dxil_validator.cpp microsoft/compiler: Fix error from double extern 2022-06-15 11:38:24 +00:00
dxil_validator.h microsoft/compiler: Include stddef.h before using size_t 2022-06-15 11:38:24 +00:00
meson.build d3d12: Move d3d12_nir_lower_vs_vertex_conversion() to a common place 2022-06-14 17:42:51 +00:00
nir_to_dxil.c microsoft/compiler: Support gl_Layer 2022-06-15 22:04:00 +00:00
nir_to_dxil.h microsoft/compiler: Drop the auto_link parameter passed to nir_to_dxil() 2022-06-08 15:17:05 +00:00