HomeSort by relevance Sort by last modified time
    Searched refs:threaded_query (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_threaded_context.h 46 * - threaded_query for pipe_query (zero memory)
79 * - get_query_result (when threaded_query::flushed == true)
138 * If threaded_query::flushed == true, get_query_result should assume that
296 struct threaded_query { struct
399 static inline struct threaded_query *
400 threaded_query(struct pipe_query *q) function
402 return (struct threaded_query*)q;
u_threaded_context.c 352 struct threaded_query *tq = threaded_query(payload->query);
393 struct threaded_query *tq = threaded_query(p->query);
405 struct threaded_query *tq = threaded_query(query);
423 struct threaded_query *tq = threaded_query(query);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.h 136 struct threaded_query b;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.h 136 struct threaded_query b;

Completed in 95 milliseconds