Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2976 const auto inactiveFragSource = fragSourceTemplate.specialize(inactiveMap); in initPrograms() local
3105 programCollection.glslSources.add("dynamicFrag") << glu::FragmentSource(kReversed ? inactiveFragSource : activeFragSource); in initPrograms()
3106 programCollection.glslSources.add("staticFrag") << glu::FragmentSource(kReversed ? activeFragSource : inactiveFragSource); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3614 const auto inactiveFragSource = fragSourceTemplate.specialize(inactiveMap); in initPrograms() local
3769 programCollection.glslSources.add("dynamicFrag") << glu::FragmentSource(kReversed ? inactiveFragSource : activeFragSource); in initPrograms()
3770 programCollection.glslSources.add("staticFrag") << glu::FragmentSource(kReversed ? activeFragSource : inactiveFragSource); in initPrograms()

Completed in 22 milliseconds