Home
last modified time | relevance | path

Searched refs:_memory (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/gil/
Dimage.hpp63 _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/
Danv_wsi.c39 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()
Danv_device.c3970 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/
Drepl.js879 ReflectApply(_memory, self, [cmd]);
913 ReflectApply(_memory, self, [cmd]);
1616 _memory, argument
1623 function _memory(cmd) { function
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1196 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/
Dv3dv_device.c2181 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/
Dlvp_device.c1766 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/
Dtu_device.c1959 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/
Dradv_device.c5454 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/
Dmemory.rst4 .. _memory:
/third_party/python/Doc/library/
Dlogging.handlers.rst865 .. _memory-handler:
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md302 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
/third_party/libjpeg-turbo/
DChangeLog.md485 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md694 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2515 …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) [#…
DCHANGELOG_V11.md507 …m/nodejs/node/commit/1a0004d08e)] - **repl**: eliminate var in function \_memory (gengjiawen) [#26…
DCHANGELOG_V10.md613 …m/nodejs/node/commit/ef767a28b2)] - **repl**: eliminate var in function \_memory (gengjiawen) [#26…