Searched refs:tc_query_call (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 775 struct tc_query_call { struct 783 struct pipe_query *query = to_call(call, tc_query_call)->query; 790 return call_size(tc_query_call); 798 tc_add_call(tc, TC_CALL_destroy_query, tc_query_call)->query = query; 804 pipe->begin_query(pipe, to_call(call, tc_query_call)->query); 805 return call_size(tc_query_call); 813 tc_add_call(tc, TC_CALL_begin_query, tc_query_call)->query = query; 4009 (void)pipe->begin_intel_perf_query(pipe, to_call(call, tc_query_call)->query); 4010 return call_size(tc_query_call); 4018 tc_add_call(tc, TC_CALL_begin_intel_perf_query, tc_query_call) [all...] |
Completed in 7 milliseconds