Searched refs:TC_FUNC1 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 367 #define TC_FUNC1(func, m_payload, qualifier, type, deref, deref2) \ macro 382 TC_FUNC1(set_active_query_state, flags, , bool, , *) 384 TC_FUNC1(set_blend_color, blend_color, const, struct pipe_blend_color, *, ) 385 TC_FUNC1(set_stencil_ref, stencil_ref, const, struct pipe_stencil_ref, *, ) 386 TC_FUNC1(set_clip_state, clip_state, const, struct pipe_clip_state, *, ) 387 TC_FUNC1(set_sample_mask, sample_mask, , unsigned, , *) 388 TC_FUNC1(set_min_samples, min_samples, , unsigned, , *) 389 TC_FUNC1(set_polygon_stipple, polygon_stipple, const, struct pipe_poly_stipple, *, ) 391 TC_FUNC1(texture_barrier, flags, , unsigned, , *) 392 TC_FUNC1(memory_barrier, flags, , unsigned, , *) [all …]
|