Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceImageFormatProperties2 (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_fn_info.h38 REGISTER_VK_FN_INFO(GetPhysicalDeviceImageFormatProperties2,
DVkCommonOperations.cpp648 vk_util::vk_fn_info::GetPhysicalDeviceImageFormatProperties2>( in createGlobalVkEmulation()
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.h47 PFN_vkGetPhysicalDeviceImageFormatProperties2 GetPhysicalDeviceImageFormatProperties2; member
Dapi_gen.cpp169 INIT_PROC(false, instance, GetPhysicalDeviceImageFormatProperties2); in InitDispatchTable()
494 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const …
1363 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const … in GetPhysicalDeviceImageFormatProperties2() function
1364 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceImageFormatProperties2(physicalDevice, pI… in GetPhysicalDeviceImageFormatProperties2()
2253 …return vulkan::api::GetPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pIma… in vkGetPhysicalDeviceImageFormatProperties2()
/device/generic/vulkan-cereal/include/vulkan/
Dvk_layer_dispatch_table.h58 PFN_vkGetPhysicalDeviceImageFormatProperties2 GetPhysicalDeviceImageFormatProperties2; member
Dvk_dispatch_table_helper.h1604 …table->GetPhysicalDeviceImageFormatProperties2 = (PFN_vkGetPhysicalDeviceImageFormatProperties2) g… in layer_init_instance_dispatch_table()
1605 …if (table->GetPhysicalDeviceImageFormatProperties2 == nullptr) { table->GetPhysicalDeviceImageForm… in layer_init_instance_dispatch_table()