Home
last modified time | relevance | path

Searched refs:VkMemoryAllocateInfo (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp47 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()
DVkDeviceMemory.cpp85 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()
DVkDeviceMemoryExternalHost.hpp38 …explicit ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory…
DVkDeviceMemoryExternalHost.cpp38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const De… in ExternalMemoryHost()
DVkDeviceMemoryExternalLinux.hpp35 …explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::Devi… in OpaqueFdExternalMemory()
DVkDeviceMemoryExternalAndroid.hpp53 …explicit AHardwareBufferExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const v…
DVkDeviceMemoryExternalFuchsia.hpp71 …explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMem… in VmoExternalMemory()
/third_party/mesa3d/src/virtio/vulkan/
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()
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()
Dvn_device_memory.h53 const VkMemoryAllocateInfo *alloc_info,
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device_memory.h342 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/
DvktMemoryBindingTests.cpp236 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/
Dresource.cc143 VkMemoryAllocateInfo alloc_info = VkMemoryAllocateInfo(); in AllocateMemory()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt961 * 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/
DvkMemUtil.hpp133 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
143 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
DvkMemUtil.cpp206 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/
Dimport_memory_win32.txt9 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/
Dbind_image_common.txt23 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/
Danv_android_stubs.c60 const VkMemoryAllocateInfo *pAllocateInfo) in anv_create_ahw_memory()
Danv_android.h56 const VkMemoryAllocateInfo *pAllocateInfo);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_FUCHSIA_external_memory/
Ddevice_memory.txt11 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/
Dgstvkmemory.h81 VkMemoryAllocateInfo alloc_info;
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.hpp42 VkResult allocateAndBindImageMemory(VkDevice device, const VkMemoryAllocateInfo &allocateInfo);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_external_memory/
Dallocate_memory.txt7 pname:pNext chain of the slink:VkMemoryAllocateInfo structure, specifying
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp966 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()

123456