Home
last modified time | relevance | path

Searched defs:StateObjects (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp63 struct StateObjects struct
70 {
75 vkt::Context &m_context;
77 vk::Move<vk::VkPipeline> m_pipeline;
78 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
80 de::SharedPtr<Image> m_colorAttachmentImage, m_DepthImage;
81 vk::Move<vk::VkImageView> m_attachmentView;
82 vk::Move<vk::VkImageView> m_depthiew;
84 vk::Move<vk::VkRenderPass> m_renderPass;
85 vk::Move<vk::VkFramebuffer> m_framebuffer;
[all …]
H A DvktQueryPoolOcclusionTests.cpp54 struct StateObjects struct
61 {
66 vkt::Context &m_context;
68 vk::Move<vk::VkPipeline> m_pipeline;
69 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
71 de::SharedPtr<Image> m_colorAttachmentImage, m_DepthImage;
72 vk::Move<vk::VkImageView> m_attachmentView;
73 vk::Move<vk::VkImageView> m_depthView;
75 vk::Move<vk::VkRenderPass> m_renderPass;
76 vk::Move<vk::VkFramebuffer> m_framebuffer;
[all …]