Home
last modified time | relevance | path

Searched refs:u_vbuf_set_flatshade_first (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.h79 void u_vbuf_set_flatshade_first(struct u_vbuf *mgr, bool flatshade_first);
Du_vbuf.c426 void u_vbuf_set_flatshade_first(struct u_vbuf *mgr, bool flatshade_first) in u_vbuf_set_flatshade_first() function
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c602 u_vbuf_set_flatshade_first(ctx->vbuf, ctx->flatshade_first); in cso_set_rasterizer()
623 u_vbuf_set_flatshade_first(ctx->vbuf, ctx->flatshade_first); in cso_restore_rasterizer()