Home
last modified time | relevance | path

Searched refs:formatProperties3 (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp173 vk::VkFormatProperties3 formatProperties3 = tiling == vk::VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT ? in checkSupportedFormatFeatures() local
176 vk::VkFormatProperties2 formatProperties2 = vk::initVulkanStructure(&formatProperties3); in checkSupportedFormatFeatures()
203 (formatProperties3.linearTilingFeatures & vk::VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT) == 0) in checkSupportedFormatFeatures()
206 (formatProperties3.optimalTilingFeatures & vk::VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT) == 0) in checkSupportedFormatFeatures()
1141 vk::VkFormatProperties3 formatProperties3 = vk::initVulkanStructure(); in checkSupport() local
1142 vk::VkFormatProperties2 formatProperties2 = vk::initVulkanStructure(&formatProperties3); in checkSupport()
1144 if (m_parameters.sampledTiling == vk::VK_IMAGE_TILING_LINEAR && (formatProperties3.linearTilingFeatures & vk::VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT) == 0) in checkSupport()
1146 if (m_parameters.sampledTiling == vk::VK_IMAGE_TILING_OPTIMAL && (formatProperties3.optimalTilingFeatures & vk::VK_FORMAT_FEATURE_2_HOST_IMAGE_TRANSFER_BIT_EXT) == 0) in checkSupport()
1778 vk::VkFormatProperties3 formatProperties3 = vk::initVulkanStructure(); in iterate() local
1779 vk::VkFormatProperties2 formatProperties2 = vk::initVulkanStructure(&formatProperties3); in iterate()
1825 vk::VkFormatProperties3 formatProperties3 = vk::initVulkanStructure(); checkSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp517 const VkFormatProperties3KHR formatProperties3 = context.getFormatProperties(m_data.format); in checkSupport() local
530 if ((formatProperties3.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) != VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp565 const VkFormatProperties3KHR formatProperties3 = context.getFormatProperties(m_data.format); in checkSupport() local
578 if ((formatProperties3.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) != VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) in checkSupport()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp5039 std::size_t operator()( VULKAN_HPP_NAMESPACE::FormatProperties3 const & formatProperties3 ) const VULKAN_HPP_NOEXCEPT
5042 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.sType );
5043 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.pNext );
5044 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.linearTilingFeatures );
5045 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.optimalTilingFeatures );
5046 VULKAN_HPP_HASH_COMBINE( seed, formatProperties3.bufferFeatures );

Completed in 32 milliseconds