/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 239 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()
|
D | vktPipelinePushDescriptorTests.cpp | 279 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 …]
|
D | vktPipelineInterfaceMatchingTests.cpp | 156 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()
|
D | vktPipelineBlendTests.cpp | 198 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;
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 447 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()
|
D | vktPipelineCacheTests.cpp | 379 Move<VkImageView> m_colorAttachmentView[PIPELINE_NDX_COUNT]; member in vkt::pipeline::__anone003078c0111::GraphicsTestInstance 640 …m_colorAttachmentView[PIPELINE_NDX_NO_BLOBS] = createImageView(vk, vkDevice, &colorAttachmentViewP… in GraphicsTestInstance() 643 …m_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()
|
D | vktPipelinePushConstantTests.cpp | 272 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()
|
D | vktPipelineDepthTests.cpp | 205 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon2193578d0111::DepthTestInstance 490 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 521 attachmentBindInfos.push_back(*m_colorAttachmentView);
|
D | vktPipelineInputAssemblyTests.cpp | 183 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()
|
D | vktPipelineStencilTests.cpp | 156 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon7d94880a0111::StencilTestInstance 437 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 467 attachmentBindInfos.push_back(*m_colorAttachmentView);
|
D | vktPipelineDynamicOffsetTests.cpp | 187 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()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 1654 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()
|
D | vktPipelineVertexInputTests.cpp | 281 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()
|
D | vktPipelineTimestampTests.cpp | 1543 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()
|
D | vktPipelineMultisampleTests.cpp | 490 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/ |
D | vktRobustnessUtil.hpp | 109 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
|
D | vktRobustnessUtil.cpp | 390 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/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 316 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()
|
D | vktDynamicRenderingRandomTests.cpp | 84 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anon9a55aba70111::DynamicRenderingTestInstance 172 … m_colorAttachmentView = makeImageView(vk, device, *m_imageColor, VK_IMAGE_VIEW_TYPE_2D_ARRAY, in DynamicRenderingTestInstance() 546 … *m_colorAttachmentView, // VkImageView imageView in iterate()
|
D | vktDynamicRenderingTests.cpp | 648 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() 825 … m_colorAttachmentView[ndx] = makeImageView(vk, device, *m_imageColor[ndx], VK_IMAGE_VIEW_TYPE_2D, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 123 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/ |
D | vktSynchronizationOperation.cpp | 1621 … m_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 4761 … m_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 5322 … m_colorAttachmentView = makeImageView(vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, in Implementation() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 549 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()
|