/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.hpp | 47 DeviceMemory(const VkMemoryAllocateInfo *pCreateInfo, Device *pDevice); 52 …static VkResult Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAll… 64 static size_t ComputeRequiredAllocationSize(const VkMemoryAllocateInfo *pCreateInfo); 126 …static VkResult ParseAllocationInfo(const VkMemoryAllocateInfo *pAllocateInfo, DeviceMemory::Exten… 127 …static VkResult Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAll… 135 …DeviceMemoryInternal(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::Exten… in DeviceMemoryInternal()
|
D | VkDeviceMemory.cpp | 85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() 106 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() 135 DeviceMemory::DeviceMemory(const VkMemoryAllocateInfo *pAllocateInfo, Device *pDevice) in DeviceMemory() 157 size_t DeviceMemory::ComputeRequiredAllocationSize(const VkMemoryAllocateInfo *pAllocateInfo) in ComputeRequiredAllocationSize() 162 VkResult DeviceMemory::ParseAllocationInfo(const VkMemoryAllocateInfo *pAllocateInfo, DeviceMemory:… in ParseAllocationInfo()
|
D | VkDeviceMemoryExternalHost.hpp | 38 …explicit ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory…
|
D | VkDeviceMemoryExternalHost.cpp | 38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const De… in ExternalMemoryHost()
|
D | VkDeviceMemoryExternalLinux.hpp | 35 …explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::Devi… in OpaqueFdExternalMemory()
|
D | VkDeviceMemoryExternalAndroid.hpp | 53 …explicit AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const v…
|
D | VkDeviceMemoryExternalFuchsia.hpp | 71 …explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMem… in VmoExternalMemory()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.h | 59 const VkMemoryAllocateInfo *alloc_info, 67 const VkMemoryAllocateInfo *alloc_info, 141 UNUSED const VkMemoryAllocateInfo *alloc_info, in vn_android_device_import_ahb() 152 UNUSED const VkMemoryAllocateInfo *alloc_info, in vn_android_device_allocate_ahb()
|
D | vn_device_memory.c | 52 &(const VkMemoryAllocateInfo){ in vn_device_memory_pool_grow_alloc() 193 const VkMemoryAllocateInfo *alloc_info, in vn_device_memory_should_suballocate() 245 const VkMemoryAllocateInfo *alloc_info, in vn_device_memory_import_dma_buf() 274 const VkMemoryAllocateInfo memory_allocate_info = { in vn_device_memory_import_dma_buf() 298 const VkMemoryAllocateInfo *alloc_info, in vn_device_memory_alloc_guest_vram() 318 const VkMemoryAllocateInfo memory_allocate_info = { in vn_device_memory_alloc_guest_vram() 351 const VkMemoryAllocateInfo *alloc_info, in vn_device_memory_alloc_generic() 387 const VkMemoryAllocateInfo *alloc_info, in vn_device_memory_alloc() 404 const VkMemoryAllocateInfo *pAllocateInfo, in vn_AllocateMemory()
|
D | vn_device_memory.h | 53 const VkMemoryAllocateInfo *alloc_info,
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_device_memory.h | 342 vn_sizeof_VkMemoryAllocateInfo_self(const VkMemoryAllocateInfo *val) in vn_sizeof_VkMemoryAllocateInfo_self() 352 vn_sizeof_VkMemoryAllocateInfo(const VkMemoryAllocateInfo *val) in vn_sizeof_VkMemoryAllocateInfo() 412 vn_encode_VkMemoryAllocateInfo_self(struct vn_cs_encoder *enc, const VkMemoryAllocateInfo *val) in vn_encode_VkMemoryAllocateInfo_self() 420 vn_encode_VkMemoryAllocateInfo(struct vn_cs_encoder *enc, const VkMemoryAllocateInfo *val) in vn_encode_VkMemoryAllocateInfo() 538 static inline size_t vn_sizeof_vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAlloc… in vn_sizeof_vkAllocateMemory() 558 …encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkMemoryAllocateInfo* pAllocateI… in vn_encode_vkAllocateMemory() 574 static inline size_t vn_sizeof_vkAllocateMemory_reply(VkDevice device, const VkMemoryAllocateInfo* … in vn_sizeof_vkAllocateMemory_reply() 591 …ateMemory_reply(struct vn_cs_decoder *dec, VkDevice device, const VkMemoryAllocateInfo* pAllocateI… in vn_decode_vkAllocateMemory_reply() 945 …*vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkMemoryAllocateInfo* pAllocateI… in vn_submit_vkAllocateMemory() 1092 …ateMemory(struct vn_instance *vn_instance, VkDevice device, const VkMemoryAllocateInfo* pAllocateI… in vn_call_vkAllocateMemory() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 236 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo() 240 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 278 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo() 283 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 496 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 522 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 550 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 577 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, params.usePriority ? … in createMemory() 787 …const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(ctx, memReqs, MemoryHostVisib… in createBuffer()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | resource.cc | 143 VkMemoryAllocateInfo alloc_info = VkMemoryAllocateInfo(); in AllocateMemory()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | memory.txt | 961 * pname:pAllocateInfo is a pointer to a slink:VkMemoryAllocateInfo 1111 [open,refpage='VkMemoryAllocateInfo',desc='Structure containing parameters of a memory allocation',… 1113 The sname:VkMemoryAllocateInfo structure is defined as: 1115 include::{generated}/api/structs/VkMemoryAllocateInfo.txt[] 1132 A sname:VkMemoryAllocateInfo structure defines a memory import operation if 1218 * [[VUID-VkMemoryAllocateInfo-allocationSize-00638]] 1222 * [[VUID-VkMemoryAllocateInfo-buffer-06380]] 1233 * [[VUID-VkMemoryAllocateInfo-image-06381]] 1244 * [[VUID-VkMemoryAllocateInfo-allocationSize-06382]] 1251 * [[VUID-VkMemoryAllocateInfo-pNext-06383]] [all …]
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 133 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig… 143 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
|
D | vkMemUtil.cpp | 206 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate() 222 VkMemoryAllocateInfo allocInfo = in allocate() 266 const VkMemoryAllocateInfo allocInfo = in allocateExtended()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_external_memory_win32/ |
D | import_memory_win32.txt | 9 structure to the pname:pNext chain of the slink:VkMemoryAllocateInfo 24 slink:VkMemoryAllocateInfo structure it is chained from.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | bind_image_common.txt | 23 If the sname:VkMemoryAllocateInfo provided when pname:memory was 35 sname:VkMemoryAllocateInfo provided when pname:memory was allocated 43 image aliasing>> feature is enabled, and the sname:VkMemoryAllocateInfo
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android_stubs.c | 60 const VkMemoryAllocateInfo *pAllocateInfo) in anv_create_ahw_memory()
|
D | anv_android.h | 56 const VkMemoryAllocateInfo *pAllocateInfo);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_FUCHSIA_external_memory/ |
D | device_memory.txt | 11 chain of the slink:VkMemoryAllocateInfo structure. 64 To obtain the memoryTypeIndex for the slink:VkMemoryAllocateInfo structure, 107 slink:VkMemoryAllocateInfo memoryTypeIndex field to a memory type which has
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkmemory.h | 81 VkMemoryAllocateInfo alloc_info;
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_external_memory/ |
D | allocate_memory.txt | 7 pname:pNext chain of the slink:VkMemoryAllocateInfo structure, specifying
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 966 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 997 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1037 const vk::VkMemoryAllocateInfo info = in importMemory() 1068 const vk::VkMemoryAllocateInfo info = in importMemory() 1118 const vk::VkMemoryAllocateInfo info = in importMemory() 1147 const vk::VkMemoryAllocateInfo info = in importMemory()
|