Home
last modified time | relevance | path

Searched defs:DeviceMemory (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs53 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 Ddevice_memory.h125 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 Drng.h30 class DeviceMemory; variable
H A Dfft.h56 class DeviceMemory; variable
H A Dkernel.h89 class DeviceMemory; variable
H A Dblas.h63 class DeviceMemory; variable
H A Dstream.h62 class DeviceMemory; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/android/
H A Dvk_android_utils.h18 class DeviceMemory; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
H A Dgpu_rng.h30 class DeviceMemory; variable
H A Dgpu_helpers.h34 class DeviceMemory; variable
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/vulkano_gralloc/sys/
H A Dwindows.rs42 ) -> RutabagaResult<DeviceMemory> { in import_memory()
H A Dlinux.rs46 ) -> RutabagaResult<DeviceMemory> { in import_memory()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs986 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 DvktMemoryAddressBindingTests.cpp260 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 &params) in create()
H A DvktMemoryDeviceMemoryReportTests.cpp237 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 &params) in create()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp25 class DeviceMemory class
H A DVkDeviceMemory.cpp144 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 DvktApiObjectManagementTests.cpp885 struct DeviceMemory struct
887 typedef VkDeviceMemory Type;
889 struct Parameters
900 struct Resources
907 static uint32_t getMaxConcurrent(Context &context, const Parameters &params) in getMaxConcurrent()
917 …ic Move<VkDeviceMemory> create(const Environment &env, const Resources &, const Parameters &params) in create()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestCompliance.cpp186 TEST_F(ComplianceTest, DeviceMemory) { in TEST_F() argument
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp777 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/
Dsuballocator.rs351 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/
Dfeatures.rs1504 _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 Dvulkan_handles.hpp7133 class DeviceMemory class
7144 DeviceMemory() VULKAN_HPP_NOEXCEPT{}; // = default - try to workaround a compiler issue in DeviceMemory() function in VULKAN_HPP_NAMESPACE::DeviceMemory
7152DeviceMemory( 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/
Dvulkansc_handles.hpp2898 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 Dvktestbinding.h58 class DeviceMemory; variable

123