Home
last modified time | relevance | path

Searched refs:m_allocation (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageWithMemory.hpp45 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in ImageWithMemory()
47 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in ImageWithMemory()
52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
56 const de::UniquePtr<vk::Allocation> m_allocation; member in vk::ImageWithMemory
DvkBufferWithMemory.hpp46 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in BufferWithMemory()
48 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in BufferWithMemory()
53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
57 const de::UniquePtr<vk::Allocation> m_allocation; member in vk::BufferWithMemory
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp42m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequir… in Buffer()
43 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
53m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirem… in Image()
54 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
DvktComputeTestsUtil.hpp51 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
54 de::MovePtr<vk::Allocation> m_allocation; member in vkt::compute::Buffer
72 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
75 de::MovePtr<vk::Allocation> m_allocation; member in vkt::compute::Image
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp64 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
66 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
75 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Buffer
92 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
94 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
99 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
103 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Image
DvktGeometryBasicGeometryShaderTests.cpp226 de::MovePtr<Allocation> m_allocation; member in vkt::geometry::__anon6cf80cda0111::VaryingOutputCountTestInstance
313m_allocation = memAlloc.allocate(getImageMemoryRequirements(vk, device, *m_texture), MemoryRequire… in createPipelineLayout()
314 …VK_CHECK(vk.bindImageMemory(device, *m_texture, m_allocation->getMemory(), m_allocation->getOffset… in createPipelineLayout()
339m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), Memor… in bindDescriptorSets()
341 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in bindDescriptorSets()
343 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount)); in bindDescriptorSets()
344 flushAlloc(vk, device, *m_allocation); in bindDescriptorSets()
477 MovePtr<Allocation> m_allocation; member in vkt::geometry::__anon6cf80cda0111::BuiltinVariableRenderTestInstance
538m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_indicesBuffer), Memory… in createIndicesBuffer()
539 …VK_CHECK(vk.bindBufferMemory(device, *m_indicesBuffer, m_allocation->getMemory(), m_allocation->ge… in createIndicesBuffer()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp56 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
58 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
64 , m_allocation (allocation) in Buffer()
70 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
74 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Buffer
90 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
92 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
97 , m_allocation (allocation) in Image()
103 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
107 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Image
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp48 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
52 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::pipeline::Buffer
69 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
73 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::pipeline::Image
DvktPipelineMakeUtil.cpp44 , m_allocation (bindBuffer(vk, device, allocator, *m_buffer, memoryRequirement)) in Buffer()
54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp59 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
61 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
66 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
70 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::tessellation::Buffer
87 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
89 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
94 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
98 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::tessellation::Image
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp35 : m_allocation (DE_NULL) in Buffer()
47 DE_ASSERT(!m_allocation); in bindMemory()
48 m_allocation = allocation; in bindMemory()
DvktDrawBufferObjectUtil.hpp54 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory()
61 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Buffer
DvktDrawImageObjectUtil.hpp241 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory()
256 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Image
DvktDrawImageObjectUtil.cpp155 : m_allocation (DE_NULL) in Image()
810 DE_ASSERT(!m_allocation); in bindMemory()
811 m_allocation = allocation; in bindMemory()
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp84 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
86 void freeAllocation (void) { delete m_allocation.release(); } in freeAllocation()
89 de::MovePtr<vk::Allocation> m_allocation; member in vkt::postmortem::__anon736b2ef20111::Buffer
103m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequir… in Buffer()
104 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp283 de::SharedPtr< de::MovePtr<Allocation> > m_allocation; member
289 , m_device(device), m_interface(interface), m_buffer(buffer), m_allocation(allocation) in PixelBufferAccessBuffer()
295 invalidateAlloc(m_interface, m_device, **m_allocation); in invalidate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp97 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } in getHostPtr()
107 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon1dbe5bb10111::Buffer
147 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(), in Buffer()
157 …flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_W… in flush()
172 …invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(),… in invalidate()
DvktOpaqueTypeIndexingTests.cpp74 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } in getHostPtr()
82 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon8d4ec6060111::Buffer
119 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(), in Buffer()
128 …flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_W… in flush()
133 …invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(),… in invalidate()
502 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon8d4ec6060111::TestImage
570 …, m_allocation (allocateAndBindMemory (context.getDeviceInterface(), context.getDevice(), context.… in TestImage()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp80 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
83 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Buffer
DvktImageTestsUtil.cpp45m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequir… in Buffer()
46 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp628 return *m_allocation; in getAllocation()
637 de::details::MovePtr<Allocation> m_allocation; member
666 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::HostVisible); in Buffer()
667 …VK_CHECK(vkd.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffse… in Buffer()
761 m_allocation = context.getDefaultAllocator().allocate(req, MemoryRequirement::Any); in Image()
763 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()