Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c60 const struct brw_sampler_prog_key_data *old_key, in debug_sampler_recompile()
91 const struct brw_base_prog_key *old_key, in debug_base_recompile()
99 const struct brw_vs_prog_key *old_key, in debug_vs_recompile()
120 const struct brw_tcs_prog_key *old_key, in debug_tcs_recompile()
138 const struct brw_tes_prog_key *old_key, in debug_tes_recompile()
153 const struct brw_gs_prog_key *old_key, in debug_gs_recompile()
165 const struct brw_wm_prog_key *old_key, in debug_fs_recompile()
199 const struct brw_cs_prog_key *old_key, in debug_cs_recompile()
212 const struct brw_base_prog_key *old_key, in brw_debug_key_recompile()
/third_party/libbpf/src/
Dhashmap.h133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
141 #define hashmap__set(map, key, value, old_key, old_value) \ argument
144 #define hashmap__update(map, key, value, old_key, old_value) \ argument
152 #define hashmap__delete(map, key, old_key, old_value) \ argument
Dhashmap.c156 long *old_key, long *old_value) in hashmap_insert()
221 long *old_key, long *old_value) in hashmap_delete()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_ksl.c688 void ngtcp2_ksl_update_key(ngtcp2_ksl *ksl, const ngtcp2_ksl_key *old_key, in ngtcp2_ksl_update_key()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_ksl.c696 void nghttp3_ksl_update_key(nghttp3_ksl *ksl, const nghttp3_ksl_key *old_key, in nghttp3_ksl_update_key()
/third_party/python/Objects/
Dsetobject.c328 PyObject *old_key; in set_discard_entry() local
Ddictobject.c1953 PyObject *old_key; in delitem_common() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1087 const void *old_key = in crocus_debug_recompile() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1137 union brw_any_prog_key old_key; in iris_debug_recompile() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp62680 void rekeyIfMoved(const Key& old_key, const Key& new_key) { in rekeyIfMoved()