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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c297 #define TC_FUNC1(func, m_payload, qualifier, type, deref, deref2) \ macro
312 TC_FUNC1(set_active_query_state, flags, , boolean, , *)
314 TC_FUNC1(set_blend_color, blend_color, const, struct pipe_blend_color, *, )
315 TC_FUNC1(set_stencil_ref, stencil_ref, const, struct pipe_stencil_ref, *, )
316 TC_FUNC1(set_clip_state, clip_state, const, struct pipe_clip_state, *, )
317 TC_FUNC1(set_sample_mask, sample_mask, , unsigned, , *)
318 TC_FUNC1(set_min_samples, min_samples, , unsigned, , *)
319 TC_FUNC1(set_polygon_stipple, polygon_stipple, const, struct pipe_poly_stipple, *, )
321 TC_FUNC1(texture_barrier, flags, , unsigned, , *)
322 TC_FUNC1(memory_barrie
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c712 #define TC_FUNC1(func, qualifier, type, deref, addr, ...) \ macro
735 TC_FUNC1(set_active_query_state, , bool, , )
737 TC_FUNC1(set_blend_color, const, struct pipe_blend_color, *, &)
738 TC_FUNC1(set_stencil_ref, const, struct pipe_stencil_ref, , )
739 TC_FUNC1(set_clip_state, const, struct pipe_clip_state, *, &)
740 TC_FUNC1(set_sample_mask, , unsigned, , )
741 TC_FUNC1(set_min_samples, , unsigned, , )
742 TC_FUNC1(set_polygon_stipple, const, struct pipe_poly_stipple, *, &)
744 TC_FUNC1(texture_barrier, , unsigned, , )
745 TC_FUNC1(memory_barrie
[all...]

Completed in 9 milliseconds