SPIRV-Cross/reference/shaders-msl-no-opt/packing
Hans-Kristian Arntzen d1479f871a MSL: Do not generate UnsafeArray<> for any array inside buffer objects.
This avoids a lot of huge code changes.
Arrays generally cannot be copied in and out of buffers, at least no
compiler frontend seems to do it.

Also avoids a lot of issues surrounding packed vectors and matrices.
2019-10-24 12:22:30 +02:00
..
array-of-vec3.comp Disabled spvUnsafeArray<> type for packed vectors and added test cases for those arrays. 2019-10-09 17:59:47 -04:00
array-of-vec4.comp MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
matrix-2x2-scalar.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x2-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x2-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x3-scalar.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-2x3-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x3-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x4-scalar.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x4-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-2x4-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x2-scalar.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-3x2-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x2-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x3-scalar.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-3x3-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x3-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x4-scalar.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-3x4-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-3x4-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x2-scalar.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x2-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x2-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x3-scalar.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-4x3-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x3-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x4-scalar.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x4-std140.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-4x4-std430.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-multiply-row-major.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-multiply-unpacked-col-major-2.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-multiply-unpacked-col-major.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
matrix-multiply-unpacked-row-major-2.comp Removed 'argument_buffer_offset' and fixed packed matrix Metal output. 2019-10-23 16:28:32 -04:00
matrix-multiply-unpacked-row-major.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
member-padding.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
std140-array-of-vectors.comp MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
struct-alignment.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
struct-packing-array-of-scalar.comp MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
struct-packing-recursive.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
struct-packing.comp Update for pull request #1162 rev. 1 2019-09-24 18:13:04 -04:00
struct-size-padding-array-of-array.comp MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00
struct-size-padding.comp MSL: Do not generate UnsafeArray<> for any array inside buffer objects. 2019-10-24 12:22:30 +02:00