Home
last modified time | relevance | path

Searched refs:unflushed_ctx (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.c185 struct pipe_context *unflushed_ctx; member
287 fence->unflushed_ctx = ctx; in iris_fence_flush()
320 if (ctx && ctx == fence->unflushed_ctx) in iris_fence_await()
330 if (fence->unflushed_ctx) { in iris_fence_await()
402 if (ctx && ctx == fence->unflushed_ctx) { in iris_fence_finish()
414 fence->unflushed_ctx = NULL; in iris_fence_finish()
438 if (fence->unflushed_ctx) { in iris_fence_finish()
482 if (fence->unflushed_ctx) in iris_fence_get_fd()
593 if (ctx == fence->unflushed_ctx) in iris_fence_signal()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c165 struct pipe_context *unflushed_ctx; member
233 fence->unflushed_ctx = ctx; in crocus_fence_flush()
266 if (ctx && ctx == fence->unflushed_ctx) in crocus_fence_await()
334 if (ctx && ctx == fence->unflushed_ctx) { in crocus_fence_finish()
346 fence->unflushed_ctx = NULL; in crocus_fence_finish()
369 if (fence->unflushed_ctx) { in crocus_fence_finish()
430 if (fence->unflushed_ctx) in crocus_fence_get_fd()
539 if (ctx == fence->unflushed_ctx) in crocus_fence_signal()

Completed in 2 milliseconds