Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
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
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
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp48 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
50 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
56 , m_allocation (allocation) in Buffer()
62 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
66 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Buffer
82 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
84 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
89 , m_allocation (allocation) in Image()
95 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
99 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::synchronization::Image
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp63 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
65 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
70 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
74 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Buffer
91 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
93 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
98 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
102 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::geometry::Image
DvktGeometryBasicGeometryShaderTests.cpp225 de::MovePtr<Allocation> m_allocation; member in vkt::geometry::__anonda66073c0111::VaryingOutputCountTestInstance
312m_allocation = memAlloc.allocate(getImageMemoryRequirements(vk, device, *m_texture), MemoryRequire… in createPipelineLayout()
313 …VK_CHECK(vk.bindImageMemory(device, *m_texture, m_allocation->getMemory(), m_allocation->getOffset… in createPipelineLayout()
338m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), Memor… in bindDescriptorSets()
340 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in bindDescriptorSets()
342 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount)); in bindDescriptorSets()
343 flushAlloc(vk, device, *m_allocation); in bindDescriptorSets()
476 MovePtr<Allocation> m_allocation; member in vkt::geometry::__anonda66073c0111::BuiltinVariableRenderTestInstance
537m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_indicesBuffer), Memory… in createIndicesBuffer()
538 …VK_CHECK(vk.bindBufferMemory(device, *m_indicesBuffer, m_allocation->getMemory(), m_allocation->ge… in createIndicesBuffer()
[all …]
/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.hpp50 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
53 de::MovePtr<vk::Allocation> m_allocation; member in vkt::compute::Buffer
71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
74 de::MovePtr<vk::Allocation> m_allocation; member in vkt::compute::Image
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp57 …, m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequi… in Buffer()
59 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
64 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
68 const de::UniquePtr<vk::Allocation> m_allocation; member in vkt::tessellation::Buffer
85 …, m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequire… in Image()
87 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
92 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
96 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.hpp231 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory()
246 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Image
DvktDrawImageObjectUtil.cpp155 : m_allocation (DE_NULL) in Image()
735 DE_ASSERT(!m_allocation); in bindMemory()
736 m_allocation = allocation; in bindMemory()
/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/image/
DvktImageTestsUtil.hpp79 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
82 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Buffer
100 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
103 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Image
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()
56m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirem… in Image()
57 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp65 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } in getHostPtr()
73 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anonffe0b4930111::Buffer
110 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(), in Buffer()
119 …flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_W… in flush()
124 …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::__anon04ee0ba80111::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()
478 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon04ee0ba80111::TestImage
546 …, m_allocation (allocateAndBindMemory (context.getDeviceInterface(), context.getDevice(), context.… in TestImage()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp415 return *m_allocation; in getAllocation()
424 de::details::MovePtr<Allocation> m_allocation; member
450 m_allocation = context.getDefaultAllocator().allocate( in Buffer()
453 context.getDevice(), *m_buffer, m_allocation->getMemory(), in Buffer()
454 m_allocation->getOffset())); in Buffer()
503 m_allocation = in Image()
506 context.getDevice(), *m_image, m_allocation->getMemory(), in Image()
507 m_allocation->getOffset())); in Image()