Searched refs:tc_add_sized_call (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 129 tc_add_sized_call(struct threaded_context *tc, enum tc_call_id id, in tc_add_sized_call() function 158 ((struct type*)tc_add_sized_call(tc, execute, sizeof(struct type))) 161 ((struct type*)tc_add_sized_call(tc, execute, \ 169 return tc_add_sized_call(tc, id, 0); in tc_add_small_call() 308 type *p = (type*)tc_add_sized_call(tc, TC_CALL_##func, sizeof(type)); \ 639 float *p = (float*)tc_add_sized_call(tc, TC_CALL_set_tess_state, in tc_set_tess_state() 2006 tc_add_sized_call(threaded_context(_pipe), TC_CALL_draw_vbo, in tc_add_draw_vbo()
|