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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch_cache.c 131 struct fd_batch *last_batch = NULL; local
140 fd_batch_reference(&last_batch, batch);
149 if (last_batch) {
150 fd_batch_sync(last_batch);
151 fd_batch_reference(&last_batch, NULL);
freedreno_resource.c 528 struct fd_batch *batch, *last_batch = NULL; local
530 fd_batch_reference(&last_batch, batch);
533 if (last_batch) {
534 fd_batch_sync(last_batch);
535 fd_batch_reference(&last_batch, NULL);
    [all...]

Completed in 406 milliseconds