mesa/src/compiler/spirv
Rob Clark 9ce0360f76 nir/spirv: Use imov where we might have 8 bit types
Otherwise nir_validate may complain about 8 bit floats, which do not exist.

Reviewed-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
2018-07-12 13:09:00 +02:00
..
.gitignore .gitignore: Ignore new generated files 2018-01-08 21:11:11 -08:00
gl_spirv.c nir/spirv: add gl_spirv_validation method 2018-03-30 09:14:56 +02: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 spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build 2018-03-29 14:16:01 -07:00
nir_spirv.h nir/spirv: add gl_spirv_validation method 2018-03-30 09:14:56 +02:00
spirv.core.grammar.json spirv: Include headers and grammar for SPV_KHR_8bit_storage 2018-07-10 00:14:50 +02:00
spirv.h spirv: Include headers and grammar for SPV_KHR_8bit_storage 2018-07-10 00:14:50 +02:00
spirv2nir.c spirv: Rework logging 2017-12-04 09:21:09 -08:00
spirv_info.h spirv/info: Add spirv_op_to_string 2018-01-08 14:57:44 -08:00
spirv_info_c.py spirv/info: Add spirv_op_to_string 2018-01-08 14:57:44 -08:00
spirv_to_nir.c nir/spirv: Use imov where we might have 8 bit types 2018-07-12 13:09:00 +02:00
vtn_alu.c compiler/spirv: implement 16-bit bitcasts 2018-05-03 11:40:26 +02:00
vtn_amd.c nir/spirv: s/uint32_t/SpvOp/ in various functions 2018-03-30 14:33:33 -06:00
vtn_cfg.c nir,spirv: Rework function calls 2018-06-22 20:15:58 -07:00
vtn_gather_types_c.py spirv: Add a prepass to set types on vtn_values 2017-12-11 22:28:34 -08:00
vtn_glsl450.c spirv: Fix InterpolateAt* instructions for vecs with dynamic index 2018-07-10 11:43:40 +02:00
vtn_private.h spirv/nir: add offset at vtn_variable 2018-07-03 12:37:32 +02:00
vtn_subgroup.c nir/spirv: Fix warning and add missing breaks. 2018-04-14 00:52:22 +02:00
vtn_variables.c spirv/nir: initialize offset on the nir var at vtn_create_variable 2018-07-03 12:41:46 +02:00