Uses of Class
org.robovm.apple.metal.MTLOrigin
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalps |
-
Uses of MTLOrigin in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLOrigin Modifier and Type Method Description MTLOriginMTLRegion. getOrigin()MTLOriginMTLOrigin. setX(long x)MTLOriginMTLOrigin. setY(long y)MTLOriginMTLOrigin. setZ(long z)Methods in org.robovm.apple.metal with parameters of type MTLOrigin Modifier and Type Method Description voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin)voidMTLBlitCommandEncoder. copyFromBufferToTexture(MTLBuffer sourceBuffer, long sourceOffset, long sourceBytesPerRow, long sourceBytesPerImage, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin, MTLBlitOption options)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage)voidMTLBlitCommandEncoder. copyFromTextureToBuffer(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLBuffer destinationBuffer, long destinationOffset, long destinationBytesPerRow, long destinationBytesPerImage, MTLBlitOption options)voidMTLBlitCommandEncoder. copyFromTextureToTexture(MTLTexture sourceTexture, long sourceSlice, long sourceLevel, MTLOrigin sourceOrigin, MTLSize sourceSize, MTLTexture destinationTexture, long destinationSlice, long destinationLevel, MTLOrigin destinationOrigin)MTLRegionMTLRegion. setOrigin(MTLOrigin origin)Constructors in org.robovm.apple.metal with parameters of type MTLOrigin Constructor Description MTLRegion(MTLOrigin origin, MTLSize size) -
Uses of MTLOrigin in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MTLOrigin Modifier and Type Method Description MTLOriginMPSImageCopyToMatrix. getDestinationMatrixOrigin()MTLOriginMPSMatrixMultiplication. getLeftMatrixOrigin()MTLOriginMPSMatrixBinaryKernel. getPrimarySourceMatrixOrigin()MTLOriginMPSMatrixBinaryKernel. getResultMatrixOrigin()MTLOriginMPSMatrixMultiplication. getResultMatrixOrigin()MTLOriginMPSMatrixSum. getResultMatrixOrigin()MTLOriginMPSMatrixUnaryKernel. getResultMatrixOrigin()MTLOriginMPSMatrixMultiplication. getRightMatrixOrigin()MTLOriginMPSMatrixBinaryKernel. getSecondarySourceMatrixOrigin()MTLOriginMPSMatrixCopyToImage. getSourceMatrixOrigin()MTLOriginMPSMatrixUnaryKernel. getSourceMatrixOrigin()Methods in org.robovm.apple.metalps with parameters of type MTLOrigin Modifier and Type Method Description voidMPSRNNMatrixTrainingLayer. encodeCopyWeights(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> weights, MPSRNNMatrixId matrixId, MPSMatrix matrix, boolean copyFromWeightsToMatrix, MTLOrigin matrixOffset)voidMPSImageCopyToMatrix. setDestinationMatrixOrigin(MTLOrigin v)voidMPSMatrixMultiplication. setLeftMatrixOrigin(MTLOrigin v)voidMPSMatrixBinaryKernel. setPrimarySourceMatrixOrigin(MTLOrigin v)voidMPSMatrixBinaryKernel. setResultMatrixOrigin(MTLOrigin v)voidMPSMatrixMultiplication. setResultMatrixOrigin(MTLOrigin v)voidMPSMatrixSum. setResultMatrixOrigin(MTLOrigin v)voidMPSMatrixUnaryKernel. setResultMatrixOrigin(MTLOrigin v)voidMPSMatrixMultiplication. setRightMatrixOrigin(MTLOrigin v)voidMPSMatrixBinaryKernel. setSecondarySourceMatrixOrigin(MTLOrigin v)voidMPSMatrixCopyToImage. setSourceMatrixOrigin(MTLOrigin v)voidMPSMatrixUnaryKernel. setSourceMatrixOrigin(MTLOrigin v)