Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c619 if (ctx->query_prepare_tile) in render_tiles()
620 ctx->query_prepare_tile(batch, i, batch->gmem); in render_tiles()
649 if (ctx->query_prepare_tile) in render_sysmem()
650 ctx->query_prepare_tile(batch, 0, batch->gmem); in render_sysmem()
Dfreedreno_context.h490 void (*query_prepare_tile)(struct fd_batch *batch, uint32_t n, member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c142 ctx->query_prepare_tile = fd_hw_query_prepare_tile; in fd3_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c286 ctx->query_prepare_tile = fd_hw_query_prepare_tile; in fd4_query_context_init()