SPIRV-Cross/reference/shaders-msl-no-opt/asm
Bill Hollings 0a1127aa50 MSL: Emit correct address space when casting during OpStore.
When storing to local variable (eg. OpCopyLogical), the
default device address space used during casts is illegal.
Determine correct address space based on variable type.
2022-09-22 21:28:42 -04:00
..
comp MSL: Emit correct address space when casting during OpStore. 2022-09-22 21:28:42 -04:00
frag Add tests for OpCompositeInsert edge cases. 2022-05-18 16:43:32 +02:00
masking MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
packing Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
tesc MSL: Use var name instead of var-type name for flattened interface members. 2022-03-04 11:38:53 -05:00
tese MSL: Improve handling of split tessellation access chains. 2021-05-21 16:32:03 +02:00
vert MSL: Handle awkward mix and match of Offset / ArrayStride in constants. 2022-03-22 12:25:09 +01:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00