Searched refs:tc_clear_texture (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2404 struct tc_clear_texture { struct
2414 struct tc_clear_texture *p = (struct tc_clear_texture *)payload;
2421 tc_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, function in typeref:typename:void
2425 struct tc_clear_texture *p =
2426 tc_add_struct_typed_call(tc, TC_CALL_clear_texture, tc_clear_texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c3887 struct tc_clear_texture { struct
3898 struct tc_clear_texture *p = to_call(call, tc_clear_texture);
3902 return call_size(tc_clear_texture);
3906 tc_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, function in typeref:typename:void
3910 struct tc_clear_texture *p =
3911 tc_add_call(tc, TC_CALL_clear_texture, tc_clear_texture);

Completed in 12 milliseconds