Home
last modified time | relevance | path

Searched refs:memoryPropertyFlags (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp442 VkMemoryPropertyFlags memoryPropertyFlags) in InitMappableAllocation() argument
448 if ((memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) == 0) in InitMappableAllocation()
462 VkMemoryPropertyFlags memoryPropertyFlags) in InitMappableDeviceMemory() argument
471 if ((memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) == 0) in InitMappableDeviceMemory()
499 VkMemoryPropertyFlags memoryPropertyFlags, in AllocateImageMemory() argument
506 return AllocateBufferOrImageMemory(context, memoryPropertyFlags, &memoryPropertyFlagsOut, in AllocateImageMemory()
511 VkMemoryPropertyFlags memoryPropertyFlags, in AllocateImageMemoryWithRequirements() argument
518 return AllocateAndBindBufferOrImageMemory(context, memoryPropertyFlags, &memoryPropertyFlagsOut, in AllocateImageMemoryWithRequirements()
Dvk_utils.h335 VkMemoryPropertyFlags memoryPropertyFlags);
341 VkMemoryPropertyFlags memoryPropertyFlags);
352 VkMemoryPropertyFlags memoryPropertyFlags,
359 VkMemoryPropertyFlags memoryPropertyFlags,
DBufferVk.cpp243 VkMemoryPropertyFlags memoryPropertyFlags = GetPreferredMemoryType(target, usage); in setData() local
245 ANGLE_TRY(mBuffer.init(contextVk, createInfo, memoryPropertyFlags)); in setData()
Dvk_helpers.cpp1671 VkMemoryPropertyFlags memoryPropertyFlags) in init() argument
1698 (memoryPropertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT); in init()
1700 (memoryPropertyFlags & (~VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)); in init()
2296 VkMemoryPropertyFlags memoryPropertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in init2DStaging() local
2297 ANGLE_TRY(initMemory(context, memoryProperties, memoryPropertyFlags)); in init2DStaging()
Dvk_helpers.h549 VkMemoryPropertyFlags memoryPropertyFlags);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp382 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements() local
384 if (memoryPropertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in verifyMemoryRequirements()
387 …if (memoryPropertyFlags & (VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_… in verifyMemoryRequirements()
390 result.check((memoryPropertyFlags & VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT) == 0u, in verifyMemoryRequirements()
777 …const VkMemoryPropertyFlags memoryPropertyFlags = deviceMemoryProperties.memoryTypes[*memoryTypeNd… in verifyMemoryRequirements() local
779 if (memoryPropertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in verifyMemoryRequirements()
782 …if (memoryPropertyFlags & (VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_… in verifyMemoryRequirements()
785 if (memoryPropertyFlags & VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT) in verifyMemoryRequirements()