/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/synchronization/ |
D | vktSynchronizationUtil.hpp | 48 …, 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/ |
D | vktGeometryTestsUtil.hpp | 63 …, 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
|
D | vktGeometryBasicGeometryShaderTests.cpp | 321 de::MovePtr<Allocation> m_allocation; member in vkt::geometry::__anonbcc4a7f20111::VaryingOutputCountTestInstance 408 …m_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() 434 …m_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 633 …m_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/ |
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 | 50 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/ |
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 | 230 vk::Allocation getBoundMemory (void) const { return *m_allocation; } in getBoundMemory() 244 de::MovePtr<vk::Allocation> m_allocation; member in vkt::Draw::Image
|
D | vktDrawImageObjectUtil.cpp | 153 : 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/ |
D | vktTessellationUtil.hpp | 57 …, 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/ |
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/image/ |
D | vktImageTestsUtil.hpp | 78 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
|
D | vktImageTestsUtil.cpp | 43 …m_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() 54 …m_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/ |
D | vktOpaqueTypeIndexingTests.cpp | 73 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()
|