xref: /third_party/mesa3d/src/gallium/auxiliary/draw/draw_pt_decompose.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/auxiliary/draw/
1bf215546Sopenharmony_ci#define LOCAL_VARS                           \
2bf215546Sopenharmony_ci   char *verts = (char *) vertices;          \
3bf215546Sopenharmony_ci   const boolean quads_flatshade_last =      \
4bf215546Sopenharmony_ci      draw->quads_always_flatshade_last;     \
5bf215546Sopenharmony_ci   const boolean last_vertex_last =          \
6bf215546Sopenharmony_ci      !draw->rasterizer->flatshade_first;
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci#include "draw_decompose_tmp.h"
9

Indexes created Thu Nov 07 10:32:03 CST 2024