Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp400 Move<VkPipelineLayout> m_copySamplePipelineLayout; member in vkt::pipeline::__anonc7ef40ef0111::MultisampleRenderer
2522m_copySamplePipelineLayout = createPipelineLayout(vk, vkDevice, &copySamplePipelineLayoutParams); in initialize()
2672 … *m_copySamplePipelineLayout, // const VkPipelineLayout pipelineLayout in initialize()
2914 …DescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_copySamplePipelineLayout, 0u, 1u,… in initialize()
2915 …vk.cmdPushConstants(*m_cmdBuffer, *m_copySamplePipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0, si… in initialize()