Searched defs:handle_types (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 41 VkExternalFenceHandleTypeFlags handle_types = 0; in vk_sync_fence_import_types() local 55 VkExternalFenceHandleTypeFlags handle_types = 0; in vk_sync_fence_export_types() local 74 get_fence_sync_type(struct vk_physical_device *pdevice, VkExternalFenceHandleTypeFlags handle_types) get_fence_sync_type() argument 108 VkExternalFenceHandleTypeFlags handle_types = vk_fence_create() local [all...] |
H A D | vk_semaphore.c | 42 VkExternalSemaphoreHandleTypeFlags handle_types = 0; in vk_sync_semaphore_import_types() local 57 VkExternalSemaphoreHandleTypeFlags handle_types = 0; in vk_sync_semaphore_export_types() local 77 get_semaphore_sync_type(struct vk_physical_device *pdevice, VkSemaphoreType semaphore_type, VkExternalSemaphoreHandleTypeFlags handle_types) get_semaphore_sync_type() argument 140 VkExternalSemaphoreHandleTypeFlags handle_types = vk_common_CreateSemaphore() local [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 720 def handle_types(self): member in HandleData
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1677 const VkExternalMemoryHandleTypeFlags handle_types = in wsi_configure_cpu_image() local 413 wsi_configure_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, VkExternalMemoryHandleTypeFlags handle_types, struct wsi_image_info *info) wsi_configure_image() argument 1337 wsi_create_buffer_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image, VkExternalMemoryHandleTypeFlags handle_types, bool implicit_sync) wsi_create_buffer_image_mem() argument [all...] |
Completed in 8 milliseconds