Searched refs:brw_fence (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c48 struct brw_fence { struct
52 /** The fence waits for completion of brw_fence::batch_bo. */
55 /** The fence waits for brw_fence::sync_fd to signal. */
72 struct brw_fence fence;
76 brw_fence_init(struct brw_context *brw, struct brw_fence *fence,
94 brw_fence_finish(struct brw_fence *fence)
111 brw_fence_insert_locked(struct brw_context *brw, struct brw_fence *fence)
187 brw_fence_insert(struct brw_context *brw, struct brw_fence *fence)
199 brw_fence_has_completed_locked(struct brw_fence *fence)
235 brw_fence_has_completed(struct brw_fence *fenc
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c51 struct brw_fence { struct
55 /** The fence waits for completion of brw_fence::batch_bo. */
58 /** The fence waits for brw_fence::sync_fd to signal. */
75 struct brw_fence fence;
163 brw_fence_init(struct brw_context *brw, struct brw_fence *fence,
181 brw_fence_finish(struct brw_fence *fence)
198 brw_fence_insert_locked(struct brw_context *brw, struct brw_fence *fence)
274 brw_fence_insert(struct brw_context *brw, struct brw_fence *fence)
286 brw_fence_has_completed_locked(struct brw_fence *fence)
322 brw_fence_has_completed(struct brw_fence *fenc
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.2.rst139 - i965: store reference to the context within struct brw_fence (v2)

Completed in 4 milliseconds