/third_party/boost/boost/gil/ |
D | image.hpp | 63 _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in), _allocated_bytes( 0 ) {} in image() 68 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image() 76 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image() 85 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image() 94 … const Alloc alloc_in = Alloc()) : _memory(nullptr), _align_in_bytes(alignment), _alloc(alloc_in) in image() 100 …image(const image& img) : _memory(nullptr), _align_in_bytes(img._align_in_bytes), _alloc(img._allo… in image() 107 …image(const image<P2,IP2,Alloc2>& img) : _memory(nullptr), _align_in_bytes(img._align_in_bytes), _… in image() 116 _memory(img._memory), in image() 122 img._memory = nullptr; in image() 166 lhs._memory = boost::exchange(rhs._memory, nullptr); in exchange_memory() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_wsi.c | 39 VkDeviceMemory _memory) in anv_wsi_signal_semaphore_for_memory() argument 43 ANV_FROM_HANDLE(anv_device_memory, memory, _memory); in anv_wsi_signal_semaphore_for_memory() 60 VkDeviceMemory _memory) in anv_wsi_signal_fence_for_memory() argument 64 ANV_FROM_HANDLE(anv_device_memory, memory, _memory); in anv_wsi_signal_fence_for_memory()
|
D | anv_device.c | 3970 VkDeviceMemory _memory, in anv_MapMemory() argument 3977 ANV_FROM_HANDLE(anv_device_memory, mem, _memory); in anv_MapMemory() 4042 VkDeviceMemory _memory) in anv_UnmapMemory() argument 4045 ANV_FROM_HANDLE(anv_device_memory, mem, _memory); in anv_UnmapMemory()
|
/third_party/node/lib/ |
D | repl.js | 879 ReflectApply(_memory, self, [cmd]); 913 ReflectApply(_memory, self, [cmd]); 1616 _memory, argument 1623 function _memory(cmd) { function
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 1196 VkDeviceMemory _memory, in panvk_MapMemory() argument 1203 VK_FROM_HANDLE(panvk_device_memory, mem, _memory); in panvk_MapMemory() 1224 panvk_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in panvk_UnmapMemory() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_device.c | 2181 VkDeviceMemory _memory, in v3dv_MapMemory() argument 2188 V3DV_FROM_HANDLE(v3dv_device_memory, mem, _memory); in v3dv_MapMemory() 2212 VkDeviceMemory _memory) in v3dv_UnmapMemory() argument 2215 V3DV_FROM_HANDLE(v3dv_device_memory, mem, _memory); in v3dv_UnmapMemory()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1766 VkDeviceMemory _memory, in lvp_MapMemory() argument 1773 LVP_FROM_HANDLE(lvp_device_memory, mem, _memory); in lvp_MapMemory() 1788 VkDeviceMemory _memory) in lvp_UnmapMemory() argument 1791 LVP_FROM_HANDLE(lvp_device_memory, mem, _memory); in lvp_UnmapMemory()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1959 VkDeviceMemory _memory, in tu_MapMemory() argument 1966 TU_FROM_HANDLE(tu_device_memory, mem, _memory); in tu_MapMemory() 1985 tu_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in tu_UnmapMemory() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 5454 radv_MapMemory(VkDevice _device, VkDeviceMemory _memory, VkDeviceSize offset, VkDeviceSize size, in radv_MapMemory() argument 5458 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_MapMemory() 5479 radv_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in radv_UnmapMemory() argument 5482 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_UnmapMemory()
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 4 .. _memory:
|
/third_party/python/Doc/library/ |
D | logging.handlers.rst | 865 .. _memory-handler:
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 302 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
|
/third_party/libjpeg-turbo/ |
D | ChangeLog.md | 485 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 694 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 2515 …t/6fbad8baa4)] - **src**: configure v8 isolate with uv\_get\_constrained\_memory (Kelvin Jin) [#27… 3939 …e/commit/8bc7d2a5be)] - **src**: fix data type when using uv\_get\_total\_memory() (gengjiawen) [#…
|
D | CHANGELOG_V11.md | 507 …m/nodejs/node/commit/1a0004d08e)] - **repl**: eliminate var in function \_memory (gengjiawen) [#26…
|
D | CHANGELOG_V10.md | 613 …m/nodejs/node/commit/ef767a28b2)] - **repl**: eliminate var in function \_memory (gengjiawen) [#26…
|