Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1003 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCo… in readOneSampleFromMultisampleImage() local
1024 …e (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_… in readOneSampleFromMultisampleImage()
1212 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCol… in iterate() local
1217 …ne (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_… in iterate()
1446 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCol… in iterate() local
1451 …ne (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_… in iterate()
1649 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local
1654 …e (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_… in iterate()
1949 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryC… in iterate() local
1954 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *fragModule, m_… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp2906 VkShaderModule vertModule, in buildGraphicsPipeline() argument
2980 vertModule, tescModule, teseModule, geomModule, fragModule, in buildGraphicsPipeline()
3254 VkShaderModule vertModule = DE_NULL; in iterate() local
3261 vertModule = shaderModule.get(); in iterate()
3264 vertModule = vertPassthrough.get(); in iterate()
3269 vertModule = vertPassthrough.get(); in iterate()
3274 vertModule = vertPassthrough.get(); in iterate()
3280 vertModule = vertPassthrough.get(); in iterate()
3288 …pipeline = buildGraphicsPipeline(vkd, device, pipelineLayout.get(), vertModule, tescModule, tes… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp432 …const auto vertModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("v… in iterate() local
563 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1354 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local
1371 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NUL… in iterate()
1473 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCo… in iterate() local
1511 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NUL… in iterate()
1722 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBin… in iterate() local
1727 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NUL… in iterate()
2015 …const Unique<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.get… in iterate() local
2020 … (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, DE_NULL, DE_NUL… in iterate()
DvktTransformFeedbackFuzzLayoutCase.cpp1735 …const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryColl… in iterate() local
1740 …ne (makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, *vertModule, *geomModule, m_… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp931 …const auto vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"… in iterate() local
985 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // Shader modules. in iterate()
996 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // Shader modules. in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp791 …const auto vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("ve… in iterate() local
892 vertModule.get(), tescModule.get(), teseModule.get(), geomModule.get(), fragModule.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp851 …const auto vertModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("v… in iterate() local
918 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), // shaders in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp636 …const auto vertModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("v… in iterate() local
648 vertModule.get(), // VkShaderModule module; in iterate()
DvktPipelineMultisampleShaderBuiltInTests.cpp1853 …const auto vertModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("v… in iterate() local
1998 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, writeModule.get(), in iterate()
2007 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, checkModule.get(), in iterate()
DvktPipelinePushConstantTests.cpp2820 Move<VkShaderModule> vertModule; in iterate() local
2835 vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u); in iterate()
2851 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), renderPass.get(), in iterate()
DvktPipelineMultisampleTests.cpp4805 …const auto vertModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("v… in iterate() local
4816 vertModule.get(), // VkShaderModule module; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4514 …const auto vertModule = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"… in iterate() local
4572 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, fragModule.get(), in iterate()