Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp235 Move<VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::__anon1f095c140111::LogicOpTestInstance
335 m_fragmentStatePipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in LogicOpTestInstance()
381 .setMonolithicPipelineLayout(*m_fragmentStatePipelineLayout) in LogicOpTestInstance()
389 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in LogicOpTestInstance()
416 …vk.cmdPushConstants(*m_cmdBuffer, *m_fragmentStatePipelineLayout, VK_SHADER_STAGE_FRAGMENT_BIT, 0u… in LogicOpTestInstance()
DvktPipelinePushDescriptorTests.cpp271 Move<VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::__anonf28be4c60111::PushDescriptorBufferGraphicsTestInstance
414 m_fragmentStatePipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
503 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in init()
1093 Move<VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::__anonf28be4c60111::PushDescriptorImageGraphicsTestInstance
1522 m_fragmentStatePipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
1570 m_graphicsPipeline.setMonolithicPipelineLayout(*m_fragmentStatePipelineLayout) in init()
1582 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in init()
1694 …criptorSetKHR(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_fragmentStatePipelineLayout, 0, (d… in init()
2742 Move<VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::__anonf28be4c60111::PushDescriptorTexelBufferGraphicsTestInstance
2926 m_fragmentStatePipelineLayout = createPipelineLayout(m_vkd, *m_device, &pipelineLayoutParams); in init()
[all …]
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp685 m_fragmentStatePipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in setup()
761 m_graphicsPipeline.setMonolithicPipelineLayout(*m_fragmentStatePipelineLayout) in setup()
772 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in setup()
866 …escriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_fragmentStatePipelineLayout, 0, 1,… in setup()
1187 m_fragmentStatePipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in setup()
1285 m_graphicsPipeline.setMonolithicPipelineLayout(*m_fragmentStatePipelineLayout) in setup()
1296 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in setup()
1360 …escriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_fragmentStatePipelineLayout, 0, 1,… in setup()
DvktPipelineImageSamplingInstance.hpp170 vk::Move<vk::VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp728 m_fragmentStatePipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in setup()
800 m_graphicsPipeline.setMonolithicPipelineLayout(*m_fragmentStatePipelineLayout) in setup()
811 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in setup()
880 …escriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_fragmentStatePipelineLayout, 0, 1,… in setup()
DvktPipelinePushConstantTests.cpp258 Move<VkPipelineLayout> m_fragmentStatePipelineLayout; member in vkt::pipeline::__anon659f54310111::PushConstantGraphicsTestInstance
442 m_fragmentStatePipelineLayout = createPipelineLayout(vk, vkDevice, &pipelineLayoutParams); in init()
546 ….setupFragmentShaderState(*m_fragmentStatePipelineLayout, *m_renderPass, 0u, *m_fragmentShaderModu… in init()