/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultiExtTests.cpp | 795 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/ |
D | vktTransformFeedbackSimpleTests.cpp | 1201 …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()
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 1736 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/ |
D | vktBindingValveMutableTests.cpp | 2909 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/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 2009 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()
|