Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c28 batch_references_resource(struct fd_batch *batch, struct pipe_resource *prsc) in batch_references_resource() function
200 if (info->index_size && !batch_references_resource(batch, info->index.resource)) in needs_draw_tracking()
204 if (indirect->buffer && !batch_references_resource(batch, indirect->buffer)) in needs_draw_tracking()
207 !batch_references_resource(batch, indirect->indirect_draw_count)) in needs_draw_tracking()