/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 223 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()
|
D | vktPipelinePushDescriptorTests.cpp | 249 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 …]
|
D | vktPipelineStencilTests.cpp | 163 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()
|
D | vktPipelineInterfaceMatchingTests.cpp | 154 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()
|
D | vktPipelineBlendTests.cpp | 192 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()
|
D | vktPipelineDepthTests.cpp | 183 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()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 493 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()
|
D | vktPipelineCacheTests.cpp | 631 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anonfa4b6ff50111::GraphicsCacheTestInstance 890 …m_colorAttachmentView[PIPELINE_CACHE_NDX_NO_CACHE] = createImageView(vk, vkDevice, &colorAttachmen… in GraphicsCacheTestInstance() 893 …m_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()
|
D | vktPipelinePushConstantTests.cpp | 233 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()
|
D | vktPipelineInputAssemblyTests.cpp | 186 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()
|
D | vktPipelineDynamicOffsetTests.cpp | 150 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anon19d4e9cd0111::DynamicOffsetGraphicsTestInstance 241 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in init() 314 *m_colorAttachmentView in init()
|
D | vktPipelineVertexInputTests.cpp | 265 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()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 1777 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()
|
D | vktPipelineTimestampTests.cpp | 1563 Move<VkImageView> m_colorAttachmentView; member in vkt::pipeline::__anonbdddf8550111::BasicGraphicsTestInstance 1703 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in buildFrameBuffer() 1727 *m_colorAttachmentView, in buildFrameBuffer()
|
D | vktPipelineMultisampleTests.cpp | 505 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/ |
D | vktApiBufferViewAccessTests.cpp | 95 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/ |
D | vktRobustnessUtil.cpp | 364 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); in GraphicsEnvironment() 379 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in GraphicsEnvironment()
|
D | vktRobustnessUtil.hpp | 103 vk::Move<vk::VkImageView> m_colorAttachmentView; member in vkt::robustness::GraphicsEnvironment
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 260 Move<VkImageView> m_colorAttachmentView; member in vkt::renderpass::__anonc29b34200111::UnusedAttachmentTestInstance 542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); in UnusedAttachmentTestInstance() 589 *m_colorAttachmentView, in UnusedAttachmentTestInstance()
|
D | vktDynamicRenderingTests.cpp | 724 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/ |
D | vktSynchronizationOperation.cpp | 1523 …m_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 3941 …m_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 4387 …m_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 4931 …m_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/ |
D | vktBindingShaderAccessTests.cpp | 505 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()
|