Searched refs:tc_add_call (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 321 #define tc_add_call(tc, execute, type) \ macro 730 tc_add_call(tc, TC_CALL_##func, tc_call_##func); \ 798 tc_add_call(tc, TC_CALL_destroy_query, tc_query_call)->query = query; in tc_destroy_query() 813 tc_add_call(tc, TC_CALL_begin_query, tc_query_call)->query = query; in tc_begin_query() 842 tc_add_call(tc, TC_CALL_end_query, tc_end_query_call); in tc_end_query() 911 tc_add_call(tc, TC_CALL_get_query_result_resource, in tc_get_query_result_resource() 945 tc_add_call(tc, TC_CALL_render_condition, tc_render_condition); in tc_render_condition() 1064 tc_add_call(tc, TC_CALL_set_framebuffer_state, tc_framebuffer); in tc_set_framebuffer_state() 1101 float *p = tc_add_call(tc, TC_CALL_set_tess_state, tc_tess_state)->state; in tc_set_tess_state() 1126 tc_add_call(tc, TC_CALL_set_patch_vertices, in tc_set_patch_vertices() [all …]
|