Home
last modified time | relevance | path

Searched refs:mMemoryPropertyFlags (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1947 mMemoryPropertyFlags(0) in DynamicBuffer()
1960 mMemoryPropertyFlags(other.mMemoryPropertyFlags), in DynamicBuffer()
1987 mMemoryPropertyFlags = memoryPropertyFlags; in initWithFlags()
2038 return mBuffer->init(contextVk, createInfo, mMemoryPropertyFlags); in allocateNewBuffer()
3388 : mMemoryPropertyFlags{}, in BufferHelper()
3554 allocator.getMemoryTypeProperties(memoryTypeIndex, &mMemoryPropertyFlags); in init()
3562 if ((mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) == 0 && in init()
3567 else if ((mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0) in init()
3573 kNonZeroInitValue, mMemoryPropertyFlags)); in init()
3605 &mMemoryPropertyFlags, mMemory.getExternalMemoryObject())); in initExternal()
[all …]
Dvk_helpers.h161 return (mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) != 0; in isCoherent()
179 VkMemoryPropertyFlags mMemoryPropertyFlags; variable
875 return (mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0; in isHostVisible()
879 return (mMemoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) != 0; in isCoherent()
945 VkMemoryPropertyFlags mMemoryPropertyFlags; variable