| 4287 | // Not a CREATE or DESTROY function |
| 4288 | } |
| 4289 | static VKAPI_ATTR VkResult VKAPI_CALL BindTensorMemoryARM(VkDevice device, uint32_t bindInfoCount, |
| 4290 | const VkBindTensorMemoryInfoARM* pBindInfos) { |
| 4291 | // Not a CREATE or DESTROY function |
| 4292 | return VK_SUCCESS; |
| 4293 | } |
| 4294 | static VKAPI_ATTR void VKAPI_CALL GetDeviceTensorMemoryRequirementsARM(VkDevice device, |
| 4295 | const VkDeviceTensorMemoryRequirementsARM* pInfo, |
| 4296 | VkMemoryRequirements2* pMemoryRequirements) { |
nothing calls this directly
no outgoing calls
no test coverage detected