Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/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
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp391 vector<de::SharedPtr<Allocation> > m_allocations; member in vkt::__anon18092e240111::SparseRenderTargetTestInstance
419 …ice(), context.getInstanceInterface(), context.getDefaultAllocator(), m_allocations, context.getUn… in SparseRenderTargetTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp218 const vector<AllocationSp> m_allocations; member in vkt::ycbcr::__anona65b50400111::TestImage
232 , m_allocations (allocateAndBindImageMemory(vkd, device, allocator, *m_image, format, createFlags)) in TestImage()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp169 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
DvktTextureTestUtil.cpp419 m_allocations, in updateTextureData()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp649 std::vector< de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::sr::ShaderRenderCaseInstance
DvktShaderRender.cpp1248 … imageCreateInfo, *imageMemoryBindSemaphore, sparseQueue, m_memAlloc, m_allocations, texFormat, sp… in uploadSparseImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp470 std::vector<de::SharedPtr<Allocation> > m_allocations; member in vkt::pipeline::__anon0ddcd27a0111::MultisampleRenderer
2521 …lorImageParams, *m_bindSemaphore, context.getSparseQueue(), memAlloc, m_allocations, mapVkFormat(m… in initialize()