File tree
4 files changed
+37
-12
lines changed- crates/header-translator/src
- framework-crates/objc2-metal
- src
4 files changed
+37
-12
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1175 | 1175 |
| |
1176 | 1176 |
| |
1177 | 1177 |
| |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1178 | 1190 |
| |
1179 | 1191 |
| |
1180 | 1192 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| |||
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 |
| |
63 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 |
| |
65 |
| - | |
| 72 | + | |
66 | 73 |
| |
67 | 74 |
| |
68 | 75 |
| |
69 |
| - | |
| 76 | + | |
| 77 | + | |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
197 | 202 |
| |
198 | 203 |
| |
199 | 204 |
| |
|
- Cinematic/CNRenderingSession.rs+4-1
- CoreImage/CIContext.rs+2-1
- CoreImage/CIImage.rs+2
- CoreImage/CIImageProvider.rs+1
- CoreImage/CIRenderDestination.rs+2-1
- CoreML/MLCustomLayer.rs+2
- Metal/MTL4CommandQueue.rs+6
- Metal/MTL4ComputeCommandEncoder.rs+46-6
- Metal/MTL4RenderCommandEncoder.rs+2
- Metal/MTL4RenderPass.rs+1
- Metal/MTLAccelerationStructure.rs+13
- Metal/MTLAccelerationStructureCommandEncoder.rs+12-1
- Metal/MTLArgumentEncoder.rs+8
- Metal/MTLBlitCommandEncoder.rs+34-4
- Metal/MTLCommandBuffer.rs+1-1
- Metal/MTLCommandQueue.rs+1-1
- Metal/MTLComputeCommandEncoder.rs+11
- Metal/MTLIOCommandBuffer.rs+3
- Metal/MTLIOCommandQueue.rs+1-1
- Metal/MTLIndirectCommandEncoder.rs+13
- Metal/MTLIntersectionFunctionTable.rs+2
- Metal/MTLRasterizationRate.rs+1
- Metal/MTLRenderCommandEncoder.rs+39
- Metal/MTLResourceStateCommandEncoder.rs+7-1
- Metal/MTLTextureViewPool.rs+3
- MetalFX/MTLFXFrameInterpolator.rs+12-6
- MetalFX/MTLFXSpatialScaler.rs+4-2
- MetalFX/MTLFXTemporalDenoisedScaler.rs+26-13
- MetalFX/MTLFXTemporalScaler.rs+12-6
- MetalPerformanceShaders/MPSCore/MPSCommandBuffer.rs+2
- MetalPerformanceShaders/MPSCore/MPSImage.rs+4-2
- MetalPerformanceShaders/MPSCore/MPSMatrix.rs+8
- MetalPerformanceShaders/MPSCore/MPSNDArray.rs+4
- MetalPerformanceShaders/MPSCore/MPSState.rs+4-2
- MetalPerformanceShaders/MPSImage/MPSImageEDLines.rs+3
- MetalPerformanceShaders/MPSImage/MPSImageGuidedFilter.rs+16
- MetalPerformanceShaders/MPSImage/MPSImageHistogram.rs+10
- MetalPerformanceShaders/MPSImage/MPSImageKernel.rs+7
- MetalPerformanceShaders/MPSImage/MPSImageKeypoint.rs+3
- MetalPerformanceShaders/MPSMatrix/MPSMatrixDecomposition.rs+2
- MetalPerformanceShaders/MPSNDArray/MPSNDArrayGather.rs+4-2
- MetalPerformanceShaders/MPSNDArray/MPSNDArrayGradientState.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNBatchNormalization.rs+10-4
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNConvolution.rs+16-6
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNDropout.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNGroupNormalization.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNInstanceNormalization.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNLoss.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNMath.rs+4-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSCNNNormalizationWeights.rs+6-2
- MetalPerformanceShaders/MPSNeuralNetwork/MPSNNGradientState.rs+12-6
- MetalPerformanceShaders/MPSNeuralNetwork/MPSRNNLayer.rs+12-6
- MetalPerformanceShaders/MPSRayIntersector/MPSInstanceAccelerationStructure.rs+3
- MetalPerformanceShaders/MPSRayIntersector/MPSPolygonAccelerationStructure.rs+3
- MetalPerformanceShaders/MPSRayIntersector/MPSPolygonBuffer.rs+3
- MetalPerformanceShaders/MPSRayIntersector/MPSSVGF.rs+61-2
- MetalPerformanceShaders/MPSRayIntersector/MPSTemporalAA.rs+5
- MetalPerformanceShaders/MPSRayIntersector/mod.rs+14
- MetalPerformanceShadersGraph/MPSGraphTensorData.rs+4-1
- ParavirtualizedGraphics/PGDisplay.rs+2-1
- QuartzCore/CARenderer.rs+3-1
- SceneKit/SCNGeometry.rs+3
0 commit comments