Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype PropertyFlagBits Source #
Instances
pattern PropertyFlagBitsMaxEnum :: PropertyFlagBits Source #
pattern PropertyRdmaCapableBitNv :: PropertyFlagBits Source #
pattern PropertyDeviceUncachedBitAmd :: PropertyFlagBits Source #
pattern PropertyDeviceCoherentBitAmd :: PropertyFlagBits Source #
pattern PropertyProtectedBit :: PropertyFlagBits Source #
pattern PropertyLazilyAllocatedBit :: PropertyFlagBits Source #
pattern PropertyHostCachedBit :: PropertyFlagBits Source #
pattern PropertyHostCoherentBit :: PropertyFlagBits Source #
pattern PropertyHostVisibleBit :: PropertyFlagBits Source #
pattern PropertyDeviceLocalBit :: PropertyFlagBits Source #
pattern PropertyFlagsZero :: PropertyFlagBits Source #
newtype HeapFlagBits Source #
Instances
pattern HeapFlagBitsMaxEnum :: HeapFlagBits Source #
pattern HeapMultiInstanceBitKhr :: HeapFlagBits Source #
pattern HeapMultiInstanceBit :: HeapFlagBits Source #
pattern HeapDeviceLocalBit :: HeapFlagBits Source #
pattern HeapFlagsZero :: HeapFlagBits Source #
unHeapFlagBits :: HeapFlagBits -> Word32 Source #
type PropertyFlags = PropertyFlagBits Source #
type HeapFlags = HeapFlagBits Source #