Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query.c112 pctx->create_batch_query = v3d_create_batch_query; in v3d_query_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_query.c289 pctx->create_batch_query = vc4_create_batch_query; in vc4_query_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c242 pctx->create_batch_query = fd2_create_batch_query; in fd2_query_context_init()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c103 bq->query[bq->head] = pipe->create_batch_query(pipe, in hud_batch_query_update()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h233 struct pipe_query *(*create_batch_query)( struct pipe_context *pipe, member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c450 pctx->create_batch_query = fd5_create_batch_query; in fd5_query_context_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c80 query = pipe->create_batch_query(pipe, num_queries, query_types); in dd_context_create_batch_query()
865 CTX_INIT(create_batch_query); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c658 pctx->create_batch_query = fd6_create_batch_query; in fd6_query_context_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c114 return context->gpu->create_batch_query(context->gpu, num_queries, in tegra_create_batch_query()
1299 context->base.create_batch_query = tegra_create_batch_query; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c858 ctx->create_batch_query = iris_create_batch_query; in genX()
/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c135 m->batch_query = pipe->create_batch_query(pipe, num_batch_counters, in init_perf_monitor()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c994 ctx->create_batch_query = crocus_create_batch_query; in genX()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c2112 rctx->b.create_batch_query = r600_create_batch_query; in r600_query_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1940 sctx->b.create_batch_query = si_create_batch_query; in si_init_query_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c821 return pipe->create_batch_query(pipe, num_queries, query_types); in tc_create_batch_query()
4506 CTX_INIT(create_batch_query); in threaded_context_create()