HomeSort by relevance Sort by last modified time
    Searched refs:fd_bc_invalidate_batch (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch_cache.h 68 void fd_bc_invalidate_batch(struct fd_batch *batch, bool destroy);
freedreno_batch.c 207 fd_bc_invalidate_batch(batch, true);
291 fd_bc_invalidate_batch(batch, false);
374 * fd_bc_invalidate_batch()
378 fd_bc_invalidate_batch(b, false);
386 fd_bc_invalidate_batch(rsc->write_batch, false);
freedreno_batch_cache.c 172 fd_bc_invalidate_batch(struct fd_batch *batch, bool destroy) function
223 fd_bc_invalidate_batch(batch, false);

Completed in 151 milliseconds