Home
last modified time | relevance | path

Searched refs:deviceMemory (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp75 vkFreeMemory(device, info.deviceMemory, nullptr);
157 range.memory = buffers_[buf_].deviceMemory;
189 _assert_(slab.deviceMemory);
224 *deviceMemory = slab.deviceMemory;
240 *deviceMemory = slab.deviceMemory;
310 if (slab.deviceMemory != deviceMemory) {
333 if (slab.deviceMemory != deviceMemory) {
364 VkDeviceMemory deviceMemory = userdata->deviceMemory;
371 if (slab.deviceMemory != deviceMemory) {
421 VkDeviceMemory deviceMemory;
[all …]
H A DVulkanMemory.h23 VkDeviceMemory deviceMemory; member
153 size_t Allocate(const VkMemoryRequirements &reqs, VkDeviceMemory *deviceMemory, const char *tag);
156 void Free(VkDeviceMemory deviceMemory, size_t offset);
158 inline void Touch(VkDeviceMemory deviceMemory, size_t offset) { in Touch() argument
160 DoTouch(deviceMemory, offset); in Touch()
187 VkDeviceMemory deviceMemory; member
202 : allocator(a), deviceMemory(d), offset(o) { in FreeInfo()
206 VkDeviceMemory deviceMemory; member
218 void DoTouch(VkDeviceMemory deviceMemory, size_t offset);
H A DVulkanContext.h81 …ory(VkDeviceMemory &deviceMemory) { _dbg_assert_(deviceMemory != VK_NULL_HANDLE); deviceMemory_.pu… in QueueDeleteDeviceMemory() argument
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp75 vkFreeMemory(device, info.deviceMemory, nullptr); in AddBuffer()
157 range.memory = buffers_[buf_].deviceMemory; in Unmap()
189 _assert_(slab.deviceMemory); in Destroy()
224 *deviceMemory = slab.deviceMemory; in Allocate()
240 *deviceMemory = slab.deviceMemory; in Allocate()
310 if (slab.deviceMemory != deviceMemory) { in DoTouch()
333 if (slab.deviceMemory != deviceMemory) { in Free()
364 VkDeviceMemory deviceMemory = userdata->deviceMemory; in ExecuteFree() local
371 if (slab.deviceMemory != deviceMemory) { in ExecuteFree()
421 VkDeviceMemory deviceMemory; in AllocateSlab() local
[all …]
H A DVulkanMemory.h23 VkDeviceMemory deviceMemory; member
153 size_t Allocate(const VkMemoryRequirements &reqs, VkDeviceMemory *deviceMemory, const char *tag);
156 void Free(VkDeviceMemory deviceMemory, size_t offset);
158 inline void Touch(VkDeviceMemory deviceMemory, size_t offset) { in Touch() argument
160 DoTouch(deviceMemory, offset); in Touch()
187 VkDeviceMemory deviceMemory; member
202 : allocator(a), deviceMemory(d), offset(o) { in FreeInfo()
206 VkDeviceMemory deviceMemory; member
218 void DoTouch(VkDeviceMemory deviceMemory, size_t offset);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.cpp75 vkFreeMemory(device, info.deviceMemory, nullptr); in AddBuffer()
157 range.memory = buffers_[buf_].deviceMemory; in Unmap()
189 _assert_(slab.deviceMemory); in Destroy()
224 *deviceMemory = slab.deviceMemory; in Allocate()
240 *deviceMemory = slab.deviceMemory; in Allocate()
310 if (slab.deviceMemory != deviceMemory) { in DoTouch()
333 if (slab.deviceMemory != deviceMemory) { in Free()
364 VkDeviceMemory deviceMemory = userdata->deviceMemory; in ExecuteFree() local
371 if (slab.deviceMemory != deviceMemory) { in ExecuteFree()
421 VkDeviceMemory deviceMemory; in AllocateSlab() local
[all …]
H A DVulkanMemory.h23 VkDeviceMemory deviceMemory; member
153 size_t Allocate(const VkMemoryRequirements &reqs, VkDeviceMemory *deviceMemory, const char *tag);
156 void Free(VkDeviceMemory deviceMemory, size_t offset);
158 inline void Touch(VkDeviceMemory deviceMemory, size_t offset) { in Touch() argument
160 DoTouch(deviceMemory, offset); in Touch()
187 VkDeviceMemory deviceMemory; member
202 : allocator(a), deviceMemory(d), offset(o) { in FreeInfo()
206 VkDeviceMemory deviceMemory; member
218 void DoTouch(VkDeviceMemory deviceMemory, size_t offset);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp26 void *deviceMemory = vk::allocate(sizeof(std::set<VkCommandBuffer>), REQUIRED_MEMORY_ALIGNMENT, in CommandPool() local
28 ASSERT(deviceMemory); in CommandPool()
29 commandBuffers = new(deviceMemory) std::set<VkCommandBuffer>(); in CommandPool()
54 void *deviceMemory = vk::allocate(sizeof(DispatchableCommandBuffer), REQUIRED_MEMORY_ALIGNMENT, in allocateCommandBuffers() local
56 ASSERT(deviceMemory); in allocateCommandBuffers()
57 …DispatchableCommandBuffer *commandBuffer = new(deviceMemory) DispatchableCommandBuffer(device, lev… in allocateCommandBuffers()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/device-memory/
H A Didlharness.https.any.js.ini2 [Navigator interface: attribute deviceMemory]
5 [Navigator interface: navigator must inherit property "deviceMemory" with the proper type]
10 [WorkerNavigator interface: attribute deviceMemory]
13 [WorkerNavigator interface: navigator must inherit property "deviceMemory" with the proper type]
H A Ddevice-memory.https.any.js.ini2 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
7 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/device-memory/
H A Didlharness.https.any.js.ini2 [Navigator interface: attribute deviceMemory]
5 [Navigator interface: navigator must inherit property "deviceMemory" with the proper type]
10 [WorkerNavigator interface: attribute deviceMemory]
13 [WorkerNavigator interface: navigator must inherit property "deviceMemory" with the proper type]
H A Ddevice-memory.https.any.js.ini2 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
7 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/device-memory/
H A Didlharness.https.any.js.ini2 [Navigator interface: attribute deviceMemory]
5 [Navigator interface: navigator must inherit property "deviceMemory" with the proper type]
10 [WorkerNavigator interface: attribute deviceMemory]
13 [WorkerNavigator interface: navigator must inherit property "deviceMemory" with the proper type]
H A Ddevice-memory.https.any.js.ini2 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
7 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/device-memory/
H A Didlharness.https.any.js.ini2 [Navigator interface: attribute deviceMemory]
5 [Navigator interface: navigator must inherit property "deviceMemory" with the proper type]
10 [WorkerNavigator interface: attribute deviceMemory]
13 [WorkerNavigator interface: navigator must inherit property "deviceMemory" with the proper type]
H A Ddevice-memory.https.any.js.ini2 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
7 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DVulkanExternalImageTest.cpp115 VkDeviceMemory deviceMemory, in ExportMemory()
182 VkDeviceMemory deviceMemory, in ExportMemory()
233 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in RunShouldImportMemoryTest() local
264 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldImportMemoryTest()
343 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in RunShouldClearTest() local
388 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearTest()
498 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in RunTextureFormatCompatChromiumTest() local
662 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in RunShouldClearWithSemaphoresTest() local
753 vkFreeMemory(helper.getDevice(), deviceMemory, nullptr); in RunShouldClearWithSemaphoresTest()
899 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in runShouldDrawTest() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A DVulkanExternalHelper.cpp492 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in createImage2DExternal() local
493 result = vkAllocateMemory(mDevice, &memoryAllocateInfo, nullptr, &deviceMemory); in createImage2DExternal()
504 vkFreeMemory(mDevice, deviceMemory, nullptr); in createImage2DExternal()
510 *deviceMemoryOut = deviceMemory; in createImage2DExternal()
549 /* .memory = */ deviceMemory, in exportMemoryOpaqueFd()
589 /* .memory = */ deviceMemory, in exportMemoryZirconVmo()
890 VkDeviceMemory deviceMemory = VK_NULL_HANDLE; in readPixels() local
891 result = vkAllocateMemory(mDevice, &memoryAllocateInfo, nullptr, &deviceMemory); in readPixels()
987 /* .memory = */ deviceMemory, in readPixels()
999 vkUnmapMemory(mDevice, deviceMemory); in readPixels()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandPool.cpp46 void *deviceMemory = vk::allocate(sizeof(DispatchableCommandBuffer), REQUIRED_MEMORY_ALIGNMENT, in allocateCommandBuffers() local
48 ASSERT(deviceMemory); in allocateCommandBuffers()
49 …DispatchableCommandBuffer *commandBuffer = new(deviceMemory) DispatchableCommandBuffer(device, lev… in allocateCommandBuffers()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp689 writePtr_ = info.deviceMemory ? info.deviceMemory : info.localMemory;
702 if (!buffers_[buf_].deviceMemory) {
718 if (!buffers_[buf_].deviceMemory && writePtr_) {
736 if (info.flushOffset == 0 || !info.deviceMemory)
805 if (info.deviceMemory) {
841 if (!info.buffer->buffer_ || info.deviceMemory) {
846 info.deviceMemory = (uint8_t *)info.buffer->Map(strategy_);
847 mapChanged = mapChanged || info.deviceMemory != nullptr;
849 if (!info.deviceMemory && !info.localMemory) {
869 if (info.deviceMemory) {
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp689 writePtr_ = info.deviceMemory ? info.deviceMemory : info.localMemory; in Map()
702 if (!buffers_[buf_].deviceMemory) { in Unmap()
718 if (!buffers_[buf_].deviceMemory && writePtr_) { in Flush()
736 if (info.flushOffset == 0 || !info.deviceMemory) in Flush()
805 if (info.deviceMemory) { in Defragment()
841 if (!info.buffer->buffer_ || info.deviceMemory) { in MapDevice()
846 info.deviceMemory = (uint8_t *)info.buffer->Map(strategy_); in MapDevice()
847 mapChanged = mapChanged || info.deviceMemory != nullptr; in MapDevice()
849 if (!info.deviceMemory && !info.localMemory) { in MapDevice()
869 if (info.deviceMemory) { in UnmapDevice()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp689 writePtr_ = info.deviceMemory ? info.deviceMemory : info.localMemory; in Map()
702 if (!buffers_[buf_].deviceMemory) { in Unmap()
718 if (!buffers_[buf_].deviceMemory && writePtr_) { in Flush()
736 if (info.flushOffset == 0 || !info.deviceMemory) in Flush()
805 if (info.deviceMemory) { in Defragment()
841 if (!info.buffer->buffer_ || info.deviceMemory) { in MapDevice()
846 info.deviceMemory = (uint8_t *)info.buffer->Map(strategy_); in MapDevice()
847 mapChanged = mapChanged || info.deviceMemory != nullptr; in MapDevice()
849 if (!info.deviceMemory && !info.localMemory) { in MapDevice()
869 if (info.deviceMemory) { in UnmapDevice()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/device-memory/
H A Ddevice-memory.https.any.js.ini2 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
7 [navigator.deviceMemory is a positive number, a power of 2, between 0.25 and 8]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Runtime/
H A DRuntimeTypes.h238 uint64_t deviceMemory = 0; member
252 void setDeviceMemory(uint64_t memSize) { deviceMemory = memSize; } in setDeviceMemory()
254 uint64_t getDeviceMemory() const { return deviceMemory; } in getDeviceMemory()
257 return deviceMemory == 0 ? defaultMemory : deviceMemory; in getDeviceMemory()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dunified_memory_manager_tests.cpp925 auto deviceMemory = clDeviceMemAllocINTEL(clContext, clDevice, nullptr, 4096u, 0u, &status); in TEST() local
927 auto svmAllocation = mockContext.getSVMAllocsManager()->getSVMAlloc(deviceMemory); in TEST()
953 status = clMemFreeINTEL(clContext, deviceMemory); in TEST()
965 auto deviceMemory = clDeviceMemAllocINTEL(clContext, clDevice, nullptr, 4096u, 0u, &status); in TEST() local
967 auto svmAllocation = mockContext.getSVMAllocsManager()->getSVMAlloc(deviceMemory); in TEST()
993 status = clMemFreeINTEL(clContext, deviceMemory); in TEST()
1200 auto svmAllocation = mockContext.getSVMAllocsManager()->getSVMAlloc(deviceMemory); in HWTEST_F()
1220 clMemFreeINTEL(&mockContext, deviceMemory); in HWTEST_F()
1228 auto svmAllocation = mockContext.getSVMAllocsManager()->getSVMAlloc(deviceMemory); in HWTEST_F()
1243 myCmdQ.enqueueReadBuffer(buffer, false, 0u, 4096u, deviceMemory, nullptr, 0u, nullptr, nullptr); in HWTEST_F()
[all …]

1234567