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.h139 struct st_fp_variant_key struct
141 struct st_context *st; /**< variants are per-context */
144 GLuint bitmap:1; /**< glBitmap variant? */
147 GLuint drawpixels:1; /**< glDrawPixels variant */
148 GLuint scaleAndBias:1; /**< glDrawPixels w/ scale and/or bias? */
149 GLuint pixelMaps:1; /**< glDrawPixels w/ pixel lookup map? */
152 GLuint clamp_color:1;
155 GLuint persample_shading:1;
158 GLuint fog:2;
161 GLuint lower_depth_clamp:1;
[all …]