/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkYCbCrImageWithMemory.cpp | 45 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()
|
D | vkYCbCrImageWithMemory.hpp | 50 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/ |
D | rrVertexPacket.cpp | 44 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()
|
D | rrVertexPacket.hpp | 110 std::vector<deInt8*> m_allocations; member in rr::VertexPacketAllocator
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 391 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/ |
D | vktYCbCrImageQueryTests.cpp | 218 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/ |
D | vktTextureTestUtil.hpp | 169 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
|
D | vktTextureTestUtil.cpp | 419 m_allocations, in updateTextureData()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 649 std::vector< de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::sr::ShaderRenderCaseInstance
|
D | vktShaderRender.cpp | 1248 … imageCreateInfo, *imageMemoryBindSemaphore, sparseQueue, m_memAlloc, m_allocations, texFormat, sp… in uploadSparseImage()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 470 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()
|