/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/ |
D | sys.rs | 48 memory_requirements: MemoryRequirements, field 284 let mut memory_requirements = Self::get_memory_requirements(&device, handle); in from_handle() localVariable 412 let memory_requirements = &self.memory_requirements; in validate_bind_memory() localVariable 571 pub fn memory_requirements(&self) -> &MemoryRequirements { in memory_requirements() method
|
D | mod.rs | 476 pub fn memory_requirements(&self) -> &MemoryRequirements { in memory_requirements() method
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Resource.cpp | 174 VkMemoryRequirements memory_requirements; in get_memory_requirements() local 505 VkMemoryRequirements memory_requirements; in get_memory_requirements() local 625 const VkMemoryRequirements& memory_requirements, in create_allocation()
|
H A D | Resource.h | 60 VkMemoryRequirements memory_requirements; member
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.cpp | 519 VkMemoryRequirements Buffer::memory_requirements() const { in memory_requirements() function in vk_testing::Buffer 566 VkMemoryRequirements Image::memory_requirements() const { in memory_requirements() function in vk_testing::Image 618 VkMemoryRequirements2 AccelerationStructure::memory_requirements() const { in memory_requirements() function in vk_testing::AccelerationStructure
|
H A D | layer_validation_tests.cpp | 1198 VkMemoryRequirements memory_requirements; in VkBufferTest() local
|
H A D | vklayertests_command.cpp | 4413 VkMemoryRequirements memory_requirements; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/ |
D | sys.rs | 80 memory_requirements: SmallVec<[MemoryRequirements; 3]>, field 1050 let memory_requirements = if needs_destruction { in from_handle_with_destruction() localVariable 1640 pub fn memory_requirements(&self) -> &[MemoryRequirements] { in memory_requirements() method 2134 pub fn memory_requirements(&self) -> &[MemoryRequirements] { in memory_requirements() method
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/ |
H A D | Buffer.cpp | 145 VkMemoryRequirements memory_requirements; in get_memory_requirements() local
|
H A D | Allocator.cpp | 69 const VkMemoryRequirements& memory_requirements, in create_allocation()
|
H A D | Image.cpp | 323 VkMemoryRequirements memory_requirements; in get_memory_requirements() local
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | vulkano_gralloc.rs | 273 let memory_requirements = raw_image.memory_requirements()[0]; in create_image() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 23516 pub memory_requirements: MemoryRequirements, field 23558 pub fn memory_requirements(mut self, memory_requirements: MemoryRequirements) -> Self { in memory_requirements() method 23590 pub memory_requirements: SparseImageMemoryRequirements, field 23631 pub fn memory_requirements( in memory_requirements() method 56387 pub memory_requirements: MemoryRequirements, field 56434 pub fn memory_requirements(mut self, memory_requirements: MemoryRequirements) -> Self { in memory_requirements() method
|