Home
last modified time | relevance | path

Searched refs:VK_SYNC_FEATURE_CPU_RESET (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.c58 VK_SYNC_FEATURE_CPU_RESET))); in vk_sync_type_validate()
73 if (type->features & VK_SYNC_FEATURE_CPU_RESET) in vk_sync_type_validate()
170 assert(sync->type->features & VK_SYNC_FEATURE_CPU_RESET); in vk_sync_reset()
Dvk_sync_binary.c126 VK_SYNC_FEATURE_CPU_RESET | in vk_sync_binary_get_type()
Dvk_sync.h104 VK_SYNC_FEATURE_CPU_RESET = (1 << 5), enumerator
Dvk_fence.c81 VK_SYNC_FEATURE_CPU_RESET; in get_fence_sync_type()
Dvk_drm_syncobj.c415 VK_SYNC_FEATURE_CPU_RESET | in vk_drm_syncobj_get_type()
Dvk_sync_timeline.c51 VK_SYNC_FEATURE_CPU_RESET; in vk_sync_timeline_type_validate()
Dvk_device.c72 assert((*t)->features & VK_SYNC_FEATURE_CPU_RESET); in get_timeline_mode()