Home
last modified time | relevance | path

Searched refs:GetDeviceGroupPeerMemoryFeatures (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h197 PFN_vkGetDeviceGroupPeerMemoryFeatures GetDeviceGroupPeerMemoryFeatures; member
Dapi_gen.cpp324 INIT_PROC(false, dev, GetDeviceGroupPeerMemoryFeatures); in InitDispatchTable()
555 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca…
903 …GroupPeerMemoryFeatures", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceGroupPeerMemoryFeatures) }, in GetInstanceProcAddr()
1570 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca… in GetDeviceGroupPeerMemoryFeatures() function
1571 …GetData(device).dispatch.GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, rem… in GetDeviceGroupPeerMemoryFeatures()
2672 …vulkan::api::GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceInd… in vkGetDeviceGroupPeerMemoryFeatures()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp219 …dFunction>(static_cast<PFN_vkGetDeviceGroupPeerMemoryFeatures>(GetDeviceGroupPeerMemoryFeatures))},
Dnull_driver_gen.h192 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca…
Dnull_driver.cpp1523 void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in GetDeviceGroupPeerMemoryFeatures() function