Searched refs:tc_add_call (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 319 #define tc_add_call(tc, execute, type) \ macro 779 tc_add_call(tc, TC_CALL_##func, tc_call_##func); \ 847 tc_add_call(tc, TC_CALL_destroy_query, tc_query_call)->query = query; in tc_destroy_query() 862 tc_add_call(tc, TC_CALL_begin_query, tc_query_call)->query = query; in tc_begin_query() 891 tc_add_call(tc, TC_CALL_end_query, tc_end_query_call); in tc_end_query() 964 tc_add_call(tc, TC_CALL_get_query_result_resource, in tc_get_query_result_resource() 997 tc_add_call(tc, TC_CALL_render_condition, tc_render_condition); in tc_render_condition() 1121 tc_add_call(tc, TC_CALL_set_framebuffer_state, tc_framebuffer); in tc_set_framebuffer_state() 1158 float *p = tc_add_call(tc, TC_CALL_set_tess_state, tc_tess_state)->state; in tc_set_tess_state() 1183 tc_add_call(t in tc_set_patch_vertices() [all...] |
Completed in 6 milliseconds