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

Function CreateTensorViewARM

icd/generated/function_definitions.h:4275–4280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4273 // Destroy object
4274}
4275static VKAPI_ATTR VkResult VKAPI_CALL CreateTensorViewARM(VkDevice device, const VkTensorViewCreateInfoARM* pCreateInfo,
4276 const VkAllocationCallbacks* pAllocator, VkTensorViewARM* pView) {
4277 unique_lock_t lock(global_lock);
4278 *pView = (VkTensorViewARM)global_unique_handle++;
4279 return VK_SUCCESS;
4280}
4281static VKAPI_ATTR void VKAPI_CALL DestroyTensorViewARM(VkDevice device, VkTensorViewARM tensorView,
4282 const VkAllocationCallbacks* pAllocator) {
4283 // Destroy object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected