Home
last modified time | relevance | path

Searched defs:tc_draw_single (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h418 struct tc_draw_single { struct
419 struct tc_call_base base;
420 unsigned index_bias;
421 struct pipe_draw_info info;
H A Du_threaded_context.c3866 tc_draw_single(struct pipe_context *_pipe, const struct pipe_draw_info *info, in tc_draw_single() function