Home
last modified time | relevance | path

Searched refs:fd_batch_create (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h272 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
Dfreedreno_batch.c124 fd_batch_create(struct fd_context *ctx, bool nondraw) in fd_batch_create() function
Dfreedreno_batch_cache.c395 batch = fd_batch_create(ctx, nondraw); in alloc_batch_locked()