Searched refs:have_timelines (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.h102 bool have_timelines; member in struct:zink_batch_state
H A Dzink_batch.c194 bs->have_timelines = ctx->have_timelines;
360 if (ctx->have_timelines && screen->last_finished > bs->fence.batch_id && bs->fence.batch_id == 1) {
363 ctx->have_timelines = false;
384 if (bs->have_timelines) {
H A Dzink_context.h355 bool have_timelines; member in struct:zink_context
H A Dzink_context.c3106 if (ctx->have_timelines) {
3153 if (ctx->have_timelines) {
4021 ctx->have_timelines = screen->info.have_KHR_timeline_semaphore;
4196 ctx->have_timelines = screen->info.have_KHR_timeline_semaphore;

Completed in 10 milliseconds