Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/elk/
Delk_debug_recompile.c60 const struct elk_sampler_prog_key_data *old_key, in debug_sampler_recompile()
81 const struct elk_base_prog_key *old_key, in debug_base_recompile()
89 const struct elk_vs_prog_key *old_key, in debug_vs_recompile()
110 const struct elk_tcs_prog_key *old_key, in debug_tcs_recompile()
128 const struct elk_tes_prog_key *old_key, in debug_tes_recompile()
143 const struct elk_gs_prog_key *old_key, in debug_gs_recompile()
155 const struct elk_wm_prog_key *old_key, in debug_fs_recompile()
188 const struct elk_cs_prog_key *old_key, in debug_cs_recompile()
201 const struct elk_base_prog_key *old_key, in elk_debug_key_recompile()
/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c61 const struct brw_base_prog_key *old_key, in debug_base_recompile()
74 const struct brw_vs_prog_key *old_key, in debug_vs_recompile()
86 const struct brw_tcs_prog_key *old_key, in debug_tcs_recompile()
103 const struct brw_tes_prog_key *old_key, in debug_tes_recompile()
118 const struct brw_gs_prog_key *old_key, in debug_gs_recompile()
130 const struct brw_wm_prog_key *old_key, in debug_fs_recompile()
158 const struct brw_cs_prog_key *old_key, in debug_cs_recompile()
171 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/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs177 let old_key = map::get_key(&self.buffer, addr); in push_key() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc472 void DeviceContextManager::UpdateDeviceContextKey(const DeviceContextKey &old_key, const DeviceCont… in UpdateDeviceContextKey()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_device_context.cc151 DeviceContextKey old_key = device_context_->device_context_key(); in Initialize() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1639 union brw_any_prog_key old_key; in iris_debug_recompile_brw() local
1691 union elk_any_prog_key old_key; in iris_debug_recompile_elk() local
/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.c1072 const void *old_key = in crocus_debug_recompile() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp2624 struct si_shader_key_ps old_key; in si_ps_key_update_framebuffer_blend_dsa_rasterizer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc559 void AnfAlgo::CopyNodeAttr(const std::string &old_key, const std::string &new_key, const AnfNodePtr… in CopyNodeAttr()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp62680 void rekeyIfMoved(const Key& old_key, const Key& new_key) { in rekeyIfMoved()