Home
last modified time | relevance | path

Searched refs:m_vertModule (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp153 Move<VkShaderModule> m_vertModule, m_geomModule, m_fragModule; member in vkt::DynamicState::__anon387294ac0111::InheritanceTestInstance
463 m_vertModule = vk::createShaderModule(m_vk, dev, m_context.getBinaryCollection().get("vert"), 0u);
639 *m_vertModule, in startRenderCmds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp156 ShaderWrapper m_vertModule, m_geomModule, m_fragModule; member in vkt::DynamicState::__anond037760c0111::InheritanceTestInstance
467 m_vertModule = vk::ShaderWrapper(m_vk, dev, m_context.getBinaryCollection().get("vert"), 0u);
695 m_vertModule, in startRenderCmds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp490 ShaderWrapper m_vertModule; member in vkt::pipeline::__anond9e22ce10111::DepthRangeUnrestrictedTestInstance
651 m_vertModule, in preparePipelineWrapper()
882 m_vertModule = ShaderWrapper(vk, vkDevice, context.getBinaryCollection().get("vert"), 0); in DepthRangeUnrestrictedTestInstance()
DvktPipelineLibraryTests.cpp350 , m_vertModule ()
360 Move<VkShaderModule> m_vertModule; member in vkt::pipeline::__anon083411780111::GraphicsPipelineCreateInfo
433 graphicsPipelineCreateInfo.m_vertModule = createShaderModule(vk, device, &shaderModuleCreateInfo); in updatePreRasterization()
441 : *graphicsPipelineCreateInfo.m_vertModule; in updatePreRasterization()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp500 Move<VkShaderModule> m_vertModule; member in vkt::pipeline::__anon3d5f73810111::DepthRangeUnrestrictedTestInstance
661 *m_vertModule, in preparePipelineWrapper()
877 m_vertModule = createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0); in DepthRangeUnrestrictedTestInstance()
DvktPipelineLibraryTests.cpp344 , m_vertModule ()
354 Move<VkShaderModule> m_vertModule; member in vkt::pipeline::__anon00b8ec180111::GraphicsPipelineCreateInfo
427 graphicsPipelineCreateInfo.m_vertModule = createShaderModule(vk, device, &shaderModuleCreateInfo); in updatePreRasterization()
435 : *graphicsPipelineCreateInfo.m_vertModule; in updatePreRasterization()