Searched refs:TC_FUNC1 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 712 #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_barrier, , unsigned, , ) [all …]
|