Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp223 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3424a06e0111::LogicOpTestInstance
295 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in LogicOpTestInstance()
299 …m_framebuffer = makeFramebuffer(vk, vkDevice, *m_renderPass, m_colorAttachmentView.get(), m_render… in LogicOpTestInstance()
DvktPipelinePushDescriptorTests.cpp249 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon66f77fe00111::PushDescriptorBufferGraphicsTestInstance
333 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
343 *m_colorAttachmentView in init()
1055 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon66f77fe00111::PushDescriptorImageGraphicsTestInstance
1143 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1364 *m_colorAttachmentView in init()
2694 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon66f77fe00111::PushDescriptorTexelBufferGraphicsTestInstance
2781 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2833 *m_colorAttachmentView in init()
3554 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon66f77fe00111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineStencilTests.cpp163 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon4b98aeb30111::StencilTestInstance
444 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in StencilTestInstance()
472 attachmentBindInfos.push_back(*m_colorAttachmentView); in StencilTestInstance()
DvktPipelineInterfaceMatchingTests.cpp154 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon97981b1d0111::InterfaceMatchingTestInstance
235 m_colorAttachmentView = createImageView(vk, device, &colorAttachmentViewParams); in iterate()
250 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate()
DvktPipelineBlendTests.cpp192 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anona62908060111::BlendTestInstance
229 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anona62908060111::DualSourceBlendTestInstance
647 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendTestInstance()
662 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendTestInstance()
1237 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DualSourceBlendTestInstance()
1252 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in DualSourceBlendTestInstance()
DvktPipelineDepthTests.cpp183 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon3bdbbff60111::DepthTestInstance
402 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthTestInstance()
430 attachmentBindInfos.push_back(*m_colorAttachmentView); in DepthTestInstance()
DvktPipelineDepthRangeUnrestrictedTests.cpp493 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon84e6d63f0111::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::__anonfa4b6ff50111::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()
DvktPipelinePushConstantTests.cpp233 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon545560cb0111::PushConstantGraphicsTestInstance
341 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
351 *m_colorAttachmentView in init()
1983 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon545560cb0111::PushConstantLifetimeTestInstance
2146 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
2156 *m_colorAttachmentView in init()
DvktPipelineInputAssemblyTests.cpp186 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonf8dd01110111::InputAssemblyInstance
1188 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
1203 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in InputAssemblyInstance()
DvktPipelineDynamicOffsetTests.cpp150 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon19d4e9cd0111::DynamicOffsetGraphicsTestInstance
241 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
314 *m_colorAttachmentView in init()
DvktPipelineVertexInputTests.cpp265 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon85cf55cf0111::VertexInputInstance
1028 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
1043 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance()
DvktPipelineBlendOperationAdvancedTests.cpp1777 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon296988cd0111::BlendOperationAdvancedTestCoherentInstance
2231 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendOperationAdvancedTestCoherentInstance()
2243 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendOperationAdvancedTestCoherentInstance()
DvktPipelineTimestampTests.cpp1563 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonbdddf8550111::BasicGraphicsTestInstance
1703 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer()
1727 *m_colorAttachmentView, in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp505 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon23c53bce0111::MultisampleRenderer
3497 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
3824 attachments.push_back(*m_colorAttachmentView); in initialize()
4190 *m_colorAttachmentView, in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp95 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anona8d3d5b00111::BufferViewTestInstance
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
212 *m_colorAttachmentView, in BufferViewTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp364 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
379 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
DvktRobustnessUtil.hpp103 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp260 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anonc29b34200111::UnusedAttachmentTestInstance
542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
589 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
DvktDynamicRenderingTests.cpp724 Move<VkImageView> m_colorAttachmentView[COLOR_ATTACHMENTS_NUMBER]; member in vkt::renderpass::__anon76e9dccf0111::DynamicRenderingTestInstance
796 attachmentBindInfos.push_back(*m_colorAttachmentView[0]); in iterate()
819 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate()
829 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate()
909 m_colorAttachmentView[ndx] = makeImageView(vk, device, *m_imageColor[ndx], in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1523m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
1525 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
1592 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon6e8b3ef70111::ShaderAccess::GraphicsPipeline
3941m_colorAttachmentView = makeImageView (vk, device, m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFo… in Implementation()
3943 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_attachment… in Implementation()
4063 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon6e8b3ef70111::Draw::Implementation
4387m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in GraphicsPipeline()
4389 …m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
4462 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon6e8b3ef70111::IndirectBuffer::GraphicsPipeline
4931m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2… in Implementation()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp505 const vk::Unique<vk::VkImageView> m_colorAttachmentView; member in vkt::BindingModel::__anone4b359240111::SingleTargetRenderInstance
525 …, m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttac… in SingleTargetRenderInstance()
527 …, m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_ta… in SingleTargetRenderInstance()