Class MPSAliasingStrategy
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSAliasingStrategy
-
public final class MPSAliasingStrategy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAliasingReservedshould new object alias the old one?static longDefaultstatic longDontCareshould new object alias the old one?static longPreferNonTemporaryMemory< The view must alias the original.static longPreferTemporaryMemory< The view must alias the original.static longShallAliasshould new object alias the old one?static longShallNotAliasshould new object alias the old one?
-
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
DontCare
public static final long DontCare
should new object alias the old one?- See Also:
- Constant Field Values
-
ShallAlias
public static final long ShallAlias
should new object alias the old one?- See Also:
- Constant Field Values
-
ShallNotAlias
public static final long ShallNotAlias
should new object alias the old one?- See Also:
- Constant Field Values
-
AliasingReserved
public static final long AliasingReserved
should new object alias the old one?- See Also:
- Constant Field Values
-
PreferTemporaryMemory
public static final long PreferTemporaryMemory
< The view must alias the original. Typical usage for views used for destination slicing.- See Also:
- Constant Field Values
-
PreferNonTemporaryMemory
public static final long PreferNonTemporaryMemory
< The view must alias the original. Typical usage for views used for destination slicing.- See Also:
- Constant Field Values
-
-