Searched refs:GetDeviceGroupPeerMemoryFeatures (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 196 PFN_vkGetDeviceGroupPeerMemoryFeatures GetDeviceGroupPeerMemoryFeatures; member
|
H A D | api_gen.cpp | 323 INIT_PROC(false, dev, GetDeviceGroupPeerMemoryFeatures); in InitDispatchTable() 518 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca… 792 …GroupPeerMemoryFeatures", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceGroupPeerMemoryFeatures) }, in GetInstanceProcAddr() 1454 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca… in GetDeviceGroupPeerMemoryFeatures() function 1455 …GetData(device).dispatch.GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, rem… in GetDeviceGroupPeerMemoryFeatures() 2408 …vulkan::api::GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceInd… in vkGetDeviceGroupPeerMemoryFeatures()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 186 …dFunction>(static_cast<PFN_vkGetDeviceGroupPeerMemoryFeatures>(GetDeviceGroupPeerMemoryFeatures))},
|
H A D | null_driver_gen.h | 192 VKAPI_ATTR void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t loca…
|
H A D | null_driver.cpp | 1500 void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in GetDeviceGroupPeerMemoryFeatures() function
|