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::__anon9ac0950f0111::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::__anon457fd5610111::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::__anon457fd5610111::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::__anon457fd5610111::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::__anon457fd5610111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineStencilTests.cpp163 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonb234a3540111::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::__anon78030cfe0111::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::__anon724d60670111::BlendTestInstance
229 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon724d60670111::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::__anon080018570111::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::__anon6fa91cc00111::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::__anonc66fc8560111::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::__anonb618620c0111::PushConstantGraphicsTestInstance
341 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
351 *m_colorAttachmentView in init()
1983 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonb618620c0111::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::__anon93002a720111::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::__anonb3f8132e0111::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::__anon0ca6b2f00111::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::__anon142bcf4e0111::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::__anon3b4999360111::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::__anonaa9c98ef0111::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::__anonf9833a310111::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::__anon4767e6610111::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::__anona1c999d00111::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::__anon5c546cf80111::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::__anon5c546cf80111::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::__anon5c546cf80111::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::__anon86a712e50111::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()