Home
last modified time | relevance | path

Searched defs:vk_sync_wait (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.h294 struct vk_sync_wait { struct
295 struct vk_sync *sync;
296 VkPipelineStageFlags2 stage_mask;
297 uint64_t wait_value;
Dvk_sync.c240 vk_sync_wait(struct vk_device *device, in vk_sync_wait() function