Searched refs:tc_query_call (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 824 struct tc_query_call { struct 832 struct pipe_query *query = to_call(call, tc_query_call)->query; in tc_call_destroy_query() argument 839 return call_size(tc_query_call); in tc_call_destroy_query() 847 tc_add_call(tc, TC_CALL_destroy_query, tc_query_call)->query = query; in tc_destroy_query() 853 pipe->begin_query(pipe, to_call(call, tc_query_call)->query); in tc_call_begin_query() 854 return call_size(tc_query_call); in tc_call_begin_query() 862 tc_add_call(tc, TC_CALL_begin_query, tc_query_call)->query = query; in tc_begin_query() 4211 (void)pipe->begin_intel_perf_query(pipe, to_call(call, tc_query_call)->query); in tc_call_begin_intel_perf_query() 4212 return call_size(tc_query_call); in tc_call_begin_intel_perf_query() 4220 tc_add_call(tc, TC_CALL_begin_intel_perf_query, tc_query_call)->query = q; in tc_begin_intel_perf_query() [all …]
|