Home
last modified time | relevance | path

Searched defs:st_fp_variant_key (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.h154 struct st_fp_variant_key struct
156 struct st_context *st; /**< variants are per-context */
159 GLuint bitmap:1; /**< glBitmap variant? */
162 GLuint drawpixels:1; /**< glDrawPixels variant */
163 GLuint scaleAndBias:1; /**< glDrawPixels w/ scale and/or bias? */
164 GLuint pixelMaps:1; /**< glDrawPixels w/ pixel lookup map? */
167 GLuint clamp_color:1;
170 GLuint persample_shading:1;
173 GLuint fog:2;
176 GLuint lower_two_sided_color:1;
[all …]