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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h233 void fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep);
H A Dfreedreno_batch.c420 fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) function in typeref:typename:void
483 fd_batch_add_dep(batch, b);
H A Dfreedreno_batch_cache.c131 /* fd_batch_flush() (and fd_batch_add_dep() which calls it indirectly)
153 fd_batch_add_dep(current_batch, batches[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c413 fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) function in typeref:typename:void
497 fd_batch_add_dep(batch, b);
H A Dfreedreno_batch.h276 void fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) assert_dt;
H A Dfreedreno_batch_cache.c150 /* fd_batch_flush() (and fd_batch_add_dep() which calls it indirectly)
177 fd_batch_add_dep(current_batch, batches[i]);

Completed in 6 milliseconds