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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_batch.h 206 void fd_batch_resource_used(struct fd_batch *batch, struct fd_resource *rsc, bool write);
freedreno_batch.c 352 fd_batch_resource_used(struct fd_batch *batch, struct fd_resource *rsc, bool write) function
357 fd_batch_resource_used(batch, rsc->stencil, write);
freedreno_draw.c 47 fd_batch_resource_used(batch, fd_resource(prsc), false);
55 fd_batch_resource_used(batch, fd_resource(prsc), true);

Completed in 266 milliseconds