Home
last modified time | relevance | path

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

12

/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.c1226 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/
Dpvr_device.c1905 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/
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/broadcom/vulkan/
Dv3dv_device.c2389 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/
Dformats.txt2202 * 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 …]
Dformats.adoc2137 * 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 …]
Dresources.txt2016 * 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 …]
Dresources.adoc2253 * 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 …]
Dmemory.txt475 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
Dmemory.adoc475 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
Dsynchronization.txt52 _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/
Ddzn_device.c2380 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/
Dmemorymodel.txt31 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
Dmemorymodel.adoc31 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
DVK_EXT_image_drm_format_modifier.txt169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
DVK_EXT_image_drm_format_modifier.adoc169 <<VkSubresourceLayout,pname:rowPitch>> of each _memory plane_.
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c2374 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/
Danv_device.c4143 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/
Dradv_device.c5658 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/
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/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md694 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount
/third_party/libjpeg-turbo/
DChangeLog.md814 structure member in jpeg\_memory\_mgr, which can be set to the maximum amount

12