Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp95 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anon02e39ada0111::BufferViewTestInstance
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
212 *m_colorAttachmentView, in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp324 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
339 &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::__anoncc17baca0111::UnusedAttachmentTestInstance
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
589 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp238 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance
322 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
332 *m_colorAttachmentView in init()
1038 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance
1126 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1347 *m_colorAttachmentView in init()
2649 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorTexelBufferGraphicsTestInstance
2736 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2788 *m_colorAttachmentView in init()
3499 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineDepthTests.cpp174 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon2f1287e00111::DepthTestInstance
363 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
390 *m_colorAttachmentView, in DepthTestInstance()
DvktPipelineStencilTests.cpp154 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anone7a1191d0111::StencilTestInstance
401 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
426 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView }; in StencilTestInstance()
DvktPipelineBlendTests.cpp141 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon995fcff00111::BlendTestInstance
358 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
373 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendTestInstance()
DvktPipelineCacheTests.cpp626 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anoned8237df0111::GraphicsCacheTestInstance
846m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmen… in GraphicsCacheTestInstance()
849m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED] = createImageView(vk, vkDevice, &colorAttachmentV… in GraphicsCacheTestInstance()
873 *m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE], in GraphicsCacheTestInstance()
892 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED]; in GraphicsCacheTestInstance()
DvktPipelineDynamicOffsetTests.cpp126 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance
215 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
288 *m_colorAttachmentView in init()
DvktPipelineInputAssemblyTests.cpp171 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance
991 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
1006 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp186 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance
314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
324 *m_colorAttachmentView in init()
DvktPipelineTimestampTests.cpp849 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon7daaa53f0111::BasicGraphicsTestInstance
989 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
1013 *m_colorAttachmentView, in buildFrameBuffer()
DvktPipelineVertexInputTests.cpp264 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon6b7ae5390111::VertexInputInstance
1000 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
1015 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance()
DvktPipelineMultisampleTests.cpp363 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon0970cb380111::MultisampleRenderer
2210 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
2432 attachments.push_back(*m_colorAttachmentView); in initialize()
2725 *m_colorAttachmentView, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1003m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
1005 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
1066 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7f0213210111::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()
2424 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7f0213210111::Draw::Implementation
2699m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
2701 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
2768 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7f0213210111::IndirectBuffer::GraphicsPipeline
3163m_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::__anon96331ace0111::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()