Searched refs:fd_batch_resource_used (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.c | 352 fd_batch_resource_used(struct fd_batch *batch, struct fd_resource *rsc, bool write) in fd_batch_resource_used() function 357 fd_batch_resource_used(batch, rsc->stencil, write); in fd_batch_resource_used()
|
D | freedreno_batch.h | 206 void fd_batch_resource_used(struct fd_batch *batch, struct fd_resource *rsc, bool write);
|
D | freedreno_draw.c | 47 fd_batch_resource_used(batch, fd_resource(prsc), false); in resource_read() 55 fd_batch_resource_used(batch, fd_resource(prsc), true); in resource_written()
|