Home
last modified time | relevance | path

Searched refs:add_type (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp269 add_type(glsl_symbol_table *symbols, const glsl_type *const type) in add_type() function
271 symbols->add_type(type->name, type); in add_type()
285 add_type(symbols, t->type); in _mesa_glsl_initialize_types()
294 add_type(symbols, deprecated_types[i]); in _mesa_glsl_initialize_types()
305 add_type(symbols, glsl_type::samplerCubeArray_type); in _mesa_glsl_initialize_types()
306 add_type(symbols, glsl_type::samplerCubeArrayShadow_type); in _mesa_glsl_initialize_types()
307 add_type(symbols, glsl_type::isamplerCubeArray_type); in _mesa_glsl_initialize_types()
308 add_type(symbols, glsl_type::usamplerCubeArray_type); in _mesa_glsl_initialize_types()
312 add_type(symbols, glsl_type::sampler2DMS_type); in _mesa_glsl_initialize_types()
313 add_type(symbols, glsl_type::isampler2DMS_type); in _mesa_glsl_initialize_types()
[all …]
Dglsl_symbol_table.h68 bool add_type(const char *name, const glsl_type *t);
Dglsl_symbol_table.cpp169 bool glsl_symbol_table::add_type(const char *name, const glsl_type *t) in add_type() function in glsl_symbol_table
Dglsl_parser.yy899 state->symbols->add_type($2, glsl_type::get_subroutine_instance($2));
2382 state->symbols->add_type($2, glsl_type::void_type);
Dast_to_hir.cpp6364 …if (!state->symbols->add_type(this->identifier, glsl_type::get_subroutine_instance(this->identifie… in hir()
7867 if (!type->is_anonymous() && !state->symbols->add_type(name, type)) { in hir()
/third_party/python/Lib/
Dmimetypes.py80 self.add_type(type, ext, True)
82 self.add_type(type, ext, False)
86 def add_type(self, type, ext, strict=True): member in MimeTypes
235 self.add_type(type, '.' + suff, strict)
249 add_type = self.add_type
251 add_type = lambda type, ext: self.add_type(type, ext, True) function
255 _mimetypes_read_windows_registry(add_type)
257 self._read_windows_registry(add_type)
260 def _read_windows_registry(cls, add_type): argument
285 add_type(mimetype, subkeyname)
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_client.cc93 request.add_type(static_cast<google::protobuf::int32>(node_type)); in GetAllNodes()
104 request.add_type(static_cast<google::protobuf::int32>(edge_type)); in GetAllEdges()
151 request.add_type(static_cast<google::protobuf::int32>(neighbor_type)); in GetAllNeighbors()
173 request.add_type(static_cast<google::protobuf::int32>(type)); in GetSampledNeighbors()
191 request.add_type(static_cast<google::protobuf::int32>(neg_neighbor_type)); in GetNegSampledNeighbors()
209 request.add_type(static_cast<google::protobuf::int32>(type)); in RandomWalk()
232 request.add_type(static_cast<google::protobuf::int32>(type)); in GetNodeFeature()
267 request.add_type(static_cast<google::protobuf::int32>(type)); in GetEdgeFeature()
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py73 def add_type(self, type_expr): member in type_table
105 tt.add_type( te )
/third_party/python/Lib/test/
Dtest_mimetypes.py129 self.db.add_type('test-type', '.strict-ext')
130 self.db.add_type('test-type', '.non-strict-ext', strict=False)
155 mimetypes.add_type('foo/bar', '.foobar')
/third_party/mindspore/mindspore/lite/test/ut/tools/optimizer/fusion/
Dconv_biasadd_fusion_test.cc73 MetaGraphTptr BuildGraph(schema::PrimitiveType conv_type, schema::PrimitiveType add_type) { in BuildGraph() argument
91 biasadd_node->primitive->value.type = add_type; in BuildGraph()
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp44 enum brw_reg_type add_type,
50 enum brw_reg_type add_type,
1584 enum brw_reg_type add_type, in test_mov_prop() argument
1589 fs_reg dest = bld.vgrf(add_type); in test_mov_prop()
1590 fs_reg src0 = bld.vgrf(add_type); in test_mov_prop()
1591 fs_reg src1 = bld.vgrf(add_type); in test_mov_prop()
2162 enum brw_reg_type add_type, in test_saturate_prop() argument
2167 fs_reg dest = bld.vgrf(add_type); in test_saturate_prop()
2168 fs_reg src0 = bld.vgrf(add_type); in test_saturate_prop()
2169 fs_reg src1 = bld.vgrf(add_type); in test_saturate_prop()
[all …]
/third_party/selinux/secilc/docs/
Dcil_call_macro_statements.md126 (call add_type)
129 (macro add_type ()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_fbb.cc60 ts_builder.add_type(dest); in SerializeOneTensorMeta()
/third_party/boost/boost/units/
Dcmath.hpp317 typedef typename add_typeof_helper<pow_type,pow_type>::type add_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() typedef
318 typedef typename root_typeof_helper<add_type,static_rational<2> >::type quantity_type; in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/flatbuffers/include/flatbuffers/
Dreflection_generated.h628 void add_type(flatbuffers::Offset<reflection::Type> type) { in add_type() function
693 builder_.add_type(type);
/third_party/python/Doc/library/
Dmimetypes.rst112 .. function:: add_type(type, ext, strict=True)
/third_party/mindspore/mindspore/lite/schema/
Dops_v0_generated.h1518 void add_type(mindspore::schema::v0::ActivationType type) { in add_type() function
1551 builder_.add_type(type);
1579 void add_type(mindspore::schema::v0::ActivationType type) { in add_type() function
1602 builder_.add_type(type);
9321 void add_type(mindspore::schema::v0::ReduceType type) { in add_type() function
9339 builder_.add_type(type);
10871 void add_type(mindspore::schema::v0::LshProjectionType type) { in add_type() function
10889 builder_.add_type(type);
Dops_generated.h6728 void add_type(mindspore::schema::LshProjectionType type) {
6746 builder_.add_type(type);
11738 void add_type(flatbuffers::Offset<flatbuffers::String> type) {
11761 builder_.add_type(type);
/third_party/mindspore/mindspore/lite/schema/inner/
Dops_v0_generated.h2278 void add_type(mindspore::schema::v0::ActivationType type) { in add_type() function
2311 builder_.add_type(type);
2360 void add_type(mindspore::schema::v0::ActivationType type) { in add_type() function
2383 builder_.add_type(type);
13113 void add_type(mindspore::schema::v0::ReduceType type) { in add_type() function
13131 builder_.add_type(type);
15269 void add_type(mindspore::schema::v0::LshProjectionType type) { in add_type() function
15287 builder_.add_type(type);
Dops_generated.h10770 void add_type(mindspore::schema::LshProjectionType type) {
10788 builder_.add_type(type);
17797 void add_type(flatbuffers::Offset<flatbuffers::String> type) {
17820 builder_.add_type(type);
/third_party/python/Misc/
DHISTORY22877 add_type() which adds one mapping between a mime type and