Home
last modified time | relevance | path

Searched refs:m_colorAttachmentView (Results 1 - 25 of 46) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp226 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28228::LogicOpTestInstance
300 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in LogicOpTestInstance()
304 m_renderPass.createFramebuffer(vk, vkDevice, **m_colorImage, *m_colorAttachmentView, m_renderSize.x(), m_renderSize.y()); in LogicOpTestInstance()
H A DvktPipelineCacheTests.cpp334 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon28158::GraphicsCacheTestInstance
577 m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
580 m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
608 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE],
629 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
H A DvktPipelinePushDescriptorTests.cpp263 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28251::PushDescriptorBufferGraphicsTestInstance
349 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
359 *m_colorAttachmentView in init()
1091 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28251::PushDescriptorImageGraphicsTestInstance
1181 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1402 *m_colorAttachmentView in init()
2739 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28251::PushDescriptorTexelBufferGraphicsTestInstance
2828 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2888 *m_colorAttachmentView in init()
3619 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28251::PushDescriptorInputAttachmentGraphicsTestInstance
[all...]
H A DvktPipelineBlendTests.cpp196 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28155::BlendTestInstance
233 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28155::DualSourceBlendTestInstance
665 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
680 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
1259 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
1274 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
H A DvktPipelineInterfaceMatchingTests.cpp157 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28226::InterfaceMatchingTestInstance
239 m_colorAttachmentView = createImageView(vk, device, &colorAttachmentViewParams); in iterate()
254 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate()
H A DvktPipelineStencilTests.cpp166 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28276::StencilTestInstance
456 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
487 attachmentBindInfos.push_back(*m_colorAttachmentView);
H A DvktPipelineDepthRangeUnrestrictedTests.cpp487 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28170::DepthRangeUnrestrictedTestInstance
833 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
861 *m_colorAttachmentView, in DepthRangeUnrestrictedTestInstance()
1135 *m_colorAttachmentView, in DepthBoundsRangeUnrestrictedTestInstance()
H A DvktPipelinePushConstantTests.cpp237 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28244::PushConstantGraphicsTestInstance
349 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
359 *m_colorAttachmentView in init()
2021 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon28244::PushConstantLifetimeTestInstance
2200 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
2210 *m_colorAttachmentView in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLogicOpTests.cpp226 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29447::LogicOpTestInstance
300 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in LogicOpTestInstance()
304 m_framebuffer = makeFramebuffer(vk, vkDevice, *m_renderPass, m_colorAttachmentView.get(), m_renderSize.x(), m_renderSize.y()); in LogicOpTestInstance()
H A DvktPipelineCacheTests.cpp346 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon29385::GraphicsCacheTestInstance
587 m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
590 m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentViewParams);
614 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE],
633 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
H A DvktPipelinePushDescriptorTests.cpp260 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29471::PushDescriptorBufferGraphicsTestInstance
346 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
356 *m_colorAttachmentView in init()
1079 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29471::PushDescriptorImageGraphicsTestInstance
1169 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1390 *m_colorAttachmentView in init()
2729 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29471::PushDescriptorTexelBufferGraphicsTestInstance
2818 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2870 *m_colorAttachmentView in init()
3600 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29471::PushDescriptorInputAttachmentGraphicsTestInstance
[all...]
H A DvktPipelineBlendTests.cpp196 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29382::BlendTestInstance
233 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29382::DualSourceBlendTestInstance
667 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
682 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
1261 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
1276 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
H A DvktPipelineInterfaceMatchingTests.cpp155 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29445::InterfaceMatchingTestInstance
237 m_colorAttachmentView = createImageView(vk, device, &colorAttachmentViewParams); in iterate()
252 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate()
H A DvktPipelineStencilTests.cpp165 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29493::StencilTestInstance
456 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
484 attachmentBindInfos.push_back(*m_colorAttachmentView);
H A DvktPipelineDepthRangeUnrestrictedTests.cpp496 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon29397::DepthRangeUnrestrictedTestInstance
832 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
856 *m_colorAttachmentView, in DepthRangeUnrestrictedTestInstance()
1127 *m_colorAttachmentView, in DepthBoundsRangeUnrestrictedTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp106 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
H A DvktRobustnessUtil.cpp389 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
404 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.hpp106 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
H A DvktRobustnessUtil.cpp414 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
429 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp83 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon28577::DynamicRenderingTestInstance
177 m_colorAttachmentView = makeImageView(vk, device, *m_imageColor, VK_IMAGE_VIEW_TYPE_2D_ARRAY, m_parameters.imageFormat, imageSubresource); in DynamicRenderingTestInstance()
540 *m_colorAttachmentView, // VkImageView imageView in iterate()
H A DvktRenderPassUnusedAttachmentTests.cpp260 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon28601::UnusedAttachmentTestInstance
541 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
588 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp83 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon29757::DynamicRenderingTestInstance
177 m_colorAttachmentView = makeImageView(vk, device, *m_imageColor, VK_IMAGE_VIEW_TYPE_2D_ARRAY, m_parameters.imageFormat, imageSubresource); in DynamicRenderingTestInstance()
540 *m_colorAttachmentView, // VkImageView imageView in iterate()
H A DvktRenderPassUnusedAttachmentTests.cpp261 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon29780::UnusedAttachmentTestInstance
543 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
590 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp127 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anon27760::BufferViewTestInstance
234 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
244 *m_colorAttachmentView, in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp124 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anon29008::BufferViewTestInstance
231 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
241 *m_colorAttachmentView, in BufferViewTestInstance()

Completed in 53 milliseconds

12