Home
last modified time | relevance | path

Searched refs:extendedDynamicState3DepthClipEnable (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp189 if (extensionEnabled(deviceExtensions, "VK_EXT_depth_clip_enable") && eds3Features.extendedDynamicState3DepthClipEnable) in getDynamicStates()
H A DvktShaderObjectPipelineInteractionTests.cpp381 if (extensionEnabled(deviceExtensions, "VK_EXT_depth_clip_enable") && eds3Features.extendedDynamicState3DepthClipEnable) in iterate()
H A DvktShaderObjectMiscTests.cpp895 if (eds3Features.extendedDynamicState3DepthClipEnable && m_params.depthClip)
1809 if (m_params.pipeline && !eds3Features.extendedDynamicState3DepthClipEnable)
1810 TCU_THROW(NotSupportedError, "extendedDynamicState3DepthClipEnable not supported");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2642 if (m_testConfig.depthClipEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3DepthClipEnable) in checkSupport()
2643 TCU_THROW(NotSupportedError, "extendedDynamicState3DepthClipEnable not supported"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3201 if (m_testConfig.depthClipEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3DepthClipEnable) in checkSupport()
3202 TCU_THROW(NotSupportedError, "extendedDynamicState3DepthClipEnable not supported"); in checkSupport()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h17743 VkBool32 extendedDynamicState3DepthClipEnable; member
H A Dvulkan_hash.hpp8425 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3DepthClipEnable );
H A Dvulkan_structs.hpp[all...]

Completed in 143 milliseconds