-
Methods in org.robovm.apple.metalps with parameters of type MPSKernel
| Modifier and Type |
Method |
Description |
MPSNDArray |
MPSNDArrayAllocator.getArrayForCommandBuffer(MTLCommandBuffer cmdBuf,
MPSNDArrayDescriptor descriptor,
MPSKernel kernel) |
|
MPSNDArray |
MPSNDArrayAllocatorAdapter.getArrayForCommandBuffer(MTLCommandBuffer cmdBuf,
MPSNDArrayDescriptor descriptor,
MPSKernel kernel) |
|
MPSImageDescriptor |
MPSNNDefaultPadding.getDestinationImageDescriptor(NSArray<MPSImage> sourceImages,
NSArray<MPSState> sourceStates,
MPSKernel kernel,
MPSImageDescriptor inDescriptor) |
|
MPSImageDescriptor |
MPSNNPadding.getDestinationImageDescriptor(NSArray<MPSImage> sourceImages,
NSArray<MPSState> sourceStates,
MPSKernel kernel,
MPSImageDescriptor inDescriptor) |
|
MPSImageDescriptor |
MPSNNPaddingAdapter.getDestinationImageDescriptor(NSArray<MPSImage> sourceImages,
NSArray<MPSState> sourceStates,
MPSKernel kernel,
MPSImageDescriptor inDescriptor) |
|
MPSImageDescriptor |
MPSState.getDestinationImageDescriptor(NSArray<MPSImage> sourceImages,
NSArray<MPSState> sourceStates,
MPSKernel kernel,
MPSImageDescriptor inDescriptor) |
|
MPSImage |
MPSImageAllocator.getImage(MTLCommandBuffer cmdBuf,
MPSImageDescriptor descriptor,
MPSKernel kernel) |
|
MPSImage |
MPSImageAllocatorAdapter.getImage(MTLCommandBuffer cmdBuf,
MPSImageDescriptor descriptor,
MPSKernel kernel) |
|
NSArray<MPSImage> |
MPSImageAllocator.getImageBatch(MTLCommandBuffer cmdBuf,
MPSImageDescriptor descriptor,
MPSKernel kernel,
long count) |
|
NSArray<MPSImage> |
MPSImageAllocatorAdapter.getImageBatch(MTLCommandBuffer cmdBuf,
MPSImageDescriptor descriptor,
MPSKernel kernel,
long count) |
|
Method parameters in org.robovm.apple.metalps with type arguments of type MPSKernel
| Modifier and Type |
Method |
Description |
boolean |
MPSUnaryImageKernel.encode(MTLCommandBuffer commandBuffer,
MTLTexture texture,
Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator) |
|
boolean |
MPSBinaryImageKernel.encodePrimaryTexture(MTLCommandBuffer commandBuffer,
MTLTexture primaryTexture,
MTLTexture inPlaceSecondaryTexture,
Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator) |
|
boolean |
MPSBinaryImageKernel.encodeSecondaryTexture(MTLCommandBuffer commandBuffer,
MTLTexture inPlacePrimaryTexture,
MTLTexture secondaryTexture,
Block3<MPSKernel,MTLCommandBuffer,MTLTexture,MTLTexture> copyAllocator) |
|