Searched refs:pFormatProperties (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 166 VkFormatProperties2* pFormatProperties);
|
D | driver.cpp | 1437 VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument 1444 pFormatProperties); in GetPhysicalDeviceFormatProperties2() 1449 pFormatProperties); in GetPhysicalDeviceFormatProperties2()
|
D | api_gen.cpp | 372 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 508 …perties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 870 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 871 …sicalDevice).dispatch.GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties() 1414 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument 1415 …icalDevice).dispatch.GetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties2() 1642 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties() argument 1643 vulkan::api::GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 2357 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties2() argument 2358 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 | 1141 …operties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument 1145 …2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) { in GetPhysicalDeviceFormatProperties2KHR() argument 1528 …erties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) { in GetPhysicalDeviceFormatProperties2() argument
|