Searched refs:m_bufferAlloc (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 134 de::MovePtr<Allocation> m_bufferAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance 374 …m_bufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_buffer), MemoryRequ… in init() 375 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_buffer, m_bufferAlloc->getMemory(), m_bufferAlloc->getOf… in init() 377 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init() 378 flushAlloc(vk, vkDevice, *m_bufferAlloc); in init() 725 de::MovePtr<Allocation> m_bufferAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetComputeTestInstance 838 …m_bufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_buffer), MemoryRequ… in init() 839 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_buffer, m_bufferAlloc->getMemory(), m_bufferAlloc->getOf… in init() 841 deMemcpy(m_bufferAlloc->getHostPtr(), hostBuffer.data(), (size_t)bufferSize); in init() 842 flushAlloc(vk, vkDevice, *m_bufferAlloc); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 83 de::MovePtr<Allocation> m_bufferAlloc; member in vkt::api::BufferAllocator 120 m_bufferAlloc); in allocate() 131 vk.freeMemory(device, m_bufferAlloc.get()->getMemory(), (const VkAllocationCallbacks*)DE_NULL); in deallocate() 132 m_bufferAlloc.release(); in deallocate()
|