Lines Matching refs:propertyFlags
459 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
463 .propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT |
469 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT |
491 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT |
512 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT |
518 .propertyFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT |
527 VkMemoryPropertyFlags props = device->memory.types[i].propertyFlags;
2740 .propertyFlags = physical_device->memory.types[i].propertyFlags,
3883 (mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) &&
3884 (mem_type->propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT))
3991 if (mem_type->propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT)
4193 (mem->type->propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT))
4254 if (mem->type->propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)
4281 if (mem->type->propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT)