mesa/src/compiler/spirv
Samuel Pitoiset 844d561c58 spirv: handle OpCopyObject correctly with any types
This implements OpCopyObject as a blind copy and propagates the
access mask properly even if the source object type isn't a SSA
value.

This fixes some recent dEQP-VK.descriptor_indexing.* failures
since CTS changed and now apply nonUniformEXT after constructing
a combined image/sampler.

Original patch is from Jason Ekstrand.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4909>
2020-05-15 19:18:53 +00:00
..
gl_spirv.c spirv: Rename vtn_decoration literals to operands 2019-04-23 14:58:01 -07:00
GLSL.ext.AMD.h spirv: import AMD extensions header from glslang 2018-03-07 23:09:58 +01:00
GLSL.std.450.h spirv: bump headers to SPIRV 1.1 2017-01-25 17:22:23 +00:00
meson.build meson: Build with Python 3 2018-08-10 15:15:09 -07:00
nir_spirv.h spirv: Use nir_const_value for spec constants 2020-04-24 09:23:59 +00:00
OpenCL.std.h spirv: Update the OpenCL.std.h header 2019-06-04 12:12:51 -07:00
spirv.core.grammar.json spirv: Update the headers from latest Khronos master 2020-04-24 05:56:05 +00:00
spirv.h spirv: Update the headers from latest Khronos master 2020-04-24 05:56:05 +00:00
spirv2nir.c spirv2nir: Add kernel spirv support 2020-02-14 11:14:58 +00:00
spirv_info.h spirv: Add imageoperands_to_string helper 2019-10-24 11:39:56 -07:00
spirv_info_c.py spirv: Add imageoperands_to_string helper 2019-10-24 11:39:56 -07:00
spirv_to_nir.c spirv: handle OpCopyObject correctly with any types 2020-05-15 19:18:53 +00:00
vtn_alu.c nir/spirv: Translate SPIR-V to NIR for new INTEL_shader_integer_functions2 opcodes 2020-01-23 00:18:57 +00:00
vtn_amd.c spirv: Call nir_builder directly for vector_extract 2020-04-17 19:21:44 +00:00
vtn_cfg.c spirv: Rewrite CFG construction 2020-04-24 16:29:24 +00:00
vtn_gather_types_c.py spirv: Handle instruction aliases in vtn_gather_types 2020-04-24 05:56:05 +00:00
vtn_glsl450.c compiler/spirv: flag nclamp/nmin/nmax as exact 2020-05-07 10:39:19 +00:00
vtn_opencl.c vtn/opencl: native sqrt support 2020-05-04 11:31:29 +00:00
vtn_private.h spirv: handle OpCopyObject correctly with any types 2020-05-15 19:18:53 +00:00
vtn_subgroup.c spirv: fix lowering of OpGroupNonUniformAllEqual 2019-11-19 18:01:13 +00:00
vtn_variables.c spirv: handle OpCopyObject correctly with any types 2020-05-15 19:18:53 +00:00