SPIRV-Cross/reference/shaders-msl/vert
Hans-Kristian Arntzen 9b845a4788
Merge pull request #1141 from troughton/inline-everything
MSL: Inline all non-entry-point functions
2019-08-30 11:05:04 +02:00
..
basic.capture.vert Take the vertex count from any indirect parameters passed. 2019-02-06 15:17:14 -06:00
basic.vert CompilerMSL support matrices & arrays in stage-in & stage-out. 2018-06-12 11:41:35 -04:00
copy.flatten.vert Fix unpacking of packed but not remapped types on load. 2019-07-19 14:50:35 +02:00
dynamic.flatten.vert Fix unpacking of packed but not remapped types on load. 2019-07-19 14:50:35 +02:00
functions.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
in_out_array_mat.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
interface-block-block-composites.frag MSL: Support composites inside I/O blocks 2019-01-09 09:33:10 +01:00
interface-block-block-composites.vert MSL: Support composites inside I/O blocks 2019-01-09 09:33:10 +01:00
interpolation-qualifiers-block.vert MSL: Support global I/O block and struct Input/Output usage. 2018-09-13 16:04:24 +02:00
interpolation-qualifiers.vert Add tests showing we don't emit interpolation qualifiers in vertex shaders. 2018-09-06 12:28:22 -05:00
invariant.msl21.vert MSL: Support Invariant qualifier on position. 2019-06-12 09:39:12 +02:00
layer.msl11.invalid.vert Cast uses of Layer and ViewportIndex to the expected type. 2018-09-19 09:13:30 -05:00
leaf-function.capture.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
no_stage_out.vert MSL: Add {Base,}{Vertex,Instance}Index to bitcast_from_builtin_load. 2019-08-29 13:56:37 +02:00
no_stage_out.write_buff_atomic.vert MSL: Handle coherent, volatile, and restrict. 2019-07-11 10:22:30 -05:00
no_stage_out.write_buff.vert MSL: Rewrite how resource indices are fallback-assigned. 2019-06-21 12:54:08 +02:00
no_stage_out.write_tex.vert MSL: Rewrite how resource indices are fallback-assigned. 2019-06-21 12:54:08 +02:00
out_block.vert MSL: Support global I/O block and struct Input/Output usage. 2018-09-13 16:04:24 +02:00
packed_matrix.vert Simplify row-major matrix/vector multiplies. 2019-07-23 10:56:57 +02:00
pointsize.vert CompilerMSL support matrices & arrays in stage-in & stage-out. 2018-06-12 11:41:35 -04:00
read-from-row-major-array.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
resource-arrays-leaf.ios.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
resource-arrays.ios.vert MSL: Rewrite how resource indices are fallback-assigned. 2019-06-21 12:54:08 +02:00
return-array.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
set_builtin_in_func.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
sign-int-types.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
texture_buffer.texture-buffer-native.msl21.vert MSL: Rewrite how resource indices are fallback-assigned. 2019-06-21 12:54:08 +02:00
texture_buffer.vert Update tests to account for all non-entry-point functions being inlined 2019-08-30 09:39:06 +12:00
ubo.alignment.vert Fix unpacking of packed but not remapped types on load. 2019-07-19 14:50:35 +02:00
ubo.vert CompilerMSL support matrices & arrays in stage-in & stage-out. 2018-06-12 11:41:35 -04:00
viewport-index.msl2.invalid.vert Cast uses of Layer and ViewportIndex to the expected type. 2018-09-19 09:13:30 -05:00