Home
last modified time | relevance | path

Searched refs:m_allocations (Results 1 – 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp45 bindImagePlanesMemory(vk, device, *m_image, numPlanes, m_allocations, allocator, requirement); in YCbCrImageWithMemory()
50 m_allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release())); in YCbCrImageWithMemory()
51 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocations.back()->getMemory(), m_allocations.bac… in YCbCrImageWithMemory()
DvkYCbCrImageWithMemory.hpp50 const std::vector<AllocationSp>& getAllocations (void) const { return m_allocations; } in getAllocations()
54 std::vector<AllocationSp> m_allocations; member in vk::YCbCrImageWithMemory
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexPacket.cpp44 for (size_t i = 0; i < m_allocations.size(); ++i) in ~VertexPacketAllocator()
45 delete [] m_allocations[i]; in ~VertexPacketAllocator()
46 m_allocations.clear(); in ~VertexPacketAllocator()
67 m_allocations.push_back(ptr); // throws bad_alloc in allocArray()
DrrVertexPacket.hpp110 std::vector<deInt8*> m_allocations; member in rr::VertexPacketAllocator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp396 m_allocations.emplace_back(allocation.release()); in BufferWithMemory()
425 m_allocations.emplace_back(allocation.release()); in BufferWithMemory()
437 return m_allocations[0]->getHostPtr(); in getHostPtr()
443 ::vk::invalidateAlloc(vk, device, *m_allocations[0]); in invalidateAlloc()
449 ::vk::flushAlloc(vk, device, *m_allocations[0]); in flushAlloc()
DvktGlobalPriorityQueueUtils.hpp133 std::vector<de::SharedPtr<vk::Allocation>> m_allocations; member in vkt::synchronization::BufferWithMemory
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueUtils.cpp396 m_allocations.emplace_back(allocation.release()); in BufferWithMemory()
425 m_allocations.emplace_back(allocation.release()); in BufferWithMemory()
437 return m_allocations[0]->getHostPtr(); in getHostPtr()
443 ::vk::invalidateAlloc(vk, device, *m_allocations[0]); in invalidateAlloc()
449 ::vk::flushAlloc(vk, device, *m_allocations[0]); in flushAlloc()
DvktGlobalPriorityQueueUtils.hpp133 std::vector<de::SharedPtr<vk::Allocation>> m_allocations; member in vkt::synchronization::BufferWithMemory
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp46 m_allocations.push_back(allocation); in Image()
51 : m_allocations () in Image()
69 …alDevice, vki, createInfo, m_semaphore.get(), sparseQueue, allocator, m_allocations, format, m_ima… in SparseImage()
DvktImageTestsUtil.hpp92 AllocationsVec m_allocations; member in vkt::image::Image
DvktImageMismatchedWriteOpTests.cpp245 std::vector<de::SharedPtr<Allocation>> m_allocations; member in vkt::image::__anonba0fd8830111::ut::StorageImage2D
296 allocator, m_allocations, mapVkFormat(m_vkFormat), *m_image ); in StorageImage2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp46 m_allocations.push_back(allocation); in Image()
51 : m_allocations () in Image()
69 …alDevice, vki, createInfo, m_semaphore.get(), sparseQueue, allocator, m_allocations, format, m_ima… in SparseImage()
DvktImageTestsUtil.hpp92 AllocationsVec m_allocations; member in vkt::image::Image
DvktImageMismatchedWriteOpTests.cpp245 std::vector<de::SharedPtr<Allocation>> m_allocations; member in vkt::image::__anon3b351a030111::ut::StorageImage2D
296 allocator, m_allocations, mapVkFormat(m_vkFormat), *m_image ); in StorageImage2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp226 const vector<AllocationSp> m_allocations; member in vkt::ycbcr::__anon400e77730111::TestImage
240 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp454 vector<de::SharedPtr<Allocation> > m_allocations; member in vkt::__anon95fbc5970111::SparseRenderTargetTestInstance
481 …ice(), context.getInstanceInterface(), context.getDefaultAllocator(), m_allocations, context.getUn… in SparseRenderTargetTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp454 vector<de::SharedPtr<Allocation> > m_allocations; member in vkt::__anonf19274170111::SparseRenderTargetTestInstance
481 …ice(), context.getInstanceInterface(), context.getDefaultAllocator(), m_allocations, context.getUn… in SparseRenderTargetTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp226 const vector<AllocationSp> m_allocations; member in vkt::ycbcr::__anonfe4268f30111::TestImage
240 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp180 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
DvktTextureTestUtil.cpp434 m_allocations, in updateTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp180 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
DvktTextureTestUtil.cpp434 m_allocations, in updateTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp662 std::vector< de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::sr::ShaderRenderCaseInstance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.hpp662 std::vector< de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::sr::ShaderRenderCaseInstance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp570 std::vector<de::SharedPtr<Allocation> > m_allocations; member in vkt::pipeline::__anonf9e0c3cd0111::MultisampleRenderer
3447 …lorImageParams, *m_bindSemaphore, context.getSparseQueue(), memAlloc, m_allocations, mapVkFormat(m… in initialize()

12