Home
last modified time | relevance | path

Searched refs:depthStencilSwizzleOneSupport (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp86 if (!context.getMaintenance5Properties().depthStencilSwizzleOneSupport) in checkSupport()
87 TCU_THROW(NotSupportedError, "Property depthStencilSwizzleOneSupport is not supported"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp173 // VK_COMPONENT_SWIZZLE_ONE is undefined when used with combined depth stencil formats, unless the maintenance5 property 'depthStencilSwizzleOneSupport' is supported in checkSupport()
184 if (!context.getMaintenance5Properties().depthStencilSwizzleOneSupport) in checkSupport()
185 TCU_THROW(NotSupportedError, "Swizzle results are undefined without depthStencilSwizzleOneSupport"); in checkSupport()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11079 VkBool32 depthStencilSwizzleOneSupport; member
H A Dvulkan_hash.hpp9633 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance5PropertiesKHR.depthStencilSwizzleOneSupport );
H A Dvulkan_structs.hpp[all...]

Completed in 119 milliseconds