Home
last modified time | relevance | path

Searched refs:value_map (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h253 typedef sb_map<uint32_t, value*> value_map; typedef
254 value_map reg_values;
257 value_map const_values; // immediate constants key -const value (uint32_t)
258 value_map special_ro_values; // key - hw alu_sel & chan
259 value_map kcache_values;
412 value* get_ro_value(value_map &vm, value_kind vk, unsigned key);
Dsb_shader.cpp139 value_map::iterator i = reg_values.find(key); in get_value()
511 value* shader::get_ro_value(value_map& vm, value_kind vk, unsigned key) { in get_ro_value()
512 value_map::iterator I = vm.find(key); in get_ro_value()
/third_party/gn/src/gn/
Dcreate_bundle_target_generator.cc121 Scope::KeyValueMap value_map; in FillXcodeExtraAttributes() local
122 scope_value->GetCurrentScopeValues(&value_map); in FillXcodeExtraAttributes()
126 for (const auto& iter : value_map) { in FillXcodeExtraAttributes()
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto101 map<string, google.protobuf.Value> value_map = 2; field