Home
last modified time | relevance | path

Searched refs:query_types (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_driver_query.c47 unsigned *query_types; member
105 bq->query_types); in hud_batch_query_update()
147 if (bq->query_types[i] == query_type) { in batch_query_add()
156 = REALLOC(bq->query_types, in batch_query_add()
161 bq->query_types = new_query_types; in batch_query_add()
165 bq->query_types[bq->num_query_types] = query_type; in batch_query_add()
191 FREE(bq->query_types); in hud_batch_query_cleanup()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_perfcnt.c314 unsigned *query_types) in v3d_create_batch_query_perfcnt() argument
323 if (query_types[i] < PIPE_QUERY_DRIVER_SPECIFIC || in v3d_create_batch_query_perfcnt()
324 query_types[i] >= PIPE_QUERY_DRIVER_SPECIFIC + in v3d_create_batch_query_perfcnt()
342 perfmon->counters[i] = query_types[i] - PIPE_QUERY_DRIVER_SPECIFIC; in v3d_create_batch_query_perfcnt()
Dv3d_query.c54 unsigned *query_types) in v3d_create_batch_query() argument
58 query_types); in v3d_create_batch_query()
Dv3d_query.h46 unsigned *query_types);
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c161 unsigned *query_types) in fd2_create_batch_query() argument
183 unsigned idx = query_types[i] - FD_QUERY_FIRST_PERFCNTR; in fd2_create_batch_query()
186 if ((query_types[i] < FD_QUERY_FIRST_PERFCNTR) || in fd2_create_batch_query()
188 mesa_loge("invalid batch query query_type: %u", query_types[i]); in fd2_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_query.c119 unsigned *query_types) in vc4_create_batch_query() argument
129 if (query_types[i] >= PIPE_QUERY_DRIVER_SPECIFIC) in vc4_create_batch_query()
145 hwperfmon->events[i] = query_types[i] - in vc4_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c369 unsigned *query_types) in fd5_create_batch_query() argument
391 unsigned idx = query_types[i] - FD_QUERY_FIRST_PERFCNTR; in fd5_create_batch_query()
394 if ((query_types[i] < FD_QUERY_FIRST_PERFCNTR) || in fd5_create_batch_query()
396 mesa_loge("invalid batch query query_type: %u", query_types[i]); in fd5_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c168 unsigned *query_types) in iris_create_monitor_object() argument
183 int query_index = query_types[0] - PIPE_QUERY_DRIVER_SPECIFIC; in iris_create_monitor_object()
198 unsigned current_query = query_types[i]; in iris_create_monitor_object()
Diris_monitor.h40 unsigned *query_types);
Diris_query.c460 unsigned *query_types) in iris_create_batch_query() argument
468 q->monitor = iris_create_monitor_object(ice, num_queries, query_types); in iris_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.h53 unsigned *query_types);
Dcrocus_monitor.c327 unsigned *query_types) in crocus_create_monitor_object() argument
343 int query_index = query_types[0] - PIPE_QUERY_DRIVER_SPECIFIC; in crocus_create_monitor_object()
358 unsigned current_query = query_types[i]; in crocus_create_monitor_object()
Dcrocus_query.c490 unsigned *query_types) in crocus_create_batch_query() argument
498 q->monitor = crocus_create_monitor_object(ice, num_queries, query_types); in crocus_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c568 unsigned *query_types) in fd6_create_batch_query() argument
590 unsigned idx = query_types[i] - FD_QUERY_FIRST_PERFCNTR; in fd6_create_batch_query()
593 if ((query_types[i] < FD_QUERY_FIRST_PERFCNTR) || in fd6_create_batch_query()
595 mesa_loge("invalid batch query query_type: %u", query_types[i]); in fd6_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c302 unsigned *query_types) in r600_create_batch_query() argument
329 if (query_types[i] < R600_QUERY_FIRST_PERFCOUNTER) in r600_create_batch_query()
332 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in r600_create_batch_query()
396 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in r600_create_batch_query()
Dr600_query.h295 unsigned *query_types);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c458 unsigned *query_types) in si_create_batch_query() argument
483 if (query_types[i] < SI_QUERY_FIRST_PERFCOUNTER) in si_create_batch_query()
487 … ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
542 … ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
Dsi_query.h281 unsigned *query_types);
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c75 unsigned *query_types) in dd_context_create_batch_query() argument
80 query = pipe->create_batch_query(pipe, num_queries, query_types); in dd_context_create_batch_query()
87 dd_query->type = query_types[0]; in dd_context_create_batch_query()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h235 unsigned *query_types );
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp1605 …const glw::GLenum query_types[] = { GL_GEOMETRY_SHADER_INVOCATIONS, GL_GEOMETRY_SHADER_PRIMITIVES_… in iterate() local
1608 const unsigned int n_query_types = sizeof(query_types) / sizeof(query_types[0]); in iterate()
1612 glw::GLenum query_type = query_types[n_query_type]; in iterate()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c767 unsigned *query_types) in tc_create_batch_query() argument
772 return pipe->create_batch_query(pipe, num_queries, query_types); in tc_create_batch_query()
/third_party/gstreamer/gstreamer/
DChangeLog58850 element: remove more query_types
132212 query_types, and formats methods.
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch52701 return ResolveAsIP(job_key.query_types, resolve_canonname, ip_address);
/third_party/gstreamer/gstplugins_bad/
DChangeLog160556 gme: Remove query_types