Searched refs:m_colorImageAlloc (Results 1 - 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp81 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::api::__anon3714::BufferViewTestInstance
178 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
179 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp136 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3833::BlendTestInstance
338 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
339 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineDepthTests.cpp147 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3838::DepthTestInstance
263 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
264 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineStencilTests.cpp151 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3858::StencilTestInstance
350 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
351 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineInputAssemblyTests.cpp167 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3847::InputAssemblyInstance
972 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
973 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelinePushConstantTests.cpp162 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3850::PushConstantGraphicsTestInstance
637 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
638 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineVertexInputTests.cpp237 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3863::VertexInputInstance
722 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
723 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineCacheTests.cpp672 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT]; member in class:vkt::pipeline::__anon3835::GraphicsCacheTestInstance
905 &m_colorImageAlloc[PIPELINE_CACHE_NDX_NO_CACHE]);
912 &m_colorImageAlloc[PIPELINE_CACHE_NDX_CACHED]);
H A DvktPipelineMultisampleTests.cpp272 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon3849::MultisampleRenderer
1491 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
1492 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineTimestampTests.cpp979 de::MovePtr<Allocation> m_colorImageAlloc;
1136 &m_colorImageAlloc);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
697 MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::FragmentOperations::__anon3801::ScissorRenderer
H A DvktFragmentOperationsScissorTests.cpp549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
681 MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::FragmentOperations::__anon3802::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp551 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
688 MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::sparse::__anon3930::Renderer

Completed in 190 milliseconds