Home
last modified time | relevance | path

Searched refs:tc_add_sized_call (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c198 tc_add_sized_call(struct threaded_context *tc, enum tc_call_id id, in tc_add_sized_call() function
227 ((struct type*)tc_add_sized_call(tc, execute, sizeof(struct type)))
230 ((struct type*)tc_add_sized_call(tc, execute, \
238 return tc_add_sized_call(tc, id, 0); in tc_add_small_call()
378 type *p = (type*)tc_add_sized_call(tc, TC_CALL_##func, sizeof(type)); \
709 float *p = (float*)tc_add_sized_call(tc, TC_CALL_set_tess_state, in tc_set_tess_state()
2215 tc_add_sized_call(threaded_context(_pipe), TC_CALL_draw_vbo, in tc_add_draw_vbo()