mesa/src/compiler/spirv
Jason Ekstrand 0aae486a8b nir/spirv: Don't multiply the push constant block size by 4
I have no idea why we were multiplying by 4 before.  The offsets we get
from SPIR-V are in bytes and so is nir->num_uniforms so there's no need to
do any adjustment whatsoever.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 49476576dd)
2016-07-21 12:07:01 +01:00
..
GLSL.std.450.h spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
nir_spirv.h spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
spirv.h spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
spirv_info.c nir/spirv: Add string lookup tables for a couple of SPIR-V enums 2016-06-14 15:48:36 +01:00
spirv_info.h nir/spirv: Add string lookup tables for a couple of SPIR-V enums 2016-06-14 15:48:36 +01:00
spirv_to_nir.c nir/spirv: Make a decoration switch complete 2016-06-14 15:48:36 +01:00
vtn_alu.c spirv: Mark default cases unreachable(). 2016-05-25 12:44:34 -07:00
vtn_cfg.c spirv: fix warning in release build 2016-04-25 12:23:25 +02:00
vtn_glsl450.c spirv: Move to compiler/ 2016-04-14 10:28:47 -07:00
vtn_private.h nir/spirv: Add a way to print non-fatal warnings 2016-06-14 15:48:36 +01:00
vtn_variables.c nir/spirv: Don't multiply the push constant block size by 4 2016-07-21 12:07:01 +01:00