Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
Dplatform_SessionManagerStateKeyGeneration.py41 for state_key in state_keys:
42 if len(state_key) != 32:
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp85 struct state_key { struct
262 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key()
343 struct state_key *state;
472 static GLboolean args_match( const struct state_key *key, GLuint unit ) in args_match()
595 const struct state_key *key = p->state; in emit_texenv()
877 const struct state_key *key = p->state; in load_texunit_sources()
902 struct state_key *key = p->state; in emit_fog_instructions()
977 struct state_key *key = p->state; in emit_instructions()
1036 create_new_program(struct gl_context *ctx, struct state_key *key) in create_new_program()
1142 struct state_key key; in _mesa_get_fixed_func_fragment_program()
Dffvertex_prog.c54 struct state_key { struct
133 const struct state_key *key, in check_active_shininess()
152 static void make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key()
157 memset(key, 0, sizeof(struct state_key)); in make_state_key()
300 const struct state_key *state;
1601 create_new_program( const struct state_key *key, in create_new_program()
1651 struct state_key key; in _mesa_get_fixed_func_vertex_program()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc576 auto state_key = ScramblePhiloxKey(pkey); in ScramblePhiloxKey() local
577 return std::make_pair(Uint128ToOp(Uint32sToUint128(state_key.first)), in ScramblePhiloxKey()
578 Uint32sToUint64(state_key.second)); in ScramblePhiloxKey()
/external/python/cpython3/Modules/
D_tkinter.c240 static Tcl_ThreadDataKey state_key; variable
243 (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
/external/python/cpython2/Modules/
D_tkinter.c202 static Tcl_ThreadDataKey state_key; variable
204 #define tcl_tstate (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))