Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.h144 void fd_hw_query_prepare(struct fd_batch *batch, uint32_t num_tiles);
Dfreedreno_query_hw.c342 fd_hw_query_prepare(struct fd_batch *batch, uint32_t num_tiles) in fd_hw_query_prepare() function
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c144 ctx->query_prepare = fd_hw_query_prepare; in fd3_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c287 ctx->query_prepare = fd_hw_query_prepare; in fd4_query_context_init()