Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp505 PipelineLayoutWrapper m_copySamplePipelineLayout; member in vkt::pipeline::__anon85754e250111::MultisampleRenderer
3961 m_copySamplePipelineLayout = in initialize()
4159 … .setupPreRasterizationShaderState(viewports, scissors, m_copySamplePipelineLayout, *m_renderPass, in initialize()
4161 .setupFragmentShaderState(m_copySamplePipelineLayout, *m_renderPass, subpassIdx, in initialize()
4164 .setMonolithicPipelineLayout(m_copySamplePipelineLayout) in initialize()
4424 …dBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_copySamplePipelineLayout, 0u, in initialize()
4426 … vk.cmdPushConstants(*m_cmdBuffer, *m_copySamplePipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, in initialize()