/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 330 void PhysicalDevice::getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) co… in getFormatProperties() 332 pFormatProperties->linearTilingFeatures = 0; // Unsupported format in getFormatProperties() 333 pFormatProperties->optimalTilingFeatures = 0; // Unsupported format in getFormatProperties() 334 pFormatProperties->bufferFeatures = 0; // Unsupported format in getFormatProperties() 359 pFormatProperties->optimalTilingFeatures |= in getFormatProperties() 388 pFormatProperties->optimalTilingFeatures |= in getFormatProperties() 403 pFormatProperties->optimalTilingFeatures |= in getFormatProperties() 412 pFormatProperties->optimalTilingFeatures |= in getFormatProperties() 414 pFormatProperties->bufferFeatures |= in getFormatProperties() 431 pFormatProperties->optimalTilingFeatures |= in getFormatProperties() [all …]
|
D | VkPromotedExtensions.cpp | 142 …rties2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) in vkGetPhysicalDeviceFormatProperties2KHR() argument 144 vkGetPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2KHR()
|
D | VkPhysicalDevice.hpp | 50 void getFormatProperties(VkFormat format, VkFormatProperties* pFormatProperties) const;
|
D | libVulkan.cpp | 145 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument 148 physicalDevice, (int)format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 150 vk::Cast(physicalDevice)->getFormatProperties(format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties() 1851 …operties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) in vkGetPhysicalDeviceFormatProperties2() argument 1854 physicalDevice, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties2() 1856 if(pFormatProperties->pNext) in vkGetPhysicalDeviceFormatProperties2() 1861 …vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &(pFormatProperties->formatProperties)… in vkGetPhysicalDeviceFormatProperties2()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 20 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const 22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); 90 …s2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const 95 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties); 97 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
|
D | vkNullDriver.cpp | 990 …alDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument 1012 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties() 1013 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties() 1014 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties() 1017 pFormatProperties->optimalTilingFeatures |= VK_FORMAT_FEATURE_DISJOINT_BIT; in getPhysicalDeviceFormatProperties()
|
D | vkVirtualInstanceInterface.inl | 7 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0; 19 …kPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const = 0;
|
D | vkConcreteInstanceInterface.inl | 7 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const; 19 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) const;
|
D | vkFunctionPointerTypes.inl | 8 …unc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 153 …unc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 203 …unc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties);
|
D | vkVulkan_c.inl | 2631 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 2787 VkFormatProperties* pFormatProperties); 4239 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4322 VkFormatProperties2* pFormatProperties); 5088 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5103 VkFormatProperties2* pFormatProperties);
|
D | vkNullDriverImpl.inl | 1106 …perties2 (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties) argument 1110 DE_UNREF(pFormatProperties);
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 657 VkFormatProperties* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties() argument 663 *pFormatProperties = (VkFormatProperties) { in anv_GetPhysicalDeviceFormatProperties() 678 VkFormatProperties2KHR* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties2KHR() argument 681 &pFormatProperties->formatProperties); in anv_GetPhysicalDeviceFormatProperties2KHR() 683 vk_foreach_struct(ext, pFormatProperties->pNext) { in anv_GetPhysicalDeviceFormatProperties2KHR()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 1020 VkFormatProperties* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties() argument 1026 pFormatProperties); in radv_GetPhysicalDeviceFormatProperties() 1032 VkFormatProperties2KHR* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties2KHR() argument 1038 &pFormatProperties->formatProperties); in radv_GetPhysicalDeviceFormatProperties2KHR()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 300 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 301 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 302 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 303 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 304 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 305 …roperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 1206 …s2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties); 1207 …s2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties); 1208 …s2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties); 1209 …s2KHR(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties); [all …]
|
D | anv_entrypoints.c | 440 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute… 601 …icalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) __attribute… 861 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute… 1022 …icalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) __attribute… 1282 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute… 1443 …icalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) __attribute… 1703 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute… 1864 …icalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) __attribute… 2124 …PhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute… 2285 …icalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) __attribute… [all …]
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2738 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 2894 VkFormatProperties* pFormatProperties); 4383 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4466 VkFormatProperties2* pFormatProperties); 5024 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5042 VkFormatProperties2* pFormatProperties);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2738 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 2894 VkFormatProperties* pFormatProperties); 4383 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4466 VkFormatProperties2* pFormatProperties); 5024 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5042 VkFormatProperties2* pFormatProperties);
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2856 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 3012 VkFormatProperties* pFormatProperties); 4503 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4586 VkFormatProperties2* pFormatProperties); 5144 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5162 VkFormatProperties2* pFormatProperties);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2903 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 3059 VkFormatProperties* pFormatProperties); 4550 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4633 VkFormatProperties2* pFormatProperties); 5192 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5210 VkFormatProperties2* pFormatProperties);
|
D | vulkan.hpp | 2155 …es( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties ) const in vkGetPhysicalDeviceFormatProperties() 2157 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties() 2160 …2( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties ) const in vkGetPhysicalDeviceFormatProperties2() 2162 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2() 2165 …R( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties ) const in vkGetPhysicalDeviceFormatProperties2KHR() 2167 return ::vkGetPhysicalDeviceFormatProperties2KHR( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2KHR() 15327 …void getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch const &d = … 15334 …void getFormatProperties2( Format format, FormatProperties2* pFormatProperties, Dispatch const &d … 15343 …void getFormatProperties2KHR( Format format, FormatProperties2* pFormatProperties, Dispatch const … 53384 …ysicalDevice::getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch co… in getFormatProperties() argument [all …]
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2628 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 2784 VkFormatProperties* pFormatProperties); 4236 …erties2)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 4319 VkFormatProperties2* pFormatProperties); 5085 …ies2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties); 5100 VkFormatProperties2* pFormatProperties);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2558 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties); 2714 VkFormatProperties* pFormatProperties); 4126 …2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties); 4144 VkFormatProperties2KHR* pFormatProperties);
|