/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 | 1226 VkDeviceMemory _memory, in panvk_MapMemory() argument 1233 VK_FROM_HANDLE(panvk_device_memory, mem, _memory); in panvk_MapMemory() 1254 panvk_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in panvk_UnmapMemory() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 1905 VkDeviceMemory _memory, in pvr_MapMemory() argument 1912 PVR_FROM_HANDLE(pvr_device_memory, mem, _memory); in pvr_MapMemory() 1950 void pvr_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in pvr_UnmapMemory() argument 1953 PVR_FROM_HANDLE(pvr_device_memory, mem, _memory); in pvr_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/broadcom/vulkan/ |
D | v3dv_device.c | 2389 VkDeviceMemory _memory, in v3dv_MapMemory() argument 2396 V3DV_FROM_HANDLE(v3dv_device_memory, mem, _memory); in v3dv_MapMemory() 2420 VkDeviceMemory _memory) in v3dv_UnmapMemory() argument 2423 V3DV_FROM_HANDLE(v3dv_device_memory, mem, _memory); in v3dv_UnmapMemory()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | formats.txt | 2202 * pname:drmFormatModifierPlaneCount is the number of _memory planes_ in 2204 An image's _memory planecount_ is distinct from its _format planecount_, 2216 An image's _memory planecount_ (as returned by 2221 `VK_IMAGE_ASPECT_MEMORY_PLANE__{ibit}__BIT_EXT` represents a _memory plane_ 2237 An image's set of _memory planes_ is an ordered partition of the image's 2239 Each _memory plane_ is a contiguous range of memory. 2240 The union of an image's _memory planes_ is not necessarily contiguous. 2243 the same for _memory planes_ and for _format planes_. 2252 of the image's *memory* into _memory planes_ is implementation-specific and 2265 image's content in 3 adjacent _memory planes_ where each _memory plane_ [all …]
|
D | formats.adoc | 2137 * pname:drmFormatModifierPlaneCount is the number of _memory planes_ in 2139 An image's _memory planecount_ is distinct from its _format planecount_, 2151 An image's _memory planecount_ (as returned by 2156 `VK_IMAGE_ASPECT_MEMORY_PLANE__{ibit}__BIT_EXT` represents a _memory plane_ 2172 An image's set of _memory planes_ is an ordered partition of the image's 2174 Each _memory plane_ is a contiguous range of memory. 2175 The union of an image's _memory planes_ is not necessarily contiguous. 2178 the same for _memory planes_ and for _format planes_. 2187 of the image's *memory* into _memory planes_ is implementation-specific and 2200 image's content in 3 adjacent _memory planes_ where each _memory plane_ [all …]
|
D | resources.txt | 2016 * pname:drmFormatModifierPlaneCount is the number of _memory planes_ in 2020 slink:VkSubresourceLayout structures describing the image's _memory 2024 image's etext:i^th^ _memory plane_ (that is, 2421 fname:vkGetImageSubresourceLayout describes one _memory plane_ of the image. 2638 address of the _memory plane_. 4139 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT specifies _memory plane_ 0. 4140 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT specifies _memory plane_ 1. 4141 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT specifies _memory plane_ 2. 4142 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT specifies _memory plane_ 3. 6320 must: be a single valid _memory plane_ for the image (that is, [all …]
|
D | resources.adoc | 2253 * pname:drmFormatModifierPlaneCount is the number of _memory planes_ in 2257 slink:VkSubresourceLayout structures describing the image's _memory 2261 image's etext:i^th^ _memory plane_ (that is, 2920 fname:vkGetImageSubresourceLayout describes one _memory plane_ of the image. 3082 address of the _memory plane_. 4787 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT specifies _memory plane_ 0. 4788 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_1_BIT_EXT specifies _memory plane_ 1. 4789 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_2_BIT_EXT specifies _memory plane_ 2. 4790 * ename:VK_IMAGE_ASPECT_MEMORY_PLANE_3_BIT_EXT specifies _memory plane_ 3. 7476 must: be a single valid _memory plane_ for the image (that is, [all …]
|
D | memory.txt | 475 slink:VkMemoryType structures describing the _memory types_ that can: be 481 slink:VkMemoryHeap structures describing the _memory heaps_ from which 485 _memory heaps_ as well as a number of _memory types_ that can: be used to
|
D | memory.adoc | 475 slink:VkMemoryType structures describing the _memory types_ that can: be 481 slink:VkMemoryHeap structures describing the _memory heaps_ from which 485 _memory heaps_ as well as a number of _memory types_ that can: be used to
|
D | synchronization.txt | 52 _memory dependencies_ between two sets of operations defined by the 128 A _memory dependency_ is an execution dependency which includes availability
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2380 VkDeviceMemory _memory, in dzn_MapMemory() argument 2387 VK_FROM_HANDLE(dzn_device_memory, mem, _memory); in dzn_MapMemory() 2425 VkDeviceMemory _memory) in dzn_UnmapMemory() argument 2427 VK_FROM_HANDLE(dzn_device_memory, mem, _memory); in dzn_UnmapMemory()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | memorymodel.txt | 31 A _memory location_ identifies unique storage for 8 bits of data. 286 Atomics and some synchronization operations include _memory semantics_, 436 are _memory barrier_ instructions in SPIR-V. 649 Availability state is per _memory domain_. 721 _Availability operations_, _visibility operations_, and _memory domain
|
D | memorymodel.adoc | 31 A _memory location_ identifies unique storage for 8 bits of data. 286 Atomics and some synchronization operations include _memory semantics_, 436 are _memory barrier_ instructions in SPIR-V. 649 Availability state is per _memory domain_. 721 _Availability operations_, _visibility operations_, and _memory domain
|
D | VK_EXT_image_drm_format_modifier.txt | 169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
|
D | VK_EXT_image_drm_format_modifier.adoc | 169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 2374 VkDeviceMemory _memory, in tu_MapMemory() argument 2381 TU_FROM_HANDLE(tu_device_memory, mem, _memory); in tu_MapMemory() 2400 tu_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in tu_UnmapMemory() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 4143 VkDeviceMemory _memory, in anv_MapMemory() argument 4150 ANV_FROM_HANDLE(anv_device_memory, mem, _memory); in anv_MapMemory() 4224 VkDeviceMemory _memory) in anv_UnmapMemory() argument 4227 ANV_FROM_HANDLE(anv_device_memory, mem, _memory); in anv_UnmapMemory()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 5658 radv_MapMemory(VkDevice _device, VkDeviceMemory _memory, VkDeviceSize offset, VkDeviceSize size, in radv_MapMemory() argument 5662 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_MapMemory() 5678 radv_UnmapMemory(VkDevice _device, VkDeviceMemory _memory) in radv_UnmapMemory() argument 5681 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/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/libjpeg-turbo/ |
D | ChangeLog.md | 814 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
|