Searched refs:m_allocation (Results 1 - 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.cpp35 : m_allocation (DE_NULL)
47 DE_ASSERT(!m_allocation);
48 m_allocation = allocation;
H A DvktDrawBufferObjectUtil.hpp54 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
61 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::Draw::Buffer
H A DvktDrawImageObjectUtil.hpp230 vk::Allocation getBoundMemory (void) const { return *m_allocation; }
250 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::Draw::Image
H A DvktDrawImageObjectUtil.cpp153 : m_allocation (DE_NULL)
852 DE_ASSERT(!m_allocation);
853 m_allocation = allocation;
/external/deqp/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingUtil.hpp48 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
50 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
55 vk::Allocation& getAllocation (void) const { return *m_allocation; }
59 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::clipping::Buffer
76 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
78 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
83 vk::Allocation& getAllocation (void) const { return *m_allocation; }
87 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::clipping::Image
[all...]
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.cpp42 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
43 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
53 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
54 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
H A DvktComputeTestsUtil.hpp50 vk::Allocation& getAllocation (void) const { return *m_allocation; }
53 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::compute::Buffer
71 vk::Allocation& getAllocation (void) const { return *m_allocation; }
74 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::compute::Image
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp62 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
64 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
69 vk::Allocation& getAllocation (void) const { return *m_allocation; }
73 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::geometry::Buffer
90 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
92 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
97 vk::Allocation& getAllocation (void) const { return *m_allocation; }
101 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::geometry::Image
[all...]
H A DvktGeometryBasicGeometryShaderTests.cpp337 de::MovePtr<Allocation> m_allocation; member in class:vkt::geometry::__anon3804::VaryingOutputCountTestInstance
424 m_allocation = memAlloc.allocate(getImageMemoryRequirements(vk, device, *m_texture), MemoryRequirement::Any);
425 VK_CHECK(vk.bindImageMemory(device, *m_texture, m_allocation->getMemory(), m_allocation->getOffset()));
450 m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), MemoryRequirement::HostVisible);
452 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
454 deMemcpy(m_allocation->getHostPtr(), &emitCount[0], sizeof(emitCount));
455 flushMappedMemoryRange(vk, device, m_allocation->getMemory(), m_allocation
588 MovePtr<Allocation> m_allocation; member in class:vkt::geometry::__anon3804::BuiltinVariableRenderTestInstance
[all...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp49 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
51 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
56 vk::Allocation& getAllocation (void) const { return *m_allocation; }
60 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::synchronization::Buffer
77 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
79 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
84 vk::Allocation& getAllocation (void) const { return *m_allocation; }
88 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::synchronization::Image
[all...]
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp70 vk::Allocation& getAllocation (void) const { return *m_allocation; }
73 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::image::Buffer
91 vk::Allocation& getAllocation (void) const { return *m_allocation; }
94 de::MovePtr<vk::Allocation> m_allocation; member in class:vkt::image::Image
H A DvktImageTestsUtil.cpp43 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
44 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
54 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
55 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.hpp48 vk::Allocation& getAllocation (void) const { return *m_allocation; }
52 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::pipeline::Buffer
69 vk::Allocation& getAllocation (void) const { return *m_allocation; }
73 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::pipeline::Image
H A DvktPipelineMakeUtil.cpp44 , m_allocation (bindBuffer(vk, device, allocator, *m_buffer, memoryRequirement))
54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp56 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement))
58 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
63 vk::Allocation& getAllocation (void) const { return *m_allocation; }
67 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::tessellation::Buffer
84 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement))
86 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
91 vk::Allocation& getAllocation (void) const { return *m_allocation; }
95 const de::UniquePtr<vk::Allocation> m_allocation; member in class:vkt::tessellation::Image
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp72 void* getHostPtr (void) const { return m_allocation->getHostPtr(); }
80 const UniquePtr<Allocation> m_allocation; member in class:vkt::shaderexecutor::__anon3873::Buffer
117 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(),
126 flushMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
131 invalidateMappedMemoryRange(m_vkd, m_device, m_allocation->getMemory(), m_allocation->getOffset(), VK_WHOLE_SIZE);
476 const UniquePtr<Allocation> m_allocation; member in class:vkt::shaderexecutor::__anon3873::TestImage
544 , m_allocation (allocateAndBindMemory (context.getDeviceInterface(), context.getDevice(), context.getDefaultAllocator(), *m_image))

Completed in 177 milliseconds