Home
last modified time | relevance | path

Searched refs:VkExportMemoryAllocateInfo (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device_memory.h21 /* struct VkExportMemoryAllocateInfo chain */
31 vn_sizeof_VkExportMemoryAllocateInfo_self(const VkExportMemoryAllocateInfo *val) in vn_sizeof_VkExportMemoryAllocateInfo_self()
40 vn_sizeof_VkExportMemoryAllocateInfo(const VkExportMemoryAllocateInfo *val) in vn_sizeof_VkExportMemoryAllocateInfo()
59 vn_encode_VkExportMemoryAllocateInfo_self(struct vn_cs_encoder *enc, const VkExportMemoryAllocateInfo *val) in vn_encode_VkExportMemoryAllocateInfo_self()
66 vn_encode_VkExportMemoryAllocateInfo(struct vn_cs_encoder *enc, const VkExportMemoryAllocateInfo *val) in vn_encode_VkExportMemoryAllocateInfo()
304 size += vn_sizeof_VkExportMemoryAllocateInfo_self((const VkExportMemoryAllocateInfo *)pnext); in vn_sizeof_VkMemoryAllocateInfo_pnext()
374 vn_encode_VkExportMemoryAllocateInfo_self(enc, (const VkExportMemoryAllocateInfo *)pnext); in vn_encode_VkMemoryAllocateInfo_pnext()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp32 const VkExportMemoryAllocateInfo *exportMemoryAllocateInfo = nullptr;
H A DVkDeviceMemory.cpp55 UNSUPPORTED("VkExportMemoryAllocateInfo::handleTypes %d", int(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes)); in OpaqueFdAllocateInfo()
192 extendedAllocationInfo->exportMemoryAllocateInfo = reinterpret_cast<const VkExportMemoryAllocateInfo *>(allocationInfo); in ParseAllocationInfo()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp442 const VkExportMemoryAllocateInfo* const exportInfo = findStructure<VkExportMemoryAllocateInfo>(pAllocInfo->pNext); in findOrCreateHwBuffer()
1254 const VkExportMemoryAllocateInfo* const exportInfo = findStructure<VkExportMemoryAllocateInfo>(pAllocateInfo->pNext); in allocateMemory()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c477 const VkExportMemoryAllocateInfo memory_export_info = { in wsi_create_native_image_mem()
H A Dwsi_common.c1390 VkExportMemoryAllocateInfo memory_export_info; in wsi_create_buffer_image_mem()
1400 memory_export_info = (VkExportMemoryAllocateInfo) { in wsi_create_buffer_image_mem()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.c418 const VkExportMemoryAllocateInfo *export_info = NULL; in vn_AllocateMemory()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp565 VkExportMemoryAllocateInfo exportMemoryAllocateInfo = {
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1631 ASSERTED const VkExportMemoryAllocateInfo *export_info = NULL; in lvp_AllocateMemory()
1650 export_info = (VkExportMemoryAllocateInfo*)ext; in lvp_AllocateMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1148 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory()
1179 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp1073 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory()
1104 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c2263 UNUSED const VkExportMemoryAllocateInfo *exp = in dzn_device_memory_create()
2264 (const VkExportMemoryAllocateInfo *)ext; in dzn_device_memory_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c946 VkExportMemoryAllocateInfo emai; in resource_object_create()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4976 typedef struct VkExportMemoryAllocateInfo { struct
4980 } VkExportMemoryAllocateInfo; typedef
6598 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
/third_party/glfw/deps/glad/
H A Dvulkan.h3712 typedef struct VkExportMemoryAllocateInfo { struct
3716 } VkExportMemoryAllocateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3989 typedef struct VkExportMemoryAllocateInfo { struct
3993 } VkExportMemoryAllocateInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp746 static void parse_VkExportMemoryAllocateInfo(const char* s, Json::Value& obj, VkExportMemoryAllocateInfo& o);
1109 p = s_globalMem.allocate(sizeof(VkExportMemoryAllocateInfo)); in parsePNextChain()
1110 parse_VkExportMemoryAllocateInfo("", pNextObj, *((VkExportMemoryAllocateInfo*)p)); in parsePNextChain()
8351 static void parse_VkExportMemoryAllocateInfo(const char* s, Json::Value& obj, VkExportMemoryAllocateInfo& o) { in parse_VkExportMemoryAllocateInfo()
8355 o.pNext = (VkExportMemoryAllocateInfo*)parsePNextChain(obj); in parse_VkExportMemoryAllocateInfo()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5334 typedef struct VkExportMemoryAllocateInfo { struct
5338 } VkExportMemoryAllocateInfo; typedef
8065 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h5070 typedef struct VkExportMemoryAllocateInfo { struct
5074 } VkExportMemoryAllocateInfo; typedef
6699 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
H A Dvulkan_structs.hpp24029 using NativeType = VkExportMemoryAllocateInfo;
24042 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT
24049 ExportMemoryAllocateInfo & operator=( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT
24070 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT
24072 return *reinterpret_cast<const VkExportMemoryAllocateInfo *>( this );
24075 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT
24077 return *reinterpret_cast<VkExportMemoryAllocateInfo *>( this );
24100 sizeof( VkExportMemoryAllocateInfo ),
[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5119 typedef struct VkExportMemoryAllocateInfo { struct
5123 } VkExportMemoryAllocateInfo; typedef
6859 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2194 VkExportMemoryAllocateInfo eminfo[AV_NUM_DATA_POINTERS]; in vulkan_pool_alloc()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3820 const VkExportMemoryAllocateInfo *export_info = NULL; in anv_AllocateMemory()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5487 typedef struct VkExportMemoryAllocateInfo { struct
5491 } VkExportMemoryAllocateInfo; typedef
9064 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c5445 const VkExportMemoryAllocateInfo *export_info = in radv_alloc_memory()

Completed in 386 milliseconds

12