Searched refs:m_allocation (Results 1 - 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp35 : m_allocation (DE_NULL)
47 DE_ASSERT(!m_allocation);
48 m_allocation = allocation;
H A DvktDrawBufferObjectUtil.hpp54 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
61 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::Draw::Buffer
H A DvktDrawImageObjectUtil.hpp229 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
249 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::Draw::Image
H A DvktDrawImageObjectUtil.cpp153 : m_allocation (DE_NULL)
852 DE_ASSERT(!m_allocation);
853 m_allocation = allocation;
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBufferObjectUtil.cpp35 : m_allocation (DE_NULL)
47 DE_ASSERT(!m_allocation);
48 m_allocation = allocation;
H A DvktDynamicStateBufferObjectUtil.hpp55 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
62 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::DynamicState::Buffer
H A DvktDynamicStateImageObjectUtil.hpp230 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
250 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::DynamicState::Image
H A DvktDynamicStateImageObjectUtil.cpp153 : m_allocation (DE_NULL)
852 DE_ASSERT(!m_allocation);
853 m_allocation = allocation;
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolBufferObjectUtil.cpp35 : m_allocation (DE_NULL)
47 DE_ASSERT(!m_allocation);
48 m_allocation = allocation;
H A DvktQueryPoolBufferObjectUtil.hpp54 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
61 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::QueryPool::Buffer
H A DvktQueryPoolImageObjectUtil.hpp219 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
239 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::QueryPool::Image
H A DvktQueryPoolImageObjectUtil.cpp154 : m_allocation (DE_NULL)
831 DE_ASSERT(!m_allocation);
832 m_allocation = allocation;
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp42 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
43 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
53 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
54 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
H A DvktComputeTestsUtil.hpp50 vk::Allocation& getAllocation (void) const { return *m_allocation; }
53 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::compute::Buffer
71 vk::Allocation& getAllocation (void) const { return *m_allocation; }
74 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::compute::Image
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp70 vk::Allocation& getAllocation (void) const { return *m_allocation; }
73 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::image::Buffer
91 vk::Allocation& getAllocation (void) const { return *m_allocation; }
94 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::image::Image
H A DvktImageTestsUtil.cpp43 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
44 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
54 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
55 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.hpp72 vk::Allocation& getAllocation (void) const { return *m_allocation; }
76 de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::sparse::Buffer
93 vk::Allocation& getAllocation (void) const { return *m_allocation; }
97 de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::sparse::Image
H A DvktSparseResourcesTestsUtil.cpp44 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
46 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
55 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
57 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp66 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
68 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
73 Allocation& getAllocation (void) const { return *m_allocation; }
77 const de::UniquePtr<Allocation> m_allocation; member in class:vkt::pipeline::__anon3669::Buffer
94 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
96 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
101 Allocation& getAllocation (void) const { return *m_allocation; }
105 const de::UniquePtr<Allocation> m_allocation; member in class:vkt::pipeline::__anon3669::Image
[all...]

Completed in 255 milliseconds