/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | device_memory.rs | 53 pub struct DeviceMemory { struct 54 handle: ash::vk::DeviceMemory, argument 66 impl DeviceMemory { argument 96 handle: ash::vk::DeviceMemory, in from_handle() 724 impl Drop for DeviceMemory { implementation 735 unsafe impl VulkanObject for DeviceMemory { implementation 744 unsafe impl DeviceOwned for DeviceMemory { implementation 1215 pub fn new(memory: DeviceMemory, range: Range<DeviceSize>) -> Result<Self, MemoryMapError> { in new() 1285 pub fn unmap(self) -> DeviceMemory { in unmap() 1479 fn as_ref(&self) -> &DeviceMemory { in as_ref() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | device_memory.h | 125 DeviceMemory() : DeviceMemoryBase(nullptr, 0) {} in DeviceMemory() function 126 explicit DeviceMemory(std::nullptr_t) : DeviceMemory() {} in DeviceMemory() function 130 explicit DeviceMemory(const DeviceMemoryBase &other) in DeviceMemory() function 168 DeviceMemory(void *opaque, uint64_t size) : DeviceMemoryBase(opaque, size) {} in DeviceMemory() function
|
H A D | rng.h | 30 class DeviceMemory; variable
|
H A D | fft.h | 56 class DeviceMemory; variable
|
H A D | kernel.h | 89 class DeviceMemory; variable
|
H A D | blas.h | 63 class DeviceMemory; variable
|
H A D | stream.h | 62 class DeviceMemory; variable
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/android/ |
H A D | vk_android_utils.h | 18 class DeviceMemory; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
H A D | gpu_rng.h | 30 class DeviceMemory; variable
|
H A D | gpu_helpers.h | 34 class DeviceMemory; variable
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/ |
H A D | windows.rs | 42 ) -> RutabagaResult<DeviceMemory> { in import_memory()
|
H A D | linux.rs | 46 ) -> RutabagaResult<DeviceMemory> { in import_memory()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/ |
D | device.rs | 986 memory: vk::DeviceMemory, in free_memory() 2258 memory: vk::DeviceMemory, in map_memory() 2270 pub unsafe fn unmap_memory(&self, memory: vk::DeviceMemory) { in unmap_memory() 2613 ) -> VkResult<vk::DeviceMemory> { in allocate_memory() 2663 device_memory: vk::DeviceMemory, in bind_buffer_memory() 2675 device_memory: vk::DeviceMemory, in bind_image_memory()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 260 struct DeviceMemory struct 262 typedef VkDeviceMemory Type; 264 struct Parameters 275 struct Resources 282 …ic Move<VkDeviceMemory> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 237 struct DeviceMemory struct 239 typedef VkDeviceMemory Type; 241 struct Parameters 252 struct Resources 259 …ic Move<VkDeviceMemory> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemory.hpp | 25 class DeviceMemory class
|
H A D | VkDeviceMemory.cpp | 144 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, const DeviceMemory::ExtendedA… in DeviceMemory() function in vk::DeviceMemory
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 885 struct DeviceMemory struct 887 typedef VkDeviceMemory Type; 889 struct Parameters 900 struct Resources 907 static uint32_t getMaxConcurrent(Context &context, const Parameters ¶ms) in getMaxConcurrent() 917 …ic Move<VkDeviceMemory> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestCompliance.cpp | 186 TEST_F(ComplianceTest, DeviceMemory) { in TEST_F() argument
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 777 struct DeviceMemory { struct 778 typedef VkDeviceMemory HandleType; 779 VkDeviceSize size; 780 alignas(16) uint8_t data[0]; 782 DEFINE_OBJECT_HANDLE_CONVERSION(DeviceMemory) in DEFINE_OBJECT_HANDLE_CONVERSION() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | suballocator.rs | 351 pub fn device_memory(&self) -> &DeviceMemory { in device_memory() 400 pub fn try_unwrap(self) -> Result<DeviceMemory, Self> { in try_unwrap() 443 fn root(&self) -> Option<&Arc<DeviceMemory>> { in root()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | features.rs | 1504 _p_memory: *mut DeviceMemory, in load() 1519 _memory: DeviceMemory, in load() 1535 _memory: DeviceMemory, in load() 1552 unsafe extern "system" fn unmap_memory(_device: Device, _memory: DeviceMemory) { in load() 1607 _memory: DeviceMemory, in load() 1629 _memory: DeviceMemory, in load() 1647 _memory: DeviceMemory, in load()
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_handles.hpp | 7133 class DeviceMemory class 7144 DeviceMemory() VULKAN_HPP_NOEXCEPT{}; // = default - try to workaround a compiler issue in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory 7152 …DeviceMemory( DeviceMemory && rhs ) VULKAN_HPP_NOEXCEPT : m_deviceMemory( VULKAN_HPP_NAMESPACE::ex… in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory 7161 VULKAN_HPP_CONSTEXPR DeviceMemory( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory 7163 …VULKAN_HPP_TYPESAFE_EXPLICIT DeviceMemory( VkDeviceMemory deviceMemory ) VULKAN_HPP_NOEXCEPT : m_d… in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_handles.hpp | 2898 class DeviceMemory class 2909 VULKAN_HPP_CONSTEXPR DeviceMemory( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory 2911 VULKAN_HPP_TYPESAFE_EXPLICIT DeviceMemory( VkDeviceMemory deviceMemory ) VULKAN_HPP_NOEXCEPT in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.h | 58 class DeviceMemory; variable
|