Searched refs:pFormatProperties (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 40 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 176 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 177 …ties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
|
D | null_driver.cpp | 1133 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 1137 …2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) { in GetPhysicalDeviceFormatProperties2KHR() argument 1520 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 359 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 494 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 828 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 829 …sicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties() 1368 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument 1369 …icalDevice).dispatch.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2() 1548 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties() argument 1549 vulkan::api::GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 2258 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2() argument 2259 vulkan::api::GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
|