Lines Matching defs:fence
97 * Encapsulates submit out-fence(s), which consist of a 'timestamp' (per-
99 * out-fence-fd
103 * The ready fence is signaled once the submit is actually flushed down
104 * to the kernel, and fence/fence_fd are populated. You must wait for
105 * this fence to be signaled before reading fence/fence_fd.
109 struct fd_fence fence;
118 /* in_fence_fd: -1 for no in-fence, else fence fd
119 * out_fence can be NULL if no output fence is required
209 * excl fence in the BO instead of a set of read fences, which is cheaper.