Searched refs:preferredFlags (Results 1 – 4 of 4) sorted by relevance
194 const VkMemoryPropertyFlags preferredFlags = memoryPropertyFlags; in CreateBufferImpl() local206 AllocateMemory(requiredFlags, preferredFlags); in CreateBufferImpl()315 …locateMemory(const VkMemoryPropertyFlags requiredFlags, const VkMemoryPropertyFlags preferredFlags) in AllocateMemory() argument357 preferredFlags, // preferredFlags in AllocateMemory()370 plat_.memory = GetPlatMemory(mem_.allocationInfo, preferredFlags); in AllocateMemory()
406 allocationCreateInfo.preferredFlags = (VkMemoryPropertyFlags)buf.memoryPropertyFlags; in CreatePoolForBuffers()407 allocationCreateInfo.requiredFlags = allocationCreateInfo.preferredFlags; in CreatePoolForBuffers()408 if (allocationCreateInfo.preferredFlags == in CreatePoolForBuffers()457 allocationCreateInfo.preferredFlags = (VkMemoryPropertyFlags)img.memoryPropertyFlags; in CreatePoolForImages()458 allocationCreateInfo.requiredFlags = allocationCreateInfo.preferredFlags; in CreatePoolForImages()
56 …ocateMemory(const VkMemoryPropertyFlags requiredFlags, const VkMemoryPropertyFlags preferredFlags);
307 const VkMemoryPropertyFlags preferredFlags = memoryPropertyFlags; in CreateVkImage() local322 preferredFlags, // preferredFlags in CreateVkImage()335 plat_.memory = GetPlatMemory(mem_.allocationInfo, preferredFlags); in CreateVkImage()