MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / BindTensorMemoryARM

Function BindTensorMemoryARM

icd/generated/function_definitions.h:4289–4293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4287 // Not a CREATE or DESTROY function
4288}
4289static 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}
4294static VKAPI_ATTR void VKAPI_CALL GetDeviceTensorMemoryRequirementsARM(VkDevice device,
4295 const VkDeviceTensorMemoryRequirementsARM* pInfo,
4296 VkMemoryRequirements2* pMemoryRequirements) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected