Home
last modified time | relevance | path

Searched refs:m_attachmentView (Results 1 - 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp80 vk::Move<vk::VkImageView> m_attachmentView; member
114 m_attachmentView = vk::createImageView(vk, device, &attachmentViewInfo); in StateObjects()
174 attachments[0] = *m_attachmentView; in StateObjects()
H A DvktQueryPoolPerformanceTests.cpp409 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon28358::GraphicQueryTestBase
449 m_attachmentView = createImageView(vkd, device, &attachmentViewInfo); in initStateObjects()
484 attachments[0] = *m_attachmentView; in initStateObjects()
H A DvktQueryPoolOcclusionTests.cpp71 vk::Move<vk::VkImageView> m_attachmentView; member
153 m_attachmentView = vk::createImageView(vk, device, &attachmentViewInfo); in StateObjects()
200 attachments[0] = *m_attachmentView; in StateObjects()
H A DvktQueryPoolStatisticsTests.cpp1269 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon28359::GraphicBasicTestInstance
1363 m_attachmentView = createImageView(vk, device, &attachmentViewInfo); in creatColorAttachmentAndRenderPass()
1464 attachments[0] = *m_attachmentView; in creatColorAttachmentAndRenderPass()
3620 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon28359::GraphicBasicMultipleQueryTestInstance
3685 m_attachmentView = createImageView(vk, device, &attachmentViewInfo); in creatColorAttachmentAndRenderPass()
3748 attachments[0] = *m_attachmentView; in creatColorAttachmentAndRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp80 vk::Move<vk::VkImageView> m_attachmentView; member
114 m_attachmentView = vk::createImageView(vk, device, &attachmentViewInfo); in StateObjects()
174 attachments[0] = *m_attachmentView; in StateObjects()
H A DvktQueryPoolPerformanceTests.cpp404 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon29569::GraphicQueryTestBase
444 m_attachmentView = createImageView(vkd, device, &attachmentViewInfo); in initStateObjects()
479 attachments[0] = *m_attachmentView; in initStateObjects()
H A DvktQueryPoolOcclusionTests.cpp71 vk::Move<vk::VkImageView> m_attachmentView; member
153 m_attachmentView = vk::createImageView(vk, device, &attachmentViewInfo); in StateObjects()
200 attachments[0] = *m_attachmentView; in StateObjects()
H A DvktQueryPoolStatisticsTests.cpp1267 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon29570::GraphicBasicTestInstance
1361 m_attachmentView = createImageView(vk, device, &attachmentViewInfo); in creatColorAttachmentAndRenderPass()
1462 attachments[0] = *m_attachmentView; in creatColorAttachmentAndRenderPass()
3606 Move<VkImageView> m_attachmentView; member in vkt::QueryPool::__anon29570::GraphicBasicMultipleQueryTestInstance
3671 m_attachmentView = createImageView(vk, device, &attachmentViewInfo); in creatColorAttachmentAndRenderPass()
3734 attachments[0] = *m_attachmentView; in creatColorAttachmentAndRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp110 vk::Move<vk::VkImageView> m_attachmentView; member in vkt::DynamicState::__anon27959::DepthStencilBaseCase
196 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo); in initialize()
360 attachments[1] = *m_attachmentView; in initialize()
H A DvktDynamicStateRSTests.cpp105 vk::Move<vk::VkImageView> m_attachmentView; member in vkt::DynamicState::__anon27966::DepthBiasBaseCase
186 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo); in initialize()
313 attachments[1] = *m_attachmentView; in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp106 vk::Move<vk::VkImageView> m_attachmentView; member in vkt::DynamicState::__anon29194::DepthStencilBaseCase
193 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo); in initialize()
357 attachments[1] = *m_attachmentView; in initialize()
H A DvktDynamicStateRSTests.cpp101 vk::Move<vk::VkImageView> m_attachmentView; member in vkt::DynamicState::__anon29200::DepthBiasBaseCase
183 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo); in initialize()
310 attachments[1] = *m_attachmentView; in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1450 , m_attachmentView (createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attachmentInfo.getFormat()))) in AttachmentResources()
1464 m_inputAttachmentViews = std::make_pair(*m_attachmentView, (vk::VkImageView)0u); in AttachmentResources()
1509 return *m_attachmentView; in getAttachmentView()
1556 const Unique<VkImageView> m_attachmentView; member in vkt::__anon28599::AttachmentResources
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1438 , m_attachmentView (createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attachmentInfo.getFormat()))) in AttachmentResources()
1452 m_inputAttachmentViews = std::make_pair(*m_attachmentView, (vk::VkImageView)0u); in AttachmentResources()
1497 return *m_attachmentView; in getAttachmentView()
1544 const Unique<VkImageView> m_attachmentView; member in vkt::__anon29778::AttachmentResources
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp534 Move<VkImageView> m_attachmentView; member
3647 image.m_attachmentView = createImageView(vk, vkDevice, &perSampleAttachmentViewParams);
4035 attachments.push_back(*m_perSampleImages[i]->m_attachmentView);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4344 m_attachmentView = makeImageView(vk, device, m_resource.getImage().handle, getImageViewType(m_resource.getImage().imageType), m_resource.getImage().format, m_resource.getImage().subresourceRange); in Implementation()
4360 m_frameBuffer = makeFramebuffer(vk, device, *m_renderPass, *m_attachmentView, m_resource.getImage().extent.width, m_resource.getImage().extent.height); in Implementation()
4455 Move<VkImageView> m_attachmentView; member in vkt::synchronization::__anon28830::ClearAttachments::Implementation
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp537 Move<VkImageView> m_attachmentView; member
3554 image.m_attachmentView = createImageView(vk, vkDevice, &perSampleAttachmentViewParams);
3938 attachments.push_back(*m_perSampleImages[i]->m_attachmentView);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4207 m_attachmentView = makeImageView(vk, device, m_resource.getImage().handle, getImageViewType(m_resource.getImage().imageType), m_resource.getImage().format, m_resource.getImage().subresourceRange); in Implementation()
4223 m_frameBuffer = makeFramebuffer(vk, device, *m_renderPass, *m_attachmentView, m_resource.getImage().extent.width, m_resource.getImage().extent.height); in Implementation()
4318 Move<VkImageView> m_attachmentView; member in vkt::synchronization::__anon29979::ClearAttachments::Implementation

Completed in 92 milliseconds