/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageWithMemory.hpp | 45 …, 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
|
D | vkBufferWithMemory.hpp | 46 …, 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/ |
D | vktComputeTestsUtil.cpp | 42 …m_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() 53 …m_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()
|
D | vktComputeTestsUtil.hpp | 51 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/ |
D | vktGeometryTestsUtil.hpp | 64 …, 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
|
D | vktGeometryBasicGeometryShaderTests.cpp | 226 de::MovePtr<Allocation> m_allocation; member in vkt::geometry::__anon6cf80cda0111::VaryingOutputCountTestInstance 313 …m_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() 339 …m_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 538 …m_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/ |
D | vktSynchronizationUtil.hpp | 56 …, 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/ |
D | vktPipelineMakeUtil.hpp | 48 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
|
D | vktPipelineMakeUtil.cpp | 44 , 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/ |
D | vktTessellationUtil.hpp | 59 …, 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/ |
D | vktDrawBufferObjectUtil.cpp | 35 : m_allocation (DE_NULL) in Buffer() 47 DE_ASSERT(!m_allocation); in bindMemory() 48 m_allocation = allocation; in bindMemory()
|
D | vktDrawBufferObjectUtil.hpp | 54 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() 61 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Buffer
|
D | vktDrawImageObjectUtil.hpp | 241 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() 256 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Image
|
D | vktDrawImageObjectUtil.cpp | 155 : 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/ |
D | vktPostmortemUseAfterFreeTests.cpp | 84 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 103 …m_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/ |
D | vktDescriptorSetsIndexingTests.hpp | 283 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/ |
D | vktAtomicOperationTests.cpp | 97 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()
|
D | vktOpaqueTypeIndexingTests.cpp | 74 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/ |
D | vktImageTestsUtil.hpp | 80 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() 83 de::MovePtr<vk::Allocation> m_allocation; member in vkt::image::Buffer
|
D | vktImageTestsUtil.cpp | 45 …m_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/ |
D | vktSubgroupsTestsUtils.cpp | 628 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()
|