/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemory.cpp | 53 if(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes != VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT) in OpaqueFdAllocateInfo() 55 UNSUPPORTED("VkExportMemoryAllocateInfo::handleTypes %d", int(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes)); in OpaqueFdAllocateInfo() 193 switch(extendedAllocationInfo->exportMemoryAllocateInfo->handleTypes) in ParseAllocationInfo() 208 UNSUPPORTED("extendedAllocationInfo->exportMemoryAllocateInfo->handleTypes %u", extendedAllocationInfo->exportMemoryAllocateInfo->handleTypes); in ParseAllocationInfo()
|
H A D | VkBuffer.cpp | 44 supportedExternalMemoryHandleTypes = externalInfo->handleTypes; in Buffer()
|
H A D | VkDeviceMemoryExternalFuchsia.hpp | 54 if(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes != VK_EXTERNAL_MEMORY_HANDLE_TYPE_ZIRCON_VMO_BIT_FUCHSIA) in AllocateInfo() 56 UNSUPPORTED("extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes"); in AllocateInfo()
|
H A D | VkDeviceMemoryExternalAndroid.cpp | 177 if(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes == VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID) in AllocateInfo() 183 UNSUPPORTED("VkExportMemoryAllocateInfo::handleTypes %d", int(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes)); in AllocateInfo()
|
H A D | VkSemaphore.cpp | 107 exportHandleTypes = exportInfo->handleTypes; in SemaphoreCreateInfo() 110 UNSUPPORTED("exportInfo->handleTypes 0x%X (supports 0x%X)", in SemaphoreCreateInfo()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_device_memory.c | 427 if (export_info->handleTypes & in vn_AllocateMemory() 430 else if (!export_info->handleTypes) in vn_AllocateMemory() 466 export_info->handleTypes); in vn_AllocateMemory()
|
H A D | vn_wsi.c | 192 .handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT, in vn_wsi_create_image_from_swapchain()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
H A D | SemaphoreServiceZirconHandle.cpp | 102 exportSemaphoreInfo.handleTypes = in CreateExportableSemaphore()
|
H A D | SemaphoreServiceFD.cpp | 106 exportSemaphoreInfo.handleTypes = kHandleType; in CreateExportableSemaphore()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | VulkanHelper.h | 42 VkExternalMemoryHandleTypeFlags handleTypes,
|
H A D | VulkanHelper.cpp | 521 VkExternalMemoryHandleTypeFlags handleTypes, 529 /* .handleTypes = */ handleTypes, 568 /* .handleTypes = */ handleTypes, 724 /* .handleTypes = */ VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT, 784 /* .handleTypes = */ VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_ZIRCON_EVENT_BIT_FUCHSIA,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 138 externalMemoryImageCreateInfo.handleTypes = in CreateImage()
|
H A D | MemoryServiceOpaqueFD.cpp | 137 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT;
|
H A D | MemoryServiceDmaBuf.cpp | 255 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT; in CreateImage()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_drm.c | 131 .handleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT, in prepare_signal_dma_buf_from_semaphore() 480 .handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT, in wsi_create_native_image_mem()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DmaBufImageSiblingVkLinux.cpp | 195 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT; in IsFormatSupported() 441 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT; in initImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | MemoryObjectVk.cpp | 194 externalMemoryImageCreateInfo.handleTypes = ToVulkanHandleType(mHandleType); in createImage()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 109 export ? export->handleTypes : 0; in vk_fence_create()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
H A D | HardwareBufferImageSiblingVkAndroid.cpp | 65 // its handleTypes member must only contain bits that are also in in AhbDescUsageToVkImageTiling() 71 // specified in VkExternalMemoryImageCreateInfo::handleTypes ``` in AhbDescUsageToVkImageTiling() 265 externalMemoryImageCreateInfo.handleTypes = in initImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 705 BufferMemoryRequirementsInstance::chainVkStructure<VkExternalMemoryBufferCreateInfo> (void* pNext, const VkExternalMemoryHandleTypeFlags& handleTypes) const in chainVkStructure() 710 memInfo.handleTypes = handleTypes; in chainVkStructure()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 703 BufferMemoryRequirementsInstance::chainVkStructure<VkExternalMemoryBufferCreateInfo> (void* pNext, const VkExternalMemoryHandleTypeFlags& handleTypes) const in chainVkStructure() 708 memInfo.handleTypes = handleTypes; in chainVkStructure()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_semaphore.h | 28 size += vn_sizeof_VkFlags(&val->handleTypes); in vn_sizeof_VkExportSemaphoreCreateInfo_self() 55 vn_encode_VkFlags(enc, &val->handleTypes); in vn_encode_VkExportSemaphoreCreateInfo_self()
|
H A D | vn_protocol_driver_fence.h | 34 size += vn_sizeof_VkFlags(&val->handleTypes); in vn_sizeof_VkExportFenceCreateInfo_self() 61 vn_encode_VkFlags(enc, &val->handleTypes); in vn_encode_VkExportFenceCreateInfo_self()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2034 .handleTypes = IsWindows8OrGreater() in create_frame() 2038 .handleTypes = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT, in create_frame() 2204 try_export_flags(hwfc, &eiinfo.handleTypes, &e, IsWindows8OrGreater() in vulkan_pool_alloc() 2209 try_export_flags(hwfc, &eiinfo.handleTypes, &e, in vulkan_pool_alloc() 2213 try_export_flags(hwfc, &eiinfo.handleTypes, &e, in vulkan_pool_alloc() 2220 eminfo[i].handleTypes = e; in vulkan_pool_alloc() 2224 eiinfo.handleTypes ? &eiinfo : NULL); in vulkan_pool_alloc() 2691 .handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT, in vulkan_map_from_drm_frame_desc() 2731 .handleType = ext_img_spec.handleTypes, in vulkan_map_from_drm_frame_desc() 3866 .handleTypes in vulkan_transfer_data() [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1651 assert(!export_info->handleTypes || export_info->handleTypes == VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT); in lvp_AllocateMemory() 1696 if (export_info && export_info->handleTypes) { in lvp_AllocateMemory() 1704 else if (export_info && export_info->handleTypes) { in lvp_AllocateMemory()
|