Home
last modified time | relevance | path

Searched refs:nonFullPipelineTestTypesWithGeomShaders (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp157 static const std::set<TestType> nonFullPipelineTestTypesWithGeomShaders{ in usingGeom() local
169 const auto itr = nonFullPipelineTestTypesWithGeomShaders.find(testType); in usingGeom()
170 return (itr != nonFullPipelineTestTypesWithGeomShaders.end() || requiresFullPipeline()); in usingGeom()