Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c141 ctx->query_prepare = fd_hw_query_prepare; in fd3_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_gmem.c736 if (ctx->query_prepare) in fd_gmem_render_tiles()
737 ctx->query_prepare(batch, 1); in fd_gmem_render_tiles()
751 if (ctx->query_prepare) in fd_gmem_render_tiles()
752 ctx->query_prepare(batch, gmem->nbins_x * gmem->nbins_y); in fd_gmem_render_tiles()
Dfreedreno_context.h486 void (*query_prepare)(struct fd_batch *batch, uint32_t num_tiles) dt; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c285 ctx->query_prepare = fd_hw_query_prepare; in fd4_query_context_init()