Lines Matching refs:fence
37 struct pipe_fence_handle **fence)
55 r300->rws->cs_flush(&r300->cs, flags, fence);
76 struct pipe_fence_handle **fence)
81 r300_flush_and_cleanup(r300, flags, fence);
83 if (fence) {
84 /* We have to create a fence object, but the command stream is empty
88 r300->rws->cs_flush(&r300->cs, flags, fence);
114 if (fence && *fence)
115 r300->rws->fence_reference(fence, NULL);
116 r300_flush_and_cleanup(r300, flags, fence);
128 struct pipe_fence_handle **fence,
134 r300_flush(pipe, flags, fence);