Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c761 #define TC_FUNC1(func, qualifier, type, deref, addr, ...) \ macro
784 TC_FUNC1(set_active_query_state, , bool, , )
786 TC_FUNC1(set_blend_color, const, struct pipe_blend_color, *, &)
787 TC_FUNC1(set_stencil_ref, const, struct pipe_stencil_ref, , )
788 TC_FUNC1(set_clip_state, const, struct pipe_clip_state, *, &)
789 TC_FUNC1(set_sample_mask, , unsigned, , )
790 TC_FUNC1(set_min_samples, , unsigned, , )
791 TC_FUNC1(set_polygon_stipple, const, struct pipe_poly_stipple, *, &)
793 TC_FUNC1(texture_barrier, , unsigned, , )
794 TC_FUNC1(memory_barrie
[all...]

Completed in 7 milliseconds