/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemory.hpp | 47 DeviceMemory(const VkMemoryAllocateInfo *pCreateInfo, Device *pDevice); 52 static VkResult Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, Device *device); 64 static size_t ComputeRequiredAllocationSize(const VkMemoryAllocateInfo *pCreateInfo); 126 static VkResult ParseAllocationInfo(const VkMemoryAllocateInfo *pAllocateInfo, DeviceMemory::ExtendedAllocationInfo *extendedAllocationInfo); 127 static VkResult Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, 135 DeviceMemoryInternal(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, Device *pDevice) in DeviceMemoryInternal()
|
H A D | VkDeviceMemory.cpp | 85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, Device *device) in Allocate() 106 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo *pAllocateInfo, VkDeviceMemory *pMemory, 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::ExtendedAllocationInfo *extendedAllocationInfo) in ParseAllocationInfo()
|
H A D | VkDeviceMemoryExternalHost.hpp | 38 explicit ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice);
|
H A D | VkDeviceMemoryExternalHost.cpp | 38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in ExternalMemoryHost()
|
H A D | VkDeviceMemoryExternalLinux.hpp | 35 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory()
|
H A D | VkDeviceMemoryExternalAndroid.hpp | 53 explicit AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice);
|
H A D | VkDeviceMemoryExternalFuchsia.hpp | 71 explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in VmoExternalMemory()
|
H A D | VkDeviceMemoryExternalMac.hpp | 71 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A 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()
|
H A 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()
|
H A D | vn_device_memory.h | 53 const VkMemoryAllocateInfo *alloc_info,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 245 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo() 249 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 287 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo() 292 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 607 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() 610 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (m_params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : DE_NULL); in createMemory() 640 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() 643 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (m_params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : DE_NULL); in createMemory() 676 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory() 679 const VkMemoryAllocateInfo memAllo in createMemory() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 245 const VkMemoryAllocateInfo makeMemoryAllocateInfo (VkMemoryRequirements& memReqs, in makeMemoryAllocateInfo() 249 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 287 const VkMemoryAllocateInfo makeMemoryAllocateInfo (Context& ctx, in makeMemoryAllocateInfo() 292 const VkMemoryAllocateInfo allocateParams = in makeMemoryAllocateInfo() 607 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() 610 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (m_params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : DE_NULL); in createMemory() 640 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, DE_NULL); in createMemory() 643 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (m_params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : DE_NULL); in createMemory() 676 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory() 679 const VkMemoryAllocateInfo memAllo in createMemory() [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device_memory.h | 290 /* struct VkMemoryAllocateInfo chain */ 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* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) in vn_sizeof_vkAllocateMemory() 558 static inline void vn_encode_vkAllocateMemory(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) in vn_encode_vkAllocateMemory() 574 static inline size_t vn_sizeof_vkAllocateMemory_reply(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) in vn_sizeof_vkAllocateMemory_reply() 591 static inline VkResult vn_decode_vkAllocateMemory_reply(struct vn_cs_decoder *dec, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) in vn_decode_vkAllocateMemory_reply() 945 static inline void vn_submit_vkAllocateMemory(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkMemoryAllocateInfo* pAllocateInf [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | resource.cc | 143 VkMemoryAllocateInfo alloc_info = VkMemoryAllocateInfo(); in AllocateMemory()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMemUtil.cpp | 205 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) in allocate() 212 VkMemoryAllocateInfo info = allocInfo; in allocate() 233 VkMemoryAllocateInfo allocInfo = in allocate() 280 const VkMemoryAllocateInfo allocInfo = in allocateExtended()
|
H A D | vkMemUtil.hpp | 136 virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment) = 0; 153 de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignment);
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android_stubs.c | 60 const VkMemoryAllocateInfo *pAllocateInfo) in anv_create_ahw_memory()
|
H A D | anv_android.h | 56 const VkMemoryAllocateInfo *pAllocateInfo);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSurfaceKHR.hpp | 42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
|
H A D | VkSurfaceKHR.cpp | 56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo) in allocateAndBindImageMemory()
|
H A D | VkSwapchainKHR.cpp | 125 VkMemoryAllocateInfo allocInfo = {}; in createImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1154 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1185 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1225 const vk::VkMemoryAllocateInfo info = in importMemory() 1254 const vk::VkMemoryAllocateInfo info = in importMemory() 1285 const vk::VkMemoryAllocateInfo info = in importMemory() 1335 const vk::VkMemoryAllocateInfo info = in importMemory() 1364 const vk::VkMemoryAllocateInfo info = in importMemory() 1401 const vk::VkMemoryAllocateInfo info = in importMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktExternalMemoryUtil.cpp | 1079 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1110 const vk::VkMemoryAllocateInfo info = in allocateExportableMemory() 1150 const vk::VkMemoryAllocateInfo info = in importMemory() 1179 const vk::VkMemoryAllocateInfo info = in importMemory() 1210 const vk::VkMemoryAllocateInfo info = in importMemory() 1260 const vk::VkMemoryAllocateInfo info = in importMemory() 1289 const vk::VkMemoryAllocateInfo info = in importMemory()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 120 VkMemoryAllocateInfo allocateInfo; in ImportMemory()
|