Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_perfcounter.c298 unsigned *query_types) in si_create_batch_query() argument
325 if (query_types[i] < R600_QUERY_FIRST_PERFCOUNTER) in si_create_batch_query()
328 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in si_create_batch_query()
392 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in si_create_batch_query()
Dr600_query.h299 unsigned *query_types);
/external/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);
/external/mesa3d/src/gallium/drivers/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()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h149 unsigned *query_types );
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp1592 …const glw::GLenum query_types[] = { GL_GEOMETRY_SHADER_INVOCATIONS, GL_GEOMETRY_SHADER_PRIMITIVES_… in iterate() local
1595 const unsigned int n_query_types = sizeof(query_types) / sizeof(query_types[0]); in iterate()
1599 glw::GLenum query_type = query_types[n_query_type]; in iterate()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c341 unsigned *query_types) in tc_create_batch_query() argument
346 return pipe->create_batch_query(pipe, num_queries, query_types); in tc_create_batch_query()