Home
last modified time | relevance | path

Searched refs:m_colorAttachmentView (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp93 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anon14c2dbd00111::BufferViewTestInstance
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
260 *m_colorAttachmentView, in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp654 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon436232150111::GraphicsCacheTestInstance
947m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmen… in GraphicsCacheTestInstance()
950m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentV… in GraphicsCacheTestInstance()
974 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE], in GraphicsCacheTestInstance()
993 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
DvktPipelineStencilTests.cpp154 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon356878d30111::StencilTestInstance
404 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
502 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView }; in StencilTestInstance()
DvktPipelineDepthTests.cpp150 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon84f282160111::DepthTestInstance
317 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
417 *m_colorAttachmentView, in DepthTestInstance()
DvktPipelineBlendTests.cpp137 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonef3fca260111::BlendTestInstance
356 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
419 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendTestInstance()
DvktPipelineInputAssemblyTests.cpp168 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anond523e3310111::InputAssemblyInstance
990 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
1053 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp163 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon34387eeb0111::PushConstantGraphicsTestInstance
655 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in PushConstantGraphicsTestInstance()
724 *m_colorAttachmentView in PushConstantGraphicsTestInstance()
DvktPipelineVertexInputTests.cpp239 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon08b72fef0111::VertexInputInstance
750 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
813 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance()
DvktPipelineTimestampTests.cpp961 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon5ac8ca750111::BasicGraphicsTestInstance
1175 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
1199 *m_colorAttachmentView, in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp274 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anona6ad15ee0111::MultisampleRenderer
1568 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
1702 *m_colorAttachmentView, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1000m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
1002 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
1066 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon5f1475170111::ShaderAccess::GraphicsPipeline
2319m_colorAttachmentView = makeImageView (vk, device, m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_c… in Implementation()
2321 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_atta… in Implementation()
2427 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon5f1475170111::Draw::Implementation
2777m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
2779 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
2849 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon5f1475170111::IndirectBuffer::GraphicsPipeline
3244m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in Implementation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp506 const vk::Unique<vk::VkImageView> m_colorAttachmentView; member in vkt::BindingModel::__anon1f3887440111::SingleTargetRenderInstance
526 …, m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttac… in SingleTargetRenderInstance()
528 …, m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_ta… in SingleTargetRenderInstance()