Searched refs:SPARSE_ALIASED (Results 1 – 4 of 4) sorted by relevance
396 result |= ash::vk::BufferCreateFlags::SPARSE_ALIASED; in from()
149 pub const SPARSE_ALIASED: Self = Self(0b100); constant204 pub const SPARSE_ALIASED: Self = Self(0b100); constant
515 (BufferCreateFlags::SPARSE_ALIASED.0, "SPARSE_ALIASED"), in fmt()2098 (ImageCreateFlags::SPARSE_ALIASED.0, "SPARSE_ALIASED"), in fmt()
327 vk_flags |= ash::vk::ImageCreateFlags::SPARSE_ALIASED in from()