Home
last modified time | relevance | path

Searched refs:VK_SYNC_FEATURE_GPU_WAIT (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync_dummy.c52 VK_SYNC_FEATURE_GPU_WAIT |
Dvk_sync_binary.c124 VK_SYNC_FEATURE_GPU_WAIT | in vk_sync_binary_get_type()
Dvk_sync.c47 assert(type->features & VK_SYNC_FEATURE_GPU_WAIT); in vk_sync_type_validate()
71 assert(type->features & VK_SYNC_FEATURE_GPU_WAIT); in vk_sync_type_validate()
Dvk_sync.h81 VK_SYNC_FEATURE_GPU_WAIT = (1 << 2), enumerator
Dvk_sync_timeline.c48 VK_SYNC_FEATURE_GPU_WAIT | in vk_sync_timeline_type_validate()
528 VK_SYNC_FEATURE_GPU_WAIT | in vk_sync_timeline_get_type()
Dvk_drm_syncobj.c414 VK_SYNC_FEATURE_GPU_WAIT | in vk_drm_syncobj_get_type()
Dvk_device.c69 if ((*t)->features & VK_SYNC_FEATURE_GPU_WAIT) { in get_timeline_mode()
221 if ((*t)->features & VK_SYNC_FEATURE_GPU_WAIT) in vk_device_enable_threaded_submit()
Dvk_semaphore.c99 enum vk_sync_features req_features = VK_SYNC_FEATURE_GPU_WAIT; in get_semaphore_sync_type()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c1117 VK_SYNC_FEATURE_GPU_WAIT, in wsi_signal_semaphore_for_image()