Home
last modified time | relevance | path

Searched refs:VkMemoryAllocateInfo (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp47 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 DVkDeviceMemory.cpp85 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 DVkDeviceMemoryExternalHost.hpp38 explicit ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice);
H A DVkDeviceMemoryExternalHost.cpp38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in ExternalMemoryHost()
H A DVkDeviceMemoryExternalLinux.hpp35 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory()
H A DVkDeviceMemoryExternalAndroid.hpp53 explicit AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice);
H A DVkDeviceMemoryExternalFuchsia.hpp71 explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in VmoExternalMemory()
H A DVkDeviceMemoryExternalMac.hpp71 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 Dvn_android.h59 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 Dvn_device_memory.c52 &(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 Dvn_device_memory.h53 const VkMemoryAllocateInfo *alloc_info,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp245 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 DvktMemoryBindingTests.cpp245 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 Dvn_protocol_driver_device_memory.h290 /* 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 Dresource.cc143 VkMemoryAllocateInfo alloc_info = VkMemoryAllocateInfo(); in AllocateMemory()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp205 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 DvkMemUtil.hpp136 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 Danv_android_stubs.c60 const VkMemoryAllocateInfo *pAllocateInfo) in anv_create_ahw_memory()
H A Danv_android.h56 const VkMemoryAllocateInfo *pAllocateInfo);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSurfaceKHR.hpp42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
H A DVkSurfaceKHR.cpp56 VkResult PresentImage::allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo) in allocateAndBindImageMemory()
H A DVkSwapchainKHR.cpp125 VkMemoryAllocateInfo allocInfo = {}; in createImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1154 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 DvktExternalMemoryUtil.cpp1079 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 DMemoryServiceZirconHandle.cpp120 VkMemoryAllocateInfo allocateInfo; in ImportMemory()

Completed in 18 milliseconds

123456