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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c51 } gfx_unflushed; member in struct:si_multi_fence
348 if (sctx && sfence->gfx_unflushed.ctx == sctx &&
349 sfence->gfx_unflushed.ib_index == sctx->num_gfx_cs_flushes) {
376 sfence->gfx_unflushed.ctx = NULL;
456 assert(!sfence->gfx_unflushed.ctx);
457 if (sfence->gfx_unflushed.ctx)
562 multi_fence->gfx_unflushed.ctx = sctx;
563 multi_fence->gfx_unflushed.ib_index = sctx->num_gfx_cs_flushes;
619 if (sfence->gfx_unflushed.ctx &&
620 sfence->gfx_unflushed
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c49 } gfx_unflushed; member in struct:si_fence
316 if (sctx && sfence->gfx_unflushed.ctx == sctx &&
317 sfence->gfx_unflushed.ib_index == sctx->num_gfx_cs_flushes) {
342 sfence->gfx_unflushed.ctx = NULL;
419 assert(!sfence->gfx_unflushed.ctx);
420 if (sfence->gfx_unflushed.ctx)
512 new_fence->gfx_unflushed.ctx = sctx;
513 new_fence->gfx_unflushed.ib_index = sctx->num_gfx_cs_flushes;
570 if (sfence->gfx_unflushed.ctx && sfence->gfx_unflushed
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c59 } gfx_unflushed; member in struct:r600_multi_fence
378 if (rfence->gfx_unflushed.ctx)
446 multi_fence->gfx_unflushed.ctx = rctx;
447 multi_fence->gfx_unflushed.ib_index = rctx->num_gfx_cs_flushes;
1191 rfence->gfx_unflushed.ctx == rctx &&
1192 rfence->gfx_unflushed.ib_index == rctx->num_gfx_cs_flushes) {
1194 rfence->gfx_unflushed.ctx = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.c57 } gfx_unflushed; member in struct:r600_multi_fence
387 multi_fence->gfx_unflushed.ctx = rctx;
388 multi_fence->gfx_unflushed.ib_index = rctx->num_gfx_cs_flushes;
1110 rfence->gfx_unflushed.ctx == rctx &&
1111 rfence->gfx_unflushed.ib_index == rctx->num_gfx_cs_flushes) {
1113 rfence->gfx_unflushed.ctx = NULL;

Completed in 16 milliseconds