Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.h185 struct st_fp_variant_key struct
187 struct st_context *st; /**< variants are per-context */
190 GLuint bitmap:1; /**< glBitmap variant? */
193 GLuint drawpixels:1; /**< glDrawPixels variant */
194 GLuint scaleAndBias:1; /**< glDrawPixels w/ scale and/or bias? */
195 GLuint pixelMaps:1; /**< glDrawPixels w/ pixel lookup map? */
198 GLuint clamp_color:1;
201 GLuint persample_shading:1;
204 GLuint fog:2;
207 GLuint lower_two_sided_color:1;
[all …]