Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c57 struct state_key { struct
58 GLbitfield varying_vp_inputs;
60 unsigned fragprog_inputs_read:12;
62 unsigned light_color_material_mask:12;
63 unsigned light_global_enabled:1;
64 unsigned light_local_viewer:1;
65 unsigned light_twoside:1;
66 unsigned material_shininess_is_zero:1;
67 unsigned need_eye_coords:1;
68 unsigned normalize:1;
[all …]
H A Dff_fragment_shader.c78 struct state_key { struct
79 GLuint nr_enabled_units:4;
80 GLuint separate_specular:1;
81 GLuint fog_mode:2; /**< FOG_x */
82 GLuint inputs_available:12;
83 GLuint num_draw_buffers:4;
86 struct {
104 } unit[MAX_TEXTURE_COORD_UNITS];
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c36 union state_key { union
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/
H A Dprng.cc577 auto state_key = ScramblePhiloxKey(pkey); in ScramblePhiloxKey() local
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c248 static Tcl_ThreadDataKey state_key; variable
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c202 static Tcl_ThreadDataKey state_key; variable