Searched refs:query_types (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 47 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/ |
D | r600_perfcounter.c | 298 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()
|
D | r600_query.h | 299 unsigned *query_types);
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 302 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()
|
D | r600_query.h | 295 unsigned *query_types);
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 75 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/ |
D | p_context.h | 149 unsigned *query_types );
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 1592 …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/ |
D | u_threaded_context.c | 341 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()
|