Home
last modified time | relevance | path

Searched refs:xfProperties (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2733 const auto& xfProperties = context.getTransformFeedbackPropertiesEXT(); in checkSupport() local
2734 if (!xfProperties.transformFeedbackRasterizationStreamSelect) in checkSupport()
2741 if (shaderStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()
2749 if (staticStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()
2755 if (dynamicStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3293 const auto& xfProperties = context.getTransformFeedbackPropertiesEXT(); in checkSupport() local
3294 if (!xfProperties.transformFeedbackRasterizationStreamSelect) in checkSupport()
3301 if (shaderStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()
3309 if (staticStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()
3315 if (dynamicStreamId >= xfProperties.maxTransformFeedbackStreams) in checkSupport()

Completed in 24 milliseconds