Searched refs:state_key (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 85 struct state_key { struct 259 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key() 340 struct state_key *state; 468 static GLboolean args_match( const struct state_key *key, GLuint unit ) in args_match() 591 const struct state_key *key = p->state; in emit_texenv() 873 const struct state_key *key = p->state; in load_texunit_sources() 898 struct state_key *key = p->state; in emit_fog_instructions() 973 struct state_key *key = p->state; in emit_instructions() 1032 create_new_program(struct gl_context *ctx, struct state_key *key) in create_new_program() 1125 struct state_key ke in _mesa_get_fixed_func_fragment_program() [all...] |
H A D | ffvertex_prog.c | 56 struct state_key { struct 135 const struct state_key *key, in check_active_shininess() 154 static void make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key() 159 memset(key, 0, sizeof(struct state_key)); in make_state_key() 312 const struct state_key *state; 1698 create_new_program( const struct state_key *key, in create_new_program() 1752 struct state_key key; in _mesa_get_fixed_func_vertex_program()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw_hw_select.c | 36 union state_key { union 422 build_point_nir_shader(nir_builder *b, union state_key state, bool packed) in build_point_nir_shader() 477 build_line_nir_shader(nir_builder *b, union state_key state, bool packed) in build_line_nir_shader() 536 build_planar_primitive_nir_shader(nir_builder *b, union state_key state, bool packed) in build_planar_primitive_nir_shader() 605 hw_select_create_gs(struct st_context *st, union state_key state) in hw_select_create_gs() 707 static union state_key 710 union state_key state = {0}; in make_state_key() 735 return (union state_key){0}; in make_state_key() 742 return (union state_key){0}; in make_state_key() 762 union state_key ke in st_draw_hw_select_prepare_mode() [all...] |
/third_party/python/Modules/ |
H A D | _tkinter.c | 248 static Tcl_ThreadDataKey state_key; variable 251 (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
|
Completed in 16 milliseconds