Home
last modified time | relevance | path

Searched refs:handleTypes (Results 1 - 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp53 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 DVkBuffer.cpp44 supportedExternalMemoryHandleTypes = externalInfo->handleTypes; in Buffer()
H A DVkDeviceMemoryExternalFuchsia.hpp54 if(extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes != VK_EXTERNAL_MEMORY_HANDLE_TYPE_ZIRCON_VMO_BIT_FUCHSIA) in AllocateInfo()
56 UNSUPPORTED("extendedAllocationInfo.exportMemoryAllocateInfo->handleTypes"); in AllocateInfo()
H A DVkDeviceMemoryExternalAndroid.cpp177 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 DVkSemaphore.cpp107 exportHandleTypes = exportInfo->handleTypes; in SemaphoreCreateInfo()
110 UNSUPPORTED("exportInfo->handleTypes 0x%X (supports 0x%X)", in SemaphoreCreateInfo()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_device_memory.c427 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 Dvn_wsi.c192 .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 DSemaphoreServiceZirconHandle.cpp102 exportSemaphoreInfo.handleTypes = in CreateExportableSemaphore()
H A DSemaphoreServiceFD.cpp106 exportSemaphoreInfo.handleTypes = kHandleType; in CreateExportableSemaphore()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.h42 VkExternalMemoryHandleTypeFlags handleTypes,
H A DVulkanHelper.cpp521 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 DMemoryServiceZirconHandle.cpp138 externalMemoryImageCreateInfo.handleTypes = in CreateImage()
H A DMemoryServiceOpaqueFD.cpp137 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT;
H A DMemoryServiceDmaBuf.cpp255 externalMemoryImageCreateInfo.handleTypes = VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT; in CreateImage()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c131 .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 DDmaBufImageSiblingVkLinux.cpp195 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 DMemoryObjectVk.cpp194 externalMemoryImageCreateInfo.handleTypes = ToVulkanHandleType(mHandleType); in createImage()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c109 export ? export->handleTypes : 0; in vk_fence_create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp65 // 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 DvktApiBufferMemoryRequirementsTests.cpp705 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 DvktApiBufferMemoryRequirementsTests.cpp703 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 Dvn_protocol_driver_semaphore.h28 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 Dvn_protocol_driver_fence.h34 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 Dhwcontext_vulkan.c2034 .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 Dlvp_device.c1651 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()

Completed in 27 milliseconds

123