Lines Matching defs:signal
68 * submitted a kernel request which will signal a time point with at least
83 /** Set if a sync type supports multiple GPU waits on one signal state
85 * The Vulkan spec for VkSemaphore requires GPU wait and signal operations
90 * which wait on one signal operation. This also implies that you can
91 * signal twice back-to-back (there are 0 waits on the first signal).
123 /** Set if a sync type natively supports wait-before-signal
183 VkResult (*signal)(struct vk_device *device,
256 * If this completes successfully, the vk_sync will now signal whenever
260 * the vk_sync_type implements signal, sync_file will never be -1.