Package icyllis.arc3d.engine
Interface Engine.LoadStoreOps
- Enclosing interface:
Engine
public static interface Engine.LoadStoreOps
Combination of load ops and store ops.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
Combination of load ops and store ops.static final byte
Combination of load ops and store ops.static final byte
Combination of load ops and store ops.static final byte
Combination of load ops and store ops.static final byte
Combination of load ops and store ops.static final byte
Combination of load ops and store ops.static final byte
-
Method Summary
-
Field Details
-
StoreOpShift
static final byte StoreOpShift- See Also:
-
Load_Store
static final byte Load_StoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
Clear_Store
static final byte Clear_StoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
DontLoad_Store
static final byte DontLoad_StoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
Load_DontStore
static final byte Load_DontStoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
Clear_DontStore
static final byte Clear_DontStoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
DontLoad_DontStore
static final byte DontLoad_DontStoreCombination of load ops and store ops. 0-4 bits: LoadOp; 4-8 bits: StoreOp- See Also:
-
-
Method Details
-
make
static byte make(byte load, byte store) -
loadOp
static byte loadOp(byte ops) - See Also:
-
storeOp
static byte storeOp(byte ops) - See Also:
-