Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c55 struct state_key struct
72 make_state_key(struct gl_context *ctx, struct state_key *key) in make_state_key() argument
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c53 struct state_key { struct
54 unsigned light_color_material_mask:12;
55 unsigned light_global_enabled:1;
56 unsigned light_local_viewer:1;
57 unsigned light_twoside:1;
58 unsigned material_shininess_is_zero:1;
59 unsigned need_eye_coords:1;
60 unsigned normalize:1;
61 unsigned rescale_normals:1;
63 unsigned fog_source_is_depth:1;
[all …]
Dff_fragment_shader.cpp104 struct state_key { struct
105 GLuint nr_enabled_units:8;
106 GLuint enabled_units:8;
107 GLuint separate_specular:1;
108 GLuint fog_enabled:1;
109 GLuint fog_mode:2; /**< FOG_x */
110 GLuint inputs_available:12;
111 GLuint num_draw_buffers:4;
114 struct {
129 } unit[MAX_TEXTURE_UNITS];