Searched refs:pFormatProperties (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 169 VkFormatProperties2* pFormatProperties);
|
D | driver.cpp | 1830 VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument 1837 pFormatProperties); in GetPhysicalDeviceFormatProperties2() 1842 pFormatProperties); in GetPhysicalDeviceFormatProperties2()
|
D | api_gen.cpp | 409 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 545 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 986 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 987 …sicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties() 1530 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument 1531 …icalDevice).dispatch.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2() 1906 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties() argument 1907 vulkan::api::GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 2621 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2() argument 2622 vulkan::api::GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 40 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 177 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 178 …ties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
|
D | null_driver.cpp | 1164 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 1168 …2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) { in GetPhysicalDeviceFormatProperties2KHR() argument 1551 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument
|