Searched refs:MemoryProperties (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 82 const vk::MemoryProperties &memoryProperties, in FindAndAllocateCompatibleMemory() 130 const vk::MemoryProperties &memoryProperties = context->getRenderer()->getMemoryProperties(); in AllocateAndBindBufferOrImageMemory() 345 MemoryProperties::MemoryProperties() : mMemoryProperties{} {} in MemoryProperties() function in rx::vk::MemoryProperties 347 void MemoryProperties::init(VkPhysicalDevice physicalDevice) in init() 354 void MemoryProperties::destroy() in destroy() 359 bool MemoryProperties::hasLazilyAllocatedMemory() const in hasLazilyAllocatedMemory() 372 angle::Result MemoryProperties::findCompatibleMemoryIndex( in findCompatibleMemoryIndex()
|
D | RendererVk.h | 181 const vk::MemoryProperties &getMemoryProperties() const { return mMemoryProperties; } in getMemoryProperties() 492 vk::MemoryProperties mMemoryProperties;
|
D | vk_helpers.h | 1470 const MemoryProperties &memoryProperties, 1474 const MemoryProperties &memoryProperties, 1525 const MemoryProperties &memoryProperties, 1536 const MemoryProperties &memoryProperties, 1548 const MemoryProperties &memoryProperties,
|
D | vk_utils.h | 334 class MemoryProperties final : angle::NonCopyable 337 MemoryProperties();
|
D | vk_helpers.cpp | 4322 const MemoryProperties &memoryProperties, in initMemory() 4349 const MemoryProperties &memoryProperties, in initExternalMemory() 4566 const MemoryProperties &memoryProperties, in init2DStaging() 4580 const MemoryProperties &memoryProperties, in initStaging() 4641 const MemoryProperties &memoryProperties, in initImplicitMultisampledRenderToTexture()
|