Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp199 if (extensionEnabled(deviceExtensions, "VK_EXT_line_rasterization") && eds3Features.extendedDynamicState3LineStippleEnable) in getDynamicStates()
H A DvktShaderObjectPipelineInteractionTests.cpp391 if (extensionEnabled(deviceExtensions, "VK_EXT_line_rasterization") && eds3Features.extendedDynamicState3LineStippleEnable) in iterate()
H A DvktShaderObjectMiscTests.cpp905 if (eds3Features.extendedDynamicState3LineStippleEnable && m_params.lineRasterization)
1878 if (m_params.pipeline && !eds3Features.extendedDynamicState3LineStippleEnable)
1879 TCU_THROW(NotSupportedError, "extendedDynamicState3LineStippleEnable not supported");
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2645 if (m_testConfig.lineStippleEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3LineStippleEnable) in checkSupport()
2646 TCU_THROW(NotSupportedError, "extendedDynamicState3LineStippleEnable not supported"); in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3204 if (m_testConfig.lineStippleEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3LineStippleEnable) in checkSupport()
3205 TCU_THROW(NotSupportedError, "extendedDynamicState3LineStippleEnable not supported"); in checkSupport()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h17748 VkBool32 extendedDynamicState3LineStippleEnable; member
H A Dvulkan_hash.hpp8430 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceExtendedDynamicState3FeaturesEXT.extendedDynamicState3LineStippleEnable );
H A Dvulkan_structs.hpp[all...]

Completed in 148 milliseconds