mesa/src/compiler
Juan A. Suarez Romero b8f6685bb5 nir: use call_once() to init debug variable
For data-race safety, let's use this function to ensure NIR debug is
initialized only once.

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14057>
2021-12-14 08:01:17 +00:00
..
clc clc: Use kernel_arg_type_qual string to add const type qualifier to arg metadata 2021-11-15 07:47:00 -08:00
glsl glsl: fix setting compiled_source_sha1 without a shader cache 2021-12-11 20:07:35 +00:00
isaspec isaspec: Add prototypes for expr evaluators 2021-11-16 18:44:22 +00:00
nir nir: use call_once() to init debug variable 2021-12-14 08:01:17 +00:00
spirv spirv: handle ray query intrinsics 2021-12-04 20:46:35 +00:00
builtin_type_macros.h nir: Add an 'external' texture type for parity with samplers 2021-12-06 14:21:38 +00:00
glsl_types.cpp nir: Add an 'external' texture type for parity with samplers 2021-12-06 14:21:38 +00:00
glsl_types.h compiler/types: Add a texture type 2021-10-16 05:49:34 +00:00
meson.build spirv: Use a single binary for gtests 2021-10-20 17:55:36 +00:00
nir_types.cpp compiler/types: Add a wrap_in_arrays helper 2021-10-16 05:49:34 +00:00
nir_types.h compiler/types: Add a wrap_in_arrays helper 2021-10-16 05:49:34 +00:00
shader_enums.c compiler: Add new non-Multiview Task/Mesh builtins 2021-08-28 03:56:42 +00:00
shader_enums.h mesa: move _mesa_varying_slot_in_fs to shader_enums 2021-12-07 23:59:58 +00:00
shader_info.h nir: track variables representing ray queries 2021-12-04 20:46:35 +00:00