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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c480 struct tc_render_condition { struct
489 struct tc_render_condition *p = (struct tc_render_condition *)payload;
494 tc_render_condition(struct pipe_context *_pipe, function in typeref:typename:void
499 struct tc_render_condition *p =
500 tc_add_struct_typed_call(tc, TC_CALL_render_condition, tc_render_condition);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c923 struct tc_render_condition { struct
933 struct tc_render_condition *p = to_call(call, tc_render_condition);
935 return call_size(tc_render_condition);
939 tc_render_condition(struct pipe_context *_pipe, function in typeref:typename:void
944 struct tc_render_condition *p =
945 tc_add_call(tc, TC_CALL_render_condition, tc_render_condition);

Completed in 12 milliseconds