Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp795 Move<VkShaderModule> geomModule; in iterate() local
798 geomModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("geom"), 0u); in iterate()
892 vertModule.get(), tescModule.get(), teseModule.get(), geomModule.get(), fragModule.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1201 …const Unique<VkShaderModule> geomModule (createShaderModule (vk, device, m_context.getBin… in iterate() local
1205 …evice, *pipelineLayout, *renderPass, *vertexModule, DE_NULL, DE_NULL, *geomModule, DE_NULL, m_imag… in iterate()
1355 …const Unique<VkShaderModule> geomModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local
1371 … device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, *fragModule, m_… in iterate()
1723 …const Unique<VkShaderModule> geomModule (createShaderModule (vk, device, m_context.getBin… in iterate() local
1727 … device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, DE_NULL, m_imag… in iterate()
2016 …const Unique<VkShaderModule> geomModule (createShaderModule (vk, device, m_context.get… in iterate() local
2020 … device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NULL, *geomModule, DE_NULL, m_imag… in iterate()
DvktTransformFeedbackFuzzLayoutCase.cpp1736 const Move<VkShaderModule> geomModule (getGeometryShaderModule(vk, device)); in iterate() local
1740 …phicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *geomModule, m_imageExtent2D… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp2909 VkShaderModule geomModule, in buildGraphicsPipeline() argument
2980 vertModule, tescModule, teseModule, geomModule, fragModule, in buildGraphicsPipeline()
3257 VkShaderModule geomModule = DE_NULL; in iterate() local
3270 geomModule = shaderModule.get(); in iterate()
3288 …vkd, device, pipelineLayout.get(), vertModule, tescModule, teseModule, geomModule, fragModule, ren… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp2009 vk::Move<vk::VkShaderModule> geomModule; in iterate() local
2014 geomModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("geom"), 0u); in iterate()
2042 shaderStageCreateInfo.module = geomModule.get(); in iterate()