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