Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp95 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anondf3b90dc0111::BufferViewTestInstance
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
212 *m_colorAttachmentView, in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp326 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
341 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
DvktRobustnessUtil.hpp103 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp260 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anondeb50c4c0111::UnusedAttachmentTestInstance
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
589 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp240 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon004da70c0111::PushDescriptorBufferGraphicsTestInstance
324 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
334 *m_colorAttachmentView in init()
1041 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon004da70c0111::PushDescriptorImageGraphicsTestInstance
1129 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1350 *m_colorAttachmentView in init()
2653 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon004da70c0111::PushDescriptorTexelBufferGraphicsTestInstance
2740 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2792 *m_colorAttachmentView in init()
3504 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon004da70c0111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineStencilTests.cpp163 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon4ef7cf5f0111::StencilTestInstance
447 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
475 attachmentBindInfos.push_back(*m_colorAttachmentView); in StencilTestInstance()
DvktPipelineDepthTests.cpp183 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonc162c5a20111::DepthTestInstance
408 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
436 attachmentBindInfos.push_back(*m_colorAttachmentView); in DepthTestInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp493 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon0ed7696b0111::DepthRangeUnrestrictedTestInstance
909 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
933 *m_colorAttachmentView, in DepthRangeUnrestrictedTestInstance()
1201 *m_colorAttachmentView, in DepthBoundsRangeUnrestrictedTestInstance()
DvktPipelineCacheTests.cpp631 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anon7fd275a10111::GraphicsCacheTestInstance
890m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmen… in GraphicsCacheTestInstance()
893m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentV… in GraphicsCacheTestInstance()
917 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE], in GraphicsCacheTestInstance()
936 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
DvktPipelineDynamicOffsetTests.cpp141 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anone82cdb790111::DynamicOffsetGraphicsTestInstance
227 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
300 *m_colorAttachmentView in init()
DvktPipelineInputAssemblyTests.cpp175 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonc734f2bd0111::InputAssemblyInstance
1005 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
1020 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in InputAssemblyInstance()
DvktPipelineBlendTests.cpp144 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon2bb00db20111::BlendTestInstance
364 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
379 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendTestInstance()
DvktPipelinePushConstantTests.cpp186 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon815fccf70111::PushConstantGraphicsTestInstance
314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
324 *m_colorAttachmentView in init()
DvktPipelineVertexInputTests.cpp265 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon6fe6ec7b0111::VertexInputInstance
1003 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
1018 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance()
DvktPipelineBlendOperationAdvancedTests.cpp1777 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonb35a1bf90111::BlendOperationAdvancedTestCoherentInstance
2231 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendOperationAdvancedTestCoherentInstance()
2243 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendOperationAdvancedTestCoherentInstance()
DvktPipelineMultisampleTests.cpp427 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon0ddcd27a0111::MultisampleRenderer
2675 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
2987 attachments.push_back(*m_colorAttachmentView); in initialize()
3290 *m_colorAttachmentView, in initialize()
DvktPipelineTimestampTests.cpp1520 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon1587f4010111::BasicGraphicsTestInstance
1660 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
1684 *m_colorAttachmentView, in buildFrameBuffer()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1394m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
1396 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
1457 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon87b91c230111::ShaderAccess::GraphicsPipeline
3472m_colorAttachmentView = makeImageView (vk, device, m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFo… in Implementation()
3474 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_attachment… in Implementation()
3588 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon87b91c230111::Draw::Implementation
3895m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
3897 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
3964 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon87b91c230111::IndirectBuffer::GraphicsPipeline
4401m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in Implementation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp510 const vk::Unique<vk::VkImageView> m_colorAttachmentView; member in vkt::BindingModel::__anon2c2ffb500111::SingleTargetRenderInstance
530 …, m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttac… in SingleTargetRenderInstance()
532 …, m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_ta… in SingleTargetRenderInstance()