/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 309 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, m_device, *m_colorImage), Me… in GraphicsEnvironment() 310 …K_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in GraphicsEnvironment()
|
D | vktRobustnessUtil.hpp | 102 de::MovePtr<vk::Allocation> m_colorImageAlloc; member in vkt::robustness::GraphicsEnvironment
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 259 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::renderpass::__anoncc17baca0111::UnusedAttachmentTestInstance 390 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in UnusedAttachmentTestInstance() 391 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in UnusedAttachmentTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 94 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::api::__anon02e39ada0111::BufferViewTestInstance 171 …erSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance() 175 …erSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc); in BufferViewTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 237 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance 304 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init() 305 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init() 1037 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance 1108 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init() 1109 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init() 2648 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorTexelBufferGraphicsTestInstance 2718 …m_colorImageAlloc = m_allocator.allocate(getImageMemoryRequirements(m_vkd, *m_device, *m_colorIma… in init() 2719 …ECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init() 3498 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorInputAttachmentGraphicsTestInstance [all …]
|
D | vktPipelineDepthTests.cpp | 171 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon2f1287e00111::DepthTestInstance 309 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in DepthTestInstance() 310 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in DepthTestInstance()
|
D | vktPipelineStencilTests.cpp | 151 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anone7a1191d0111::StencilTestInstance 347 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in StencilTestInstance() 348 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in StencilTestInstance()
|
D | vktPipelineBlendTests.cpp | 140 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon995fcff00111::BlendTestInstance 340 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in BlendTestInstance() 341 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in BlendTestInstance()
|
D | vktPipelineDynamicOffsetTests.cpp | 125 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance 197 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in init() 198 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
|
D | vktPipelineInputAssemblyTests.cpp | 170 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance 973 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in InputAssemblyInstance() 974 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 185 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance 296 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in init() 297 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in init()
|
D | vktPipelineVertexInputTests.cpp | 262 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon6b7ae5390111::VertexInputInstance 982 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Me… in VertexInputInstance() 983 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in VertexInputInstance()
|
D | vktPipelineCacheTests.cpp | 614 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anoned8237df0111::GraphicsCacheTestInstance 774 &m_colorImageAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in GraphicsCacheTestInstance() 781 &m_colorImageAlloc[PIPELINE_CACHE_NDX_CACHED]); in GraphicsCacheTestInstance()
|
D | vktPipelineMultisampleTests.cpp | 362 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon0970cb380111::MultisampleRenderer 2060 …m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), Mem… in initialize() 2061 …K_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAl… in initialize()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1519 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate() 1723 MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3a411fb70111::VerifySamples::TestBase 2050 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate() 3096 MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon3a411fb70111::Draw::DrawTest
|
D | vktPipelineTimestampTests.cpp | 846 de::MovePtr<Allocation> m_colorImageAlloc; member in vkt::pipeline::__anon7daaa53f0111::BasicGraphicsTestInstance 929 &m_colorImageAlloc); in buildFrameBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 344 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer() 401 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anonbe0ace2d0111::ScissorRenderer
|
D | vktFragmentOperationsScissorTests.cpp | 365 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer() 427 MovePtr<Allocation> m_colorImageAlloc; member in vkt::FragmentOperations::__anonbc2140220111::ScissorRenderer
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer() 765 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon132dc16a0111::Renderer
|
D | vktDrawShaderLayerTests.cpp | 786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer() 864 MovePtr<Allocation> m_colorImageAlloc; member in vkt::Draw::__anon2217faef0111::Renderer
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer() 569 MovePtr<Allocation> m_colorImageAlloc; member in vkt::sparse::__anoncca8890a0111::Renderer
|