Searched refs:create_query (Results 1 - 25 of 99) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_query.c88 i915->base.create_query = i915_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_query.c89 pctx->base.create_query = lima_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_query.c86 i915->base.create_query = i915_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_query.c89 pctx->base.create_query = lima_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Docclusion-query.c172 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
173 q2 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Docclusion-query.c174 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
175 q2 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c47 if (!q && ctx->create_query)
48 q = ctx->create_query(ctx, query_type);
238 pctx->create_query = fd_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.c46 if (ctx->create_query)
47 q = ctx->create_query(ctx, query_type, index);
264 pctx->create_query = fd_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c201 stq->pq_begin = pipe->create_query(pipe, type, 0);
208 stq->pq = pipe->create_query(pipe, type, target_to_index(st, q));
239 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_query.c173 pctx->create_query = v3d_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c151 pctx->create_query = etna_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c143 ctx->create_query = fd_hw_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c146 pctx->create_query = etna_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c140 ctx->create_query = fd_hw_create_query;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_query.c111 pctx->create_query = v3d_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c272 pipe->create_query(pipe, info->query_type, 0);
280 pipe->create_query(pipe, info->query_type, 0);
289 info->query[info->head] = pipe->create_query(pipe, info->query_type, 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c201 stq->pq_begin = pipe->create_query(pipe, type, 0);
208 stq->pq = pipe->create_query(pipe, type, target_to_index(st, q));
243 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_driver_query.c272 pipe->create_query(pipe, info->query_type, 0);
280 pipe->create_query(pipe, info->query_type, 0);
289 info->query[info->head] = pipe->create_query(pipe, info->query_type, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_helpers.c258 ctx->create_query(ctx, PIPE_QUERY_PIPELINE_STATISTICS, 0);
310 ctx->create_query(ctx, PIPE_QUERY_TIME_ELAPSED, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp264 pipe->create_query = swr_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_query.c288 pctx->create_query = vc4_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c227 vctx->base.create_query = virgl_create_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c274 pipe->create_query = nvc0_create_query;

Completed in 20 milliseconds

1234