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

/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp102 de::MovePtr<vk::Allocation> m_colorImageAlloc; member in class:vkt::robustness::GraphicsEnvironment
/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::__anon4330::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::__anon4331::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp92 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::api::__anon4234::BufferViewTestInstance
171 ImageDedicatedAllocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
175 ImageSuballocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp136 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4373::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::__anon4378::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 DvktPipelineInputAssemblyTests.cpp167 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4388::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 DvktPipelineStencilTests.cpp149 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4400::StencilTestInstance
347 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
348 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineCacheTests.cpp642 de::MovePtr<Allocation> m_colorImageAlloc[PIPELINE_CACHE_NDX_COUNT]; member in class:vkt::pipeline::__anon4375::GraphicsCacheTestInstance
875 &m_colorImageAlloc[PIPELINE_CACHE_NDX_NO_CACHE]);
882 &m_colorImageAlloc[PIPELINE_CACHE_NDX_CACHED]);
H A DvktPipelinePushConstantTests.cpp162 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4391::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.cpp229 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4405::VertexInputInstance
831 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
832 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
H A DvktPipelineMultisampleTests.cpp288 de::MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::pipeline::__anon4390::MultisampleRenderer
1653 m_colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_colorImage), MemoryRequirement::Any);
1654 VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageAlloc->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp548 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
687 MovePtr<Allocation> m_colorImageAlloc; member in class:vkt::sparse::__anon4537::Renderer

Completed in 1362 milliseconds