Home
last modified time | relevance | path

Searched refs:DeviceMemory (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/containers/src/
H A Ddevice_memory.cpp55 pcl::gpu::DeviceMemory::DeviceMemory() { throw_nogpu(); } in DeviceMemory() function in pcl::gpu::DeviceMemory
61 pcl::gpu::DeviceMemory::~DeviceMemory() { throw_nogpu(); } in ~DeviceMemory()
63 pcl::gpu::DeviceMemory::DeviceMemory(const DeviceMemory&) { throw_nogpu(); } in DeviceMemory() function in pcl::gpu::DeviceMemory
67 pcl::gpu::DeviceMemory::operator=(const pcl::gpu::DeviceMemory&) in operator =() argument
82 pcl::gpu::DeviceMemory::copyTo(DeviceMemory&) const in copyTo()
192 pcl::gpu::DeviceMemory::DeviceMemory() in DeviceMemory() function in pcl::gpu::DeviceMemory
200 pcl::gpu::DeviceMemory::DeviceMemory(std::size_t sizeBtes_arg) in DeviceMemory() function in pcl::gpu::DeviceMemory
206 pcl::gpu::DeviceMemory::~DeviceMemory() { release(); } in ~DeviceMemory()
208 pcl::gpu::DeviceMemory::DeviceMemory(const DeviceMemory& other_arg) in DeviceMemory() function in pcl::gpu::DeviceMemory
253 pcl::gpu::DeviceMemory::copyTo(DeviceMemory& other) const in copyTo()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/containers/include/pcl/gpu/containers/
H A Ddevice_memory.h52 class PCL_EXPORTS DeviceMemory {
55 DeviceMemory();
58 ~DeviceMemory();
63 DeviceMemory(std::size_t sizeBytes_arg);
70 DeviceMemory(void* ptr_arg, std::size_t sizeBytes_arg);
73 DeviceMemory(const DeviceMemory& other_arg);
76 DeviceMemory&
77 operator=(const DeviceMemory& other_arg);
95 copyTo(DeviceMemory& other) const;
139 swap(DeviceMemory& other_arg);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp100 class ExternalMemoryHost : public vk::DeviceMemory::ExternalBase
222 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, void *mem, Device *pDevice) in DeviceMemory() function in vk::DeviceMemory
236 void DeviceMemory::destroy(const VkAllocationCallbacks *pAllocator) in destroy()
254 VkResult DeviceMemory::allocate() in allocate()
276 VkDeviceSize DeviceMemory::getCommittedMemoryInBytes() const in getCommittedMemoryInBytes()
281 void *DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) const in getOffsetPointer()
287 bool DeviceMemory::checkExternalMemoryHandleType( in checkExternalMemoryHandleType()
309 bool DeviceMemory::hasExternalImageProperties() const in hasExternalImageProperties()
314 int DeviceMemory::externalImageRowPitchBytes() const in externalImageRowPitchBytes()
327 VkResult DeviceMemory::exportFd(int *pFd) const in exportFd()
[all …]
H A DVkDeviceMemory.hpp25 class DeviceMemory : public Object<DeviceMemory, VkDeviceMemory> class
28 DeviceMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, Device *pDevice);
71 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast()
73 return DeviceMemory::Cast(object); in Cast()
H A DVkBuffer.hpp22 class DeviceMemory;
33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
42 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp24 class DeviceMemory::ExternalBase
94 class DeviceMemoryHostExternalBase : public DeviceMemory::ExternalBase
134 class ExternalMemoryHost : public vk::DeviceMemory::ExternalBase
246 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, void *mem) in DeviceMemory() function in vk::DeviceMemory
258 void DeviceMemory::destroy(const VkAllocationCallbacks *pAllocator) in destroy()
276 VkResult DeviceMemory::allocate() in allocate()
298 VkDeviceSize DeviceMemory::getCommittedMemoryInBytes() const in getCommittedMemoryInBytes()
303 void *DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) const in getOffsetPointer()
310 bool DeviceMemory::checkExternalMemoryHandleType( in checkExternalMemoryHandleType()
333 VkResult DeviceMemory::exportFd(int *pFd) const in exportFd()
[all …]
H A DVkDeviceMemory.hpp23 class DeviceMemory : public Object<DeviceMemory, VkDeviceMemory> class
26 DeviceMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem);
61 static inline DeviceMemory *Cast(VkDeviceMemory object) in Cast()
63 return DeviceMemory::Cast(object); in Cast()
H A DVkBuffer.hpp22 class DeviceMemory;
33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
42 bool canBindToMemory(DeviceMemory *pDeviceMemory) const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/containers/include/pcl/gpu/containers/impl/
H A Ddevice_array.hpp56 : DeviceMemory(ptr, size * elem_size) in DeviceArray()
67 DeviceMemory::operator=(other); in operator =()
75 DeviceMemory::create(size * elem_size); in create()
82 DeviceMemory::release(); in release()
89 DeviceMemory::copyTo(other); in copyTo()
96 DeviceMemory::upload(host_ptr, size * elem_size); in upload()
107 return DeviceMemory::upload(host_ptr, begin_byte_offset, num_bytes); in upload()
114 DeviceMemory::download(host_ptr); in download()
132 DeviceMemory::swap(other_arg); in swap()
158 return DeviceMemory::ptr<T>(); in ptr()
[all …]
H A Ddevice_memory.hpp47 DeviceMemory::ptr() in ptr()
54 DeviceMemory::ptr() const in ptr()
60 inline DeviceMemory::operator PtrSz<U>() const in operator PtrSz<U>()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/
H A Ddevice_memory.cpp9 DeviceMemory::DeviceMemory() : buffer{DramMemoryMap::Size} {} in DeviceMemory() function in Core::DeviceMemory
10 DeviceMemory::~DeviceMemory() = default;
H A Ddevice_memory.h24 class DeviceMemory : NonCopyable {
26 explicit DeviceMemory();
27 ~DeviceMemory();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/parallel-libs/acxxel/tests/
H A Dacxxel_test.cpp138 TEST_P(AcxxelTest, DeviceMemory) { in TEST_P() argument
140 acxxel::Expected<acxxel::DeviceMemory<int>> MaybeMemory = in TEST_P()
145 acxxel::DeviceMemory<int> &MemoryRef = MaybeMemory.getValue(); in TEST_P()
156 const acxxel::DeviceMemory<int> &ConstMemoryRef = MaybeMemory.getValue(); in TEST_P()
172 acxxel::DeviceMemory<int> X = in TEST_P()
186 acxxel::DeviceMemory<int> X = in TEST_P()
188 acxxel::DeviceMemory<int> Y = in TEST_P()
202 acxxel::DeviceMemory<int> X = in TEST_P()
220 acxxel::DeviceMemory<uint32_t> X = in TEST_P()
289 acxxel::DeviceMemory<int> X = in TEST_P()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/kernel/
H A Dshared_memory.h24 explicit SharedMemory(KernelCore& kernel, Core::DeviceMemory& device_memory);
28 KernelCore& kernel, Core::DeviceMemory& device_memory, Process* owner_process,
75 Core::DeviceMemory& device_memory;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/WSI/
H A DVkSurfaceKHR.hpp34 class DeviceMemory;
47 DeviceMemory *getImageMemory() const { return imageMemory; } in getImageMemory()
54 DeviceMemory *imageMemory = nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/WSI/
H A DVkSurfaceKHR.hpp34 class DeviceMemory;
47 DeviceMemory *getImageMemory() const { return imageMemory; } in getImageMemory()
54 DeviceMemory *imageMemory = nullptr;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/parallel-libs/acxxel/
H A Dacxxel.h133 template <typename T> class DeviceMemory; variable
484 Expected<DeviceMemory<T>> mallocD(ptrdiff_t ElementCount,
1009 template <typename ElementType> class DeviceMemory {
1015 DeviceMemory(const DeviceMemory &) = delete;
1016 DeviceMemory &operator=(const DeviceMemory &) = delete;
1017 DeviceMemory(DeviceMemory &&) noexcept;
1018 DeviceMemory &operator=(DeviceMemory &&) noexcept;
1019 ~DeviceMemory() = default;
1066 DeviceMemory<T>::DeviceMemory(DeviceMemory &&) noexcept = default;
1068 DeviceMemory<T> &DeviceMemory<T>::operator=(DeviceMemory &&) noexcept = default;
[all …]

123456789