SPIRV-Cross/reference/shaders-msl-no-opt/packing
2019-07-23 12:22:40 +02:00
..
matrix-2x2-scalar.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-2x2-std140.comp Declare correct matrix type when unpacking. 2019-07-22 13:25:45 +02:00
matrix-2x2-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-2x3-scalar.comp Only transpose unpacked expressions. 2019-07-22 16:06:09 +02:00
matrix-2x3-std140.comp Declare correct matrix type when unpacking. 2019-07-22 13:25:45 +02:00
matrix-2x3-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-2x4-scalar.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-2x4-std140.comp Declare correct matrix type when unpacking. 2019-07-22 13:25:45 +02:00
matrix-2x4-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-3x2-scalar.comp Declare correct matrix type when unpacking. 2019-07-22 13:25:45 +02:00
matrix-3x2-std140.comp Only transpose unpacked expressions. 2019-07-22 16:06:09 +02:00
matrix-3x2-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-3x3-scalar.comp Fix some row-major column store cases. 2019-07-22 12:56:14 +02:00
matrix-3x3-std140.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-3x3-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-3x4-scalar.comp Declare correct matrix type when unpacking. 2019-07-22 13:25:45 +02:00
matrix-3x4-std140.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-3x4-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-4x2-scalar.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-4x2-std140.comp Only transpose unpacked expressions. 2019-07-22 16:06:09 +02:00
matrix-4x2-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-4x3-scalar.comp Only transpose unpacked expressions. 2019-07-22 16:06:09 +02:00
matrix-4x3-std140.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-4x3-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-4x4-scalar.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-4x4-std140.comp MSL: Add std140 and scalar matrix layouts. 2019-07-22 11:30:03 +02:00
matrix-4x4-std430.comp MSL: Add std430 matrix access test. 2019-07-22 11:23:06 +02:00
matrix-multiply-row-major.comp Simplify row-major matrix/vector multiplies. 2019-07-23 10:56:57 +02:00
matrix-multiply-unpacked-col-major-2.comp Test matrix multiplies in more complex scenarios. 2019-07-23 12:12:24 +02:00
matrix-multiply-unpacked-col-major.comp Test matrix multiplies in more complex scenarios. 2019-07-23 12:12:24 +02:00
matrix-multiply-unpacked-row-major-2.comp Unpack vector expression in Matrix-Vector multiplies. 2019-07-23 12:22:40 +02:00
matrix-multiply-unpacked-row-major.comp Use to_unpacked_row_major_expression to unify row-major in MSL/GLSL. 2019-07-23 11:36:54 +02:00
member-padding.comp Add tests for struct padding and self-alignment. 2019-07-23 11:46:34 +02:00
std140-array-of-vectors.comp Test array of std140 vectors. 2019-07-23 10:38:32 +02:00
struct-alignment.comp Add tests for struct padding and self-alignment. 2019-07-23 11:46:34 +02:00
struct-packing.comp Test implicit packing of struct members. 2019-07-23 12:04:15 +02:00
struct-size-padding-array-of-array.comp Add struct size padding tests. 2019-07-23 10:30:37 +02:00
struct-size-padding.comp Add struct size padding tests. 2019-07-23 10:30:37 +02:00