mesa/src/compiler/spirv
Jose Maria Casanova Crespo 23ffb7c2d1 spirv: Calculate properly 16-bit vector sizes
Range in 16-bit push constants load was being calculated
wrongly using 4-bytes per element instead of 2-bytes as it
should be.

v2: Use glsl_get_bit_size instead of if statement
    (Jason Ekstrand)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2018-02-28 21:37:40 -08:00
..
.gitignore .gitignore: Ignore new generated files 2018-01-08 21:11:11 -08:00
GLSL.std.450.h spirv: bump headers to SPIRV 1.1 2017-01-25 17:22:23 +00:00
nir_spirv.h mesa/spirv: move and rename nir_spirv_supported_capabilities 2017-12-07 17:15:11 +01:00
spirv.core.grammar.json spirv: Import 1.2 rev 3 headers and grammar from Khronos 2018-01-08 13:22:17 -08:00
spirv.h spirv: Import 1.2 rev 3 headers and grammar from Khronos 2018-01-08 13:22:17 -08: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 spirv: Add a vtn_types_compatible helper 2018-01-08 14:57:44 -08:00
vtn_alu.c spirv: Enable FPRoundingMode decorator to nir operations 2017-12-06 08:57:18 +01:00
vtn_cfg.c spirv: consider bitsize when handling OpSwitch cases 2017-12-28 10:38:58 -08: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: Replace unreachable with vtn_fail 2017-12-04 09:21:09 -08:00
vtn_private.h spirv: Add a vtn_types_compatible helper 2018-01-08 14:57:44 -08:00
vtn_variables.c spirv: Calculate properly 16-bit vector sizes 2018-02-28 21:37:40 -08:00