mesa/src/compiler
Jason Ekstrand b8ee37472d glsl: Use nir_var_mem_image for images
We don't use it for bindless images because the uniforms in that case
just contain a bindless handle and aren't an actual image.  Bound
images, on the other hand, go in the nir_var_mem_image class.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4743>
2021-10-15 14:58:56 +00:00
..
clc compiler/clc: Preserve OCL kernel arg type metadata on LLVM13 2021-10-04 18:16:01 +00:00
glsl glsl: Use nir_var_mem_image for images 2021-10-15 14:58:56 +00:00
isaspec isaspec: De-duplicate bitset encoding 2021-09-29 22:59:43 +00:00
nir nir/lower_readonly_images_to_tex: Also rewrite variable modes 2021-10-15 14:58:56 +00:00
spirv spirv: Use nir_var_mem_image 2021-10-15 14:58:56 +00:00
builtin_type_macros.h compiler/types: Add 64-bit image types 2020-11-09 17:17:39 +00:00
glsl_types.cpp glsl: add missing support for explicit components in interface blocks 2021-05-13 08:07:53 +00:00
glsl_types.h glsl: add missing support for explicit components in interface blocks 2021-05-13 08:07:53 +00:00
meson.build Move a bunch of the CLC stuff from src/microsoft to common code 2021-09-30 07:09:08 +00:00
nir_types.cpp nir: Add a nir_foreach_image_variable() iterator 2021-10-15 14:58:55 +00:00
nir_types.h nir: Add a nir_foreach_image_variable() iterator 2021-10-15 14:58:55 +00:00
shader_enums.c compiler: Add new non-Multiview Task/Mesh builtins 2021-08-28 03:56:42 +00:00
shader_enums.h compiler: Add new non-Multiview Task/Mesh builtins 2021-08-28 03:56:42 +00:00
shader_info.h spirv: switch Groups capability to non AMD specific field 2021-09-29 15:40:20 +00:00