Home
last modified time | relevance | path

Searched refs:GetPhysicalDeviceImageFormatProperties (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.h39 PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties; member
Dapi_gen.cpp161 INIT_PROC(true, instance, GetPhysicalDeviceImageFormatProperties); in InitDispatchTable()
361 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkForma…
831 VKAPI_ATTR VkResult GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkForma… in GetPhysicalDeviceImageFormatProperties() function
832 …return GetData(physicalDevice).dispatch.GetPhysicalDeviceImageFormatProperties(physicalDevice, for… in GetPhysicalDeviceImageFormatProperties()
1553 …return vulkan::api::GetPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, u… in vkGetPhysicalDeviceImageFormatProperties()
/device/generic/vulkan-cereal/include/vulkan/
Dvk_layer_dispatch_table.h40 PFN_vkGetPhysicalDeviceImageFormatProperties GetPhysicalDeviceImageFormatProperties; member
Dvk_dispatch_table_helper.h1588 …table->GetPhysicalDeviceImageFormatProperties = (PFN_vkGetPhysicalDeviceImageFormatProperties) gpa… in layer_init_instance_dispatch_table()