| 4279 | return VK_SUCCESS; |
| 4280 | } |
| 4281 | static VKAPI_ATTR void VKAPI_CALL DestroyTensorViewARM(VkDevice device, VkTensorViewARM tensorView, |
| 4282 | const VkAllocationCallbacks* pAllocator) { |
| 4283 | // Destroy object |
| 4284 | } |
| 4285 | static VKAPI_ATTR void VKAPI_CALL GetTensorMemoryRequirementsARM(VkDevice device, const VkTensorMemoryRequirementsInfoARM* pInfo, |
| 4286 | VkMemoryRequirements2* pMemoryRequirements) { |
| 4287 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected