/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device_memory.h | 21 /* 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 D | VkDeviceMemory.hpp | 32 const VkExportMemoryAllocateInfo *exportMemoryAllocateInfo = nullptr;
|
H A D | VkDeviceMemory.cpp | 55 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 D | vkNullDriver.cpp | 442 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 D | wsi_common_drm.c | 477 const VkExportMemoryAllocateInfo memory_export_info = { in wsi_create_native_image_mem()
|
H A D | wsi_common.c | 1390 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 D | vn_device_memory.c | 418 const VkExportMemoryAllocateInfo *export_info = NULL; in vn_AllocateMemory()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.cpp | 565 VkExportMemoryAllocateInfo exportMemoryAllocateInfo = {
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1631 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 D | vktExternalMemoryUtil.cpp | 1148 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 D | vktExternalMemoryUtil.cpp | 1073 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory() 1104 const vk::VkExportMemoryAllocateInfo exportInfo = in allocateExportableMemory()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2263 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 D | zink_resource.c | 946 VkExportMemoryAllocateInfo emai; in resource_object_create()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4976 typedef struct VkExportMemoryAllocateInfo { struct 4980 } VkExportMemoryAllocateInfo; typedef 6598 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3712 typedef struct VkExportMemoryAllocateInfo { struct 3716 } VkExportMemoryAllocateInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3989 typedef struct VkExportMemoryAllocateInfo { struct 3993 } VkExportMemoryAllocateInfo; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 746 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 D | vulkan_core.h | 5334 typedef struct VkExportMemoryAllocateInfo { struct 5338 } VkExportMemoryAllocateInfo; typedef 8065 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 5070 typedef struct VkExportMemoryAllocateInfo { struct 5074 } VkExportMemoryAllocateInfo; typedef 6699 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
|
H A D | vulkan_structs.hpp | 24029 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 D | vulkan_core.h | 5119 typedef struct VkExportMemoryAllocateInfo { struct 5123 } VkExportMemoryAllocateInfo; typedef 6859 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2194 VkExportMemoryAllocateInfo eminfo[AV_NUM_DATA_POINTERS]; in vulkan_pool_alloc()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3820 const VkExportMemoryAllocateInfo *export_info = NULL; in anv_AllocateMemory()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 5487 typedef struct VkExportMemoryAllocateInfo { struct 5491 } VkExportMemoryAllocateInfo; typedef 9064 typedef VkExportMemoryAllocateInfo VkExportMemoryAllocateInfoKHR;
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 5445 const VkExportMemoryAllocateInfo *export_info = in radv_alloc_memory()
|