/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 396 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()
|
D | vktGlobalPriorityQueueUtils.hpp | 133 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/ |
D | vktGlobalPriorityQueueUtils.cpp | 396 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()
|
D | vktGlobalPriorityQueueUtils.hpp | 133 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/ |
D | vktImageTestsUtil.cpp | 46 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()
|
D | vktImageTestsUtil.hpp | 92 AllocationsVec m_allocations; member in vkt::image::Image
|
D | vktImageMismatchedWriteOpTests.cpp | 245 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/ |
D | vktImageTestsUtil.cpp | 46 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()
|
D | vktImageTestsUtil.hpp | 92 AllocationsVec m_allocations; member in vkt::image::Image
|
D | vktImageMismatchedWriteOpTests.cpp | 245 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/ |
D | vktYCbCrImageQueryTests.cpp | 226 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/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 454 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/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 454 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/ |
D | vktYCbCrImageQueryTests.cpp | 226 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/ |
D | vktTextureTestUtil.hpp | 180 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
|
D | vktTextureTestUtil.cpp | 434 m_allocations, in updateTextureData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 180 std::vector<de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::texture::util::TextureBinding
|
D | vktTextureTestUtil.cpp | 434 m_allocations, in updateTextureData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 662 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/ |
D | vktShaderRender.hpp | 662 std::vector< de::SharedPtr<vk::Allocation> > m_allocations; member in vkt::sr::ShaderRenderCaseInstance
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 570 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()
|