Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h119 struct st_fp_variant_key struct
121 struct st_context *st; /**< variants are per-context */
124 GLuint bitmap:1; /**< glBitmap variant? */
127 GLuint drawpixels:1; /**< glDrawPixels variant */
128 GLuint scaleAndBias:1; /**< glDrawPixels w/ scale and/or bias? */
129 GLuint pixelMaps:1; /**< glDrawPixels w/ pixel lookup map? */
132 GLuint clamp_color:1;
135 GLuint persample_shading:1;
138 GLuint fog:2;
141 GLuint lower_depth_clamp:1;
[all …]