Searched refs:GetPhysicalDeviceFormatProperties2 (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | driver_gen.h | 88 PFN_vkGetPhysicalDeviceFormatProperties2 GetPhysicalDeviceFormatProperties2; member
|
H A D | api_gen.h | 53 PFN_vkGetPhysicalDeviceFormatProperties2 GetPhysicalDeviceFormatProperties2; member
|
H A D | driver_gen.cpp | 397 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceFormatProperties2), 623 INIT_PROC(false, instance, GetPhysicalDeviceFormatProperties2); in InitDriverTable()
|
H A D | driver.h | 163 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2(
|
H A D | driver.cpp | 1434 void GetPhysicalDeviceFormatProperties2( in GetPhysicalDeviceFormatProperties2() function 1442 if (driver.GetPhysicalDeviceFormatProperties2) { in GetPhysicalDeviceFormatProperties2() 1443 driver.GetPhysicalDeviceFormatProperties2(physicalDevice, format, in GetPhysicalDeviceFormatProperties2()
|
H A D | api_gen.cpp | 172 INIT_PROC(false, instance, GetPhysicalDeviceFormatProperties2); in InitDispatchTable() 508 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format… 1414 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format… in GetPhysicalDeviceFormatProperties2() function 1415 …GetData(physicalDevice).dispatch.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pForma… in GetPhysicalDeviceFormatProperties2() 2358 vulkan::api::GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 207 …ction>(static_cast<PFN_vkGetPhysicalDeviceFormatProperties2>(GetPhysicalDeviceFormatProperties2))},
|
H A D | null_driver_gen.h | 177 VKAPI_ATTR void GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format…
|
H A D | null_driver.cpp | 1528 void GetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatP… in GetPhysicalDeviceFormatProperties2() function
|