Home
last modified time | relevance | path

Searched refs:pFormatProperties (Results 1 – 13 of 13) 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);
DvkVirtualInstanceInterface.inl7 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const = 0;
42 …ysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const = 0;
DvkConcreteInstanceInterface.inl7 … (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) const;
42 …VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) const;
DvkNullDriver.cpp765 …tPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument
781 pFormatProperties->linearTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
782 pFormatProperties->optimalTilingFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
783 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()
DvkFunctionPointerTypes.inl8 …unc) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
172 …) (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
DvkNullDriverImpl.inl1155 …s2KHR (VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties) argument
1159 DE_UNREF(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.in2291 …operties)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties);
2447 VkFormatProperties* pFormatProperties);
3853 …2KHR)(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2KHR* pFormatProperties);
3871 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…