mesa/src/microsoft/compiler
Caio Marcelo de Oliveira Filho 9f3d5e99ea compiler: Use util/bitset.h for system_values_read
It is currently a bitset on top of a uint64_t but there are already
more than 64 values.  Change to use BITSET to cover all the
SYSTEM_VALUE_MAX bits.

Cc: mesa-stable
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8585>
2021-01-26 20:20:47 +00:00
..
dxcapi.h
dxil_buffer.c
dxil_buffer.h
dxil_buffer_test.c
dxil_container.c
dxil_container.h
dxil_dump.c
dxil_dump.h
dxil_dump_decls.h
dxil_enums.c
dxil_enums.h
dxil_function.c
dxil_function.h
dxil_internal.h
dxil_module.c microsoft/compiler: Fix tautological comparison 2021-01-03 23:07:21 +00:00
dxil_module.h
dxil_nir.c microsoft/compiler: use intrinsic builders 2021-01-06 14:34:41 +00:00
dxil_nir.h
dxil_nir_algebraic.py
dxil_nir_lower_int_samplers.c dxil: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
dxil_nir_lower_int_samplers.h
dxil_signature.c microsoft/compiler: Fix clang fallthrough warnings 2021-01-03 23:07:21 +00:00
dxil_signature.h
meson.build
nir_to_dxil.c compiler: Use util/bitset.h for system_values_read 2021-01-26 20:20:47 +00:00
nir_to_dxil.h