Home | History | Annotate | Download | only in pipeline

Lines Matching refs:m_pipelineLayout

322 	Move<VkPipelineLayout>              m_pipelineLayout;
386 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams);
578 *m_pipelineLayout, // VkPipelineLayout layout;
1603 Move<VkPipelineLayout> m_pipelineLayout;
1707 m_pipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutCreateInfo);
1740 *m_pipelineLayout, // VkPipelineLayout layout;
1771 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL);