Home
last modified time | relevance | path

Searched refs:m_renderPassInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1066 const RenderPass m_renderPassInfo; member in vkt::__anon28597::SubpassDependencyTestInstance
1099 , m_renderPassInfo (testConfig.renderPass) in SubpassDependencyTestInstance()
1104 , m_images (createAndAllocateImages(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), m_imageMemories, context.getUniversalQueueFamilyIndex(), m_renderPassInfo, m_format, m_width, m_height)) in SubpassDependencyTestInstance()
1110 , m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, testConfig.renderingType)) in SubpassDependencyTestInstance()
1111 , m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, *m_renderPass, m_imageViews, m_width, m_height)) in SubpassDependencyTestInstance()
1112 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo)) in SubpassDependencyTestInstance()
1115 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, m_subpassDescriptorSetLayouts)) in SubpassDependencyTestInstance()
1116 , m_renderPipelines (createRenderPipelines(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, *m_renderPass, m_renderPipelineLayouts, context.getBinaryCollection(), m_format, m_width, m_height)) in SubpassDependencyTestInstance()
1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal()
1461 const size_t subpassCount (m_renderPassInfo in iterateInternal()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp1066 const RenderPass m_renderPassInfo; member in vkt::__anon29776::SubpassDependencyTestInstance
1099 , m_renderPassInfo (testConfig.renderPass) in SubpassDependencyTestInstance()
1104 , m_images (createAndAllocateImages(context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), m_imageMemories, context.getUniversalQueueFamilyIndex(), m_renderPassInfo, m_format, m_width, m_height)) in SubpassDependencyTestInstance()
1110 , m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, testConfig.renderingType)) in SubpassDependencyTestInstance()
1111 , m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, *m_renderPass, m_imageViews, m_width, m_height)) in SubpassDependencyTestInstance()
1112 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo)) in SubpassDependencyTestInstance()
1115 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, m_subpassDescriptorSetLayouts)) in SubpassDependencyTestInstance()
1116 , m_renderPipelines (createRenderPipelines(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, *m_renderPass, m_renderPipelineLayouts, context.getBinaryCollection(), m_format, m_width, m_height)) in SubpassDependencyTestInstance()
1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal()
1461 const size_t subpassCount (m_renderPassInfo in iterateInternal()
[all...]

Completed in 7 milliseconds