Home
last modified time | relevance | path

Searched refs:pFormatProperties (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl20 …ies (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
195 …(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const
197 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
DvkConcreteInstanceInterface.inl7 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
42 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const;
DvkVirtualInstanceInterface.inl7 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
42 …ysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const = 0;
DvkNullDriver.cpp826 …alDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument
848 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
849 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
850 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
853 pFormatProperties->optimalTilingFeatures |= VK_FORMAT_FEATURE_DISJOINT_BIT_KHR; in getPhysicalDeviceFormatProperties()
DvkFunctionPointerTypes.inl8 …unc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
172 …) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
DvkNullDriverImpl.inl1114 …s2KHR (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) argument
1118 DE_UNREF(pFormatProperties);
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h102 VkFormatProperties *pFormatProperties);
/external/mesa3d/src/intel/vulkan/
Danv_formats.c443 VkFormatProperties* pFormatProperties) in anv_GetPhysicalDeviceFormatProperties() argument
450 pFormatProperties); in anv_GetPhysicalDeviceFormatProperties()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c948 VkFormatProperties* pFormatProperties) in radv_GetPhysicalDeviceFormatProperties() argument
954 pFormatProperties); in radv_GetPhysicalDeviceFormatProperties()
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2363 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2519 VkFormatProperties* pFormatProperties);
3724 …2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
3742 VkFormatProperties2KHR* pFormatProperties);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp128 …Properties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in vkGetPhysicalDeviceFormatProperties() argument
132 …ys_dev->inst->layer_disp.GetPhysicalDeviceFormatProperties(vk_phys_dev, format, pFormatProperties); in vkGetPhysicalDeviceFormatProperties()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2422 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2578 VkFormatProperties* pFormatProperties);
3989 …2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
4007 VkFormatProperties2KHR* pFormatProperties);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2257 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2413 VkFormatProperties* pFormatProperties);
Dvulkan.hpp17827 void getFormatProperties( Format format, FormatProperties* pFormatProperties ) const in getFormatProperties()
17829 …ice, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties*>( pFormatProperties ) ); in getFormatProperties()
/external/vulkan-validation-layers/layers/
Dparameter_validation.cpp1465 … VkFormatProperties *pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument
1470 …er_validation_vkGetPhysicalDeviceFormatProperties(my_data->report_data, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
1474 ->GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
Dobject_tracker.cpp490 … VkFormatProperties *pFormatProperties) { in GetPhysicalDeviceFormatProperties() argument
501 ->GetPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties); in GetPhysicalDeviceFormatProperties()
Dvk_validation_error_database.txt1637 …er to Vulkan Spec Section '31.3.2. Format Properties' which states 'pFormatProperties must be a po…
/external/mesa3d/include/vulkan/
Dvulkan.h2266 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2422 VkFormatProperties* pFormatProperties);