Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_sync.h317 struct vk_sync_wait { struct
318 struct vk_sync *sync;
319 VkPipelineStageFlags2 stage_mask;
320 uint64_t wait_value;
H A Dvk_sync.c240 vk_sync_wait(struct vk_device *device, in vk_sync_wait() function