mesa/src/compiler/spirv
Jason Ekstrand 134a5ad31c nir: Make nir_copy_deref follow the "clone" pattern
We rename it to nir_deref_clone, re-order the sources to match the other
clone functions, and expose nir_deref_var_clone.  This past part, in
particular, lets us get rid of quite a few lines since we no longer have
to call nir_copy_deref and wrap it in deref_as_var.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2016-12-30 12:38:04 -08:00
..
GLSL.std.450.h spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
nir_spirv.h spirv: always expose SpvCapabilityStorageImageExtendedFormats 2016-12-29 22:09:58 -05:00
spirv.h spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
spirv2nir.c spirv: add interface for drivers to define support extensions. 2016-12-28 22:43:17 +00:00
spirv_info.c nir/spirv: Add string lookup tables for a couple of SPIR-V enums 2016-06-03 19:29:28 -07:00
spirv_info.h nir/spirv: Add string lookup tables for a couple of SPIR-V enums 2016-06-03 19:29:28 -07:00
spirv_to_nir.c nir: Make nir_copy_deref follow the "clone" pattern 2016-12-30 12:38:04 -08:00
vtn_alu.c nir/spirv: implement ordered / unordered floating point comparisons properly 2016-11-23 08:07:44 +01:00
vtn_cfg.c nir/spirv/cfg: Use a nop intrinsic for tagging the ends of blocks 2016-10-03 16:17:12 -07:00
vtn_glsl450.c nir: Make nir_copy_deref follow the "clone" pattern 2016-12-30 12:38:04 -08:00
vtn_private.h spirv: add interface for drivers to define support extensions. 2016-12-28 22:43:17 +00:00
vtn_variables.c nir: Make nir_copy_deref follow the "clone" pattern 2016-12-30 12:38:04 -08:00