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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c404 batch_depends_on(struct fd_batch *batch, struct fd_batch *other) function in typeref:typename:bool
413 if (batch_depends_on(batch, dep))
426 debug_assert(!batch_depends_on(dep, batch));

Completed in 3 milliseconds