Home
last modified time | relevance | path

Searched refs:m_allocation (Results 1 – 17 of 17) 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/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.cpp321 de::MovePtr<Allocation> m_allocation; member in vkt::geometry::__anonbcc4a7f20111::VaryingOutputCountTestInstance
408m_allocation = memAlloc.allocate(getImageMemoryRequirements(vk, device, *m_texture), MemoryRequire… in createPipelineLayout()
409 …VK_CHECK(vk.bindImageMemory(device, *m_texture, m_allocation->getMemory(), m_allocation->getOffset… in createPipelineLayout()
434m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), Memor… in bindDescriptorSets()
436 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in bindDescriptorSets()
438 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount)); in bindDescriptorSets()
439 …flushMappedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation->getOffset(), sizeof(em… in bindDescriptorSets()
572 MovePtr<Allocation> m_allocation; member in vkt::geometry::__anonbcc4a7f20111::BuiltinVariableRenderTestInstance
633m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_indicesBuffer), Memory… in createIndicesBuffer()
634 …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/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.hpp230 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory()
244 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Image
DvktDrawImageObjectUtil.cpp153 : m_allocation (DE_NULL) in Image()
790 DE_ASSERT(!m_allocation); in bindMemory()
791 m_allocation = allocation; in bindMemory()
/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/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.hpp78 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
81 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Buffer
99 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation()
102 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Image
DvktImageTestsUtil.cpp43m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequir… in Buffer()
44 …VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset… in Buffer()
54m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirem… in Image()
55 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp73 void* getHostPtr (void) const { return m_allocation->getHostPtr(); } in getHostPtr()
81 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon8df3781e0111::Buffer
118 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(), in Buffer()
127 …flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_W… in flush()
132 …invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(),… in invalidate()
477 const UniquePtr<Allocation> m_allocation; member in vkt::shaderexecutor::__anon8df3781e0111::TestImage
545 …, m_allocation (allocateAndBindMemory (context.getDeviceInterface(), context.getDevice(), context.… in TestImage()