Home
last modified time | relevance | path

Searched refs:_query (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) { in query()
33 q.pipe->end_query(q.pipe, _query); in query()
38 _query(other._query) { in query()
39 other._query = NULL; in query()
43 if (_query) in ~query()
44 q().pipe->destroy_query(q().pipe, _query); in ~query()
51 if (!q().pipe->get_query_result(q().pipe, _query, false, &result)) in operator ()()
Dtimestamp.hpp53 pipe_query *_query; member in clover::timestamp::query
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_query.c42 .init = ilo_init_ ## mod ## _query, \
43 .begin = ilo_begin_ ## mod ## _query, \
44 .end = ilo_end_ ## mod ## _query, \
45 .process = ilo_process_ ## mod ## _query, \
/external/autotest/frontend/tko/
Dtko_rpc_utils.py101 self._query = query
121 self._query = self._query.filter(**{header_field + '__in' : values})
127 self._query, self._group_by)
/external/clang/test/SemaObjC/
Dproperty-8.m60 _XCOQQuery *_query; field
69 @synthesize query = _query;
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c179 struct pipe_query *_query) in trace_context_destroy_query() argument
183 struct trace_query *tr_query = trace_query(_query); in trace_context_destroy_query()
245 struct pipe_query *_query, in trace_context_get_query_result() argument
251 struct trace_query *tr_query = trace_query(_query); in trace_context_get_query_result()