Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp239 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon662079c50111::LogicOpTestInstance
312 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in LogicOpTestInstance()
316 …m_renderPass.createFramebuffer(vk, vkDevice, **m_colorImage, *m_colorAttachmentView, m_renderSize.… in LogicOpTestInstance()
DvktPipelinePushDescriptorTests.cpp279 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon486491570111::PushDescriptorBufferGraphicsTestInstance
369 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
377 const VkImageView attachmentBindInfos[] = {*m_colorAttachmentView}; in init()
1115 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon486491570111::PushDescriptorImageGraphicsTestInstance
1209 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
1428 const VkImageView attachmentBindInfos[] = {*m_colorAttachmentView}; in init()
2779 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon486491570111::PushDescriptorTexelBufferGraphicsTestInstance
2872 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); in init()
2936 const VkImageView attachmentBindInfos[] = {*m_colorAttachmentView}; in init()
3671 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon486491570111::PushDescriptorInputAttachmentGraphicsTestInstance
[all …]
DvktPipelineInterfaceMatchingTests.cpp156 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anona778cd340111::InterfaceMatchingTestInstance
239 m_colorAttachmentView = createImageView(vk, device, &colorAttachmentViewParams); in iterate()
253 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate()
DvktPipelineBlendTests.cpp198 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon8be09f9d0111::BlendTestInstance
237 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon8be09f9d0111::DualSourceBlendTestInstance
682 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
696 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
1267 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
1281 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
DvktPipelineDepthRangeUnrestrictedTests.cpp447 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonecad6eb60111::DepthRangeUnrestrictedTestInstance
775 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in DepthRangeUnrestrictedTestInstance()
801 *m_colorAttachmentView, in DepthRangeUnrestrictedTestInstance()
1084 *m_colorAttachmentView, in DepthBoundsRangeUnrestrictedTestInstance()
DvktPipelineCacheTests.cpp379 Move<VkImageView> m_colorAttachmentView[PIPELINE_NDX_COUNT]; member in vkt::pipeline::__anone003078c0111::GraphicsTestInstance
640m_colorAttachmentView[PIPELINE_NDX_NO_BLOBS] = createImageView(vk, vkDevice, &colorAttachmentViewP… in GraphicsTestInstance()
643m_colorAttachmentView[PIPELINE_NDX_USE_BLOBS] = createImageView(vk, vkDevice, &colorAttachmentView… in GraphicsTestInstance()
669 *m_colorAttachmentView[PIPELINE_NDX_NO_BLOBS], in GraphicsTestInstance()
689 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_NDX_USE_BLOBS]; in GraphicsTestInstance()
DvktPipelinePushConstantTests.cpp272 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonf591a8820111::PushConstantGraphicsTestInstance
394 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
402 const VkImageView attachmentBindInfos[1] = {*m_colorAttachmentView}; in init()
2241 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonf591a8820111::PushConstantLifetimeTestInstance
2422 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
2430 const VkImageView attachmentBindInfos[1] = {*m_colorAttachmentView}; in init()
DvktPipelineDepthTests.cpp205 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon2193578d0111::DepthTestInstance
490 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
521 attachmentBindInfos.push_back(*m_colorAttachmentView);
DvktPipelineInputAssemblyTests.cpp183 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonc1a23fa80111::InputAssemblyInstance
1183 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in InputAssemblyInstance()
1197 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in InputAssemblyInstance()
DvktPipelineStencilTests.cpp156 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon7d94880a0111::StencilTestInstance
437 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
467 attachmentBindInfos.push_back(*m_colorAttachmentView);
DvktPipelineDynamicOffsetTests.cpp187 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anone29a28640111::DynamicOffsetGraphicsTestInstance
287 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init()
343 const VkImageView attachmentBindInfos[] = {*m_colorAttachmentView}; in init()
DvktPipelineBlendOperationAdvancedTests.cpp1654 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon913021440111::BlendOperationAdvancedTestCoherentInstance
2010 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BlendOperationAdvancedTestCoherentInstance()
2021 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in BlendOperationAdvancedTestCoherentInstance()
DvktPipelineVertexInputTests.cpp281 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon9a3602a60111::VertexInputInstance
1218 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in VertexInputInstance()
1232 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance()
DvktPipelineTimestampTests.cpp1543 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon5e35836c0111::BasicGraphicsTestInstance
1673 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in buildFrameBuffer()
1699 *m_colorAttachmentView, in buildFrameBuffer()
DvktPipelineMultisampleTests.cpp490 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon382be8a50111::MultisampleRenderer
3949 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in initialize()
4261 attachments.push_back(*m_colorAttachmentView); in initialize()
4582 const VkDescriptorImageInfo imageInfo{VK_NULL_HANDLE, *m_colorAttachmentView, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp109 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
DvktRobustnessUtil.cpp390 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment()
404 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp316 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anona82342d70111::UnusedAttachmentTestInstance
611 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance()
659 …const VkImageView imageViews[] = {*m_colorAttachmentView, *m_unusedAttachmentView, *m_inputAttachm… in UnusedAttachmentTestInstance()
980 *m_colorAttachmentView, // VkImageView imageView; in createCommandBufferDynamicRendering()
DvktDynamicRenderingRandomTests.cpp84 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon9a55aba70111::DynamicRenderingTestInstance
172m_colorAttachmentView = makeImageView(vk, device, *m_imageColor, VK_IMAGE_VIEW_TYPE_2D_ARRAY, in DynamicRenderingTestInstance()
546 … *m_colorAttachmentView, // VkImageView imageView in iterate()
DvktDynamicRenderingTests.cpp648 Move<VkImageView> m_colorAttachmentView[COLOR_ATTACHMENTS_NUMBER]; member in vkt::renderpass::__anon2232cac60111::DynamicRenderingTestInstance
713 attachmentBindInfos.push_back(*m_colorAttachmentView[0]); in iterate()
736 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate()
752 attachmentBindInfos.push_back(*m_colorAttachmentView[ndx]); in iterate()
825m_colorAttachmentView[ndx] = makeImageView(vk, device, *m_imageColor[ndx], VK_IMAGE_VIEW_TYPE_2D, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp123 Move<VkImageView> m_colorAttachmentView; member in vkt::api::__anon457e60270111::BufferViewTestInstance
234 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in BufferViewTestInstance()
243 *m_colorAttachmentView, in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1621m_colorAttachmentView = makeImageView(vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, in GraphicsPipeline()
1624 …m_framebuffer = makeFramebuffer(vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
1697 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7a8233ee0111::ShaderAccess::GraphicsPipeline
4303 m_colorAttachmentView = in Implementation()
4306 …m_framebuffer = makeFramebuffer(vk, device, *m_renderPass, *m_colorAttachmentView, m_attachment… in Implementation()
4429 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7a8233ee0111::Draw::Implementation
4761m_colorAttachmentView = makeImageView(vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, in GraphicsPipeline()
4764 …m_framebuffer = makeFramebuffer(vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImage… in GraphicsPipeline()
4842 Move<VkImageView> m_colorAttachmentView; member in vkt::synchronization::__anon7a8233ee0111::IndirectBuffer::GraphicsPipeline
5322m_colorAttachmentView = makeImageView(vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, in Implementation()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp549 const vk::Unique<vk::VkImageView> m_colorAttachmentView; member in vkt::BindingModel::__anond5aaa45b0111::SingleTargetRenderInstance
570 …, m_colorAttachmentView(createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachm… in SingleTargetRenderInstance()
572 …, m_framebuffer(createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_target… in SingleTargetRenderInstance()