Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2973 const auto activeVertSource = vertSourceTemplate.specialize(activeMap); in initPrograms() local
3103 programCollection.glslSources.add("dynamicVert") << glu::VertexSource(kReversed ? inactiveVertSource : activeVertSource); in initPrograms()
3104 programCollection.glslSources.add("staticVert") << glu::VertexSource(kReversed ? activeVertSource : inactiveVertSource); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3611 const auto activeVertSource = vertSourceTemplate.specialize(activeMap); in initPrograms() local
3767 programCollection.glslSources.add("dynamicVert") << glu::VertexSource(kReversed ? inactiveVertSource : activeVertSource); in initPrograms()
3768 programCollection.glslSources.add("staticVert") << glu::VertexSource(kReversed ? activeVertSource : inactiveVertSource); in initPrograms()

Completed in 24 milliseconds