Home
last modified time | relevance | path

Searched refs:mapped_index (Results 1 – 25 of 129) sorted by relevance

123456

/dports/math/dune-typetree/dune-typetree-cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0/dune/typetree/
H A Dfilteredcompositenode.hh131 …static const std::size_t mapped_index = std::tuple_element<k,typename filter_result::IndexMap>::ty… member
153 return _node->template child<Child<k>::mapped_index>();
163 return _node->template child<Child<k>::mapped_index>();
174 return _node->template childStorage<Child<k>::mapped_index>();
184 return _node->template childStorage<Child<k>::mapped_index>();
191 _node->template setChild<Child<k>::mapped_index>(std::forward<ChildType>(child)); in setChild()
/dports/devel/libruin/libruin-0.2.0/src/
H A Dutil.c111 mapped_index = hash->map[hashed_index]; in ruin_util_hash_insert()
112 if (strcmp(hash->keys[mapped_index], key) == 0) { in ruin_util_hash_insert()
113 hash->values[mapped_index] = value; in ruin_util_hash_insert()
179 int hashed_index, mapped_index, i, found_null; in ruin_util_hash_retrieve() local
188 mapped_index = hash->map[hashed_index]; in ruin_util_hash_retrieve()
189 if (strcmp(hash->keys[mapped_index], key) == 0) { in ruin_util_hash_retrieve()
191 return hash->values[mapped_index]; in ruin_util_hash_retrieve()
199 mapped_index = hash->map[i]; in ruin_util_hash_retrieve()
202 return hash->values[mapped_index]; in ruin_util_hash_retrieve()
214 mapped_index = hash->map[i]; in ruin_util_hash_retrieve()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/mesh/
H A Dmesh_misc_functions.h48 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
49 att.mapped_index(mesh.CornerToPointId(c1))) in IsCornerOppositeToAttributeSeam()
53 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
54 att.mapped_index(mesh.CornerToPointId(c1))) in IsCornerOppositeToAttributeSeam()
H A Dmesh_attribute_corner_table.cc78 if (att->mapped_index(point_id) != att->mapped_index(sibling_point_id)) { in InitFromAttribute()
146 vertex_to_attribute_entry_id_map_.push_back(att->mapped_index(point_id)); in RecomputeVerticesInternal()
173 att->mapped_index(point_id)); in RecomputeVerticesInternal()
H A Dmesh_are_equivalent.cc26 const AttributeValueIndex pos_index = pos_att->mapped_index(ver_index); in PrintPosition()
35 const AttributeValueIndex pos_index = pos_att->mapped_index(ver_index); in GetPosition()
158 const AttributeValueIndex index0 = att0->mapped_index(corner0); in operator ()()
159 const AttributeValueIndex index1 = att1->mapped_index(corner1); in operator ()()
/dports/archivers/draco/draco-1.4.3/src/draco/mesh/
H A Dmesh_misc_functions.h54 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
55 att.mapped_index(mesh.CornerToPointId(c1))) { in IsCornerOppositeToAttributeSeam()
60 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
61 att.mapped_index(mesh.CornerToPointId(c1))) { in IsCornerOppositeToAttributeSeam()
H A Dmesh_attribute_corner_table.cc83 if (att->mapped_index(point_id) != att->mapped_index(sibling_point_id)) { in InitFromAttribute()
154 vertex_to_attribute_entry_id_map_.push_back(att->mapped_index(point_id)); in RecomputeVerticesInternal()
181 att->mapped_index(point_id)); in RecomputeVerticesInternal()
H A Dmesh_are_equivalent.cc26 const AttributeValueIndex pos_index = pos_att->mapped_index(ver_index); in PrintPosition()
35 const AttributeValueIndex pos_index = pos_att->mapped_index(ver_index); in GetPosition()
167 const AttributeValueIndex index0 = att0->mapped_index(corner0); in operator ()()
168 const AttributeValueIndex index1 = att1->mapped_index(corner1); in operator ()()
H A Dmesh_cleanup.cc58 pos_indices[p] = pos_att->mapped_index(face[p]); in RemoveDegeneratedFaces()
85 pos_indices[c] = pos_att->mapped_index(f[c]).value(); in RemoveDuplicateFaces()
171 const AttributeValueIndex entry_id = att->mapped_index(i); in RemoveUnusedAttributes()
229 const AttributeValueIndex original_entry_index = att->mapped_index(i); in RemoveUnusedAttributes()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/mesh/
H A Dmesh_misc_functions.h54 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
55 att.mapped_index(mesh.CornerToPointId(c1))) { in IsCornerOppositeToAttributeSeam()
60 if (att.mapped_index(mesh.CornerToPointId(c0)) != in IsCornerOppositeToAttributeSeam()
61 att.mapped_index(mesh.CornerToPointId(c1))) { in IsCornerOppositeToAttributeSeam()
H A Dmesh_attribute_corner_table.cc83 if (att->mapped_index(point_id) != att->mapped_index(sibling_point_id)) { in InitFromAttribute()
154 vertex_to_attribute_entry_id_map_.push_back(att->mapped_index(point_id)); in RecomputeVerticesInternal()
181 att->mapped_index(point_id)); in RecomputeVerticesInternal()
H A Dmesh_cleanup.cc58 pos_indices[p] = pos_att->mapped_index(face[p]); in RemoveDegeneratedFaces()
85 pos_indices[c] = pos_att->mapped_index(f[c]).value(); in RemoveDuplicateFaces()
171 const AttributeValueIndex entry_id = att->mapped_index(i); in RemoveUnusedAttributes()
229 const AttributeValueIndex original_entry_index = att->mapped_index(i); in RemoveUnusedAttributes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp38 int mapped_index[4]; in gen_canonicalized_partition_table() local
41 mapped_index[i] = -1; in gen_canonicalized_partition_table()
46 if (mapped_index[index] == -1) in gen_canonicalized_partition_table()
47 mapped_index[index] = map_weight_count++; in gen_canonicalized_partition_table()
48 uint64_t xlat_index = mapped_index[index]; in gen_canonicalized_partition_table()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/io/
H A Dply_encoder.cc138 buffer()->Encode(pos_att->GetAddress(pos_att->mapped_index(v)), in EncodeInternal()
142 buffer()->Encode(normal_att->GetAddress(normal_att->mapped_index(v)), in EncodeInternal()
147 buffer()->Encode(color_att->GetAddress(color_att->mapped_index(v)), in EncodeInternal()
170 buffer()->Encode(tex_att->GetAddress(tex_att->mapped_index(f[c])), in EncodeInternal()
H A Dobj_encoder.cc235 const AttributeValueIndex index_id(material_att_->mapped_index(vert_index)); in EncodeMaterial()
258 const AttributeValueIndex index_id(sub_obj_att_->mapped_index(vert_index)); in EncodeSubObject()
279 EncodeInt(pos_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
285 EncodeInt(tex_coord_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
289 EncodeInt(normal_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
/dports/archivers/draco/draco-1.4.3/src/draco/io/
H A Dply_encoder.cc148 buffer()->Encode(pos_att->GetAddress(pos_att->mapped_index(v)), in EncodeInternal()
152 buffer()->Encode(normal_att->GetAddress(normal_att->mapped_index(v)), in EncodeInternal()
157 buffer()->Encode(color_att->GetAddress(color_att->mapped_index(v)), in EncodeInternal()
180 buffer()->Encode(tex_att->GetAddress(tex_att->mapped_index(f[c])), in EncodeInternal()
H A Dobj_encoder.cc265 const AttributeValueIndex index_id(material_att_->mapped_index(vert_index)); in EncodeMaterial()
289 const AttributeValueIndex index_id(sub_obj_att_->mapped_index(vert_index)); in EncodeSubObject()
311 EncodeInt(pos_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
317 EncodeInt(tex_coord_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
321 EncodeInt(normal_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/io/
H A Dply_encoder.cc148 buffer()->Encode(pos_att->GetAddress(pos_att->mapped_index(v)), in EncodeInternal()
152 buffer()->Encode(normal_att->GetAddress(normal_att->mapped_index(v)), in EncodeInternal()
157 buffer()->Encode(color_att->GetAddress(color_att->mapped_index(v)), in EncodeInternal()
180 buffer()->Encode(tex_att->GetAddress(tex_att->mapped_index(f[c])), in EncodeInternal()
H A Dobj_encoder.cc265 const AttributeValueIndex index_id(material_att_->mapped_index(vert_index)); in EncodeMaterial()
289 const AttributeValueIndex index_id(sub_obj_att_->mapped_index(vert_index)); in EncodeSubObject()
311 EncodeInt(pos_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
317 EncodeInt(tex_coord_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
321 EncodeInt(normal_att_->mapped_index(vert_index).value() + 1); in EncodeFaceCorner()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_partition_tables.cpp34 int mapped_index[4]; in gen_canonicalized_partition_table() local
37 mapped_index[i] = -1; in gen_canonicalized_partition_table()
42 if (mapped_index[index] == -1) in gen_canonicalized_partition_table()
43 mapped_index[index] = map_weight_count++; in gen_canonicalized_partition_table()
44 uint64_t xlat_index = mapped_index[index]; in gen_canonicalized_partition_table()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_partition_tables.cpp34 int mapped_index[4]; in gen_canonicalized_partition_table() local
37 mapped_index[i] = -1; in gen_canonicalized_partition_table()
42 if (mapped_index[index] == -1) in gen_canonicalized_partition_table()
43 mapped_index[index] = map_weight_count++; in gen_canonicalized_partition_table()
44 uint64_t xlat_index = mapped_index[index]; in gen_canonicalized_partition_table()
/dports/archivers/draco/draco-1.4.3/src/draco/attributes/
H A Dpoint_attribute.h56 AttributeValueIndex mapped_index(PointIndex point_index) const { in mapped_index() function
72 return GetAddress(mapped_index(point_index)); in GetAddressOfMappedIndex()
109 return GetValue(mapped_index(point_index), out_data); in GetMappedValue()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/attributes/
H A Dpoint_attribute.h56 AttributeValueIndex mapped_index(PointIndex point_index) const { in mapped_index() function
72 return GetAddress(mapped_index(point_index)); in GetAddressOfMappedIndex()
109 return GetValue(mapped_index(point_index), out_data); in GetMappedValue()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dtable_model.py183 mapped_index = 0
189 mapped_index = self.editor.filtered_indices[index] + 1
190 self.__items().insert(mapped_index, item)
193 mapped_index = self.__items().index(item)
195 return (mapped_index, sorted)
203 mapped_index = self.editor.filtered_indices[index]
205 object = items[mapped_index]
206 del items[mapped_index]
208 return (mapped_index, object)
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/attributes/
H A Dpoint_attribute.h51 AttributeValueIndex mapped_index(PointIndex point_index) const { in mapped_index() function
65 return GetAddress(mapped_index(point_index)); in GetAddressOfMappedIndex()
105 return GetValue(mapped_index(point_index), out_data); in GetMappedValue()

123456