Searched refs:tr_query (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c133 struct trace_query *tr_query = CALLOC_STRUCT(trace_query); local in function:trace_context_create_query
134 if (tr_query) {
135 tr_query->type = query_type;
136 tr_query->query = query;
137 query = (struct pipe_query *)tr_query;
154 struct trace_query *tr_query = trace_query(_query); local in function:trace_context_destroy_query
155 struct pipe_query *query = tr_query->query;
157 FREE(tr_query);
222 struct trace_query *tr_query = trace_query(_query); local in function:trace_context_get_query_result
223 struct pipe_query *query = tr_query
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c200 struct trace_query *tr_query = CALLOC_STRUCT(trace_query); local in function:trace_context_create_query
201 if (tr_query) {
202 tr_query->type = query_type;
203 tr_query->query = query;
204 query = (struct pipe_query *)tr_query;
221 struct trace_query *tr_query = trace_query(_query); local in function:trace_context_destroy_query
222 struct pipe_query *query = tr_query->query;
224 FREE(tr_query);
291 struct trace_query *tr_query = trace_query(_query); local in function:trace_context_get_query_result
292 struct pipe_query *query = tr_query
[all...]

Completed in 5 milliseconds