Lines Matching refs:requiredFlags
2147 VkMemoryPropertyFlags requiredFlags; member
13525 createInfo.requiredFlags, in RecordAllocateMemory()
13551 createInfo.requiredFlags, in RecordAllocateMemoryPages()
13580 createInfo.requiredFlags, in RecordAllocateMemoryForBuffer()
13609 createInfo.requiredFlags, in RecordAllocateMemoryForImage()
13756 allocCreateInfo.requiredFlags, in RecordCreateBuffer()
13791 allocCreateInfo.requiredFlags, in RecordCreateImage()
15712 uint32_t requiredFlags = pAllocationCreateInfo->requiredFlags; in vmaFindMemoryTypeIndex() local
15733 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT | VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; in vmaFindMemoryTypeIndex()
15736 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
15743 requiredFlags |= VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; in vmaFindMemoryTypeIndex()
15762 if((requiredFlags & ~currFlags) == 0) in vmaFindMemoryTypeIndex()