Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c339 if (ctx->query_prepare_tile) in render_tiles()
340 ctx->query_prepare_tile(batch, i, batch->gmem); in render_tiles()
361 if (ctx->query_prepare_tile) in render_sysmem()
362 ctx->query_prepare_tile(batch, 0, batch->gmem); in render_sysmem()
Dfreedreno_context.h328 void (*query_prepare_tile)(struct fd_batch *batch, uint32_t n, member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c147 ctx->query_prepare_tile = fd_hw_query_prepare_tile; in fd3_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c289 ctx->query_prepare_tile = fd_hw_query_prepare_tile; in fd4_query_context_init()