Home
last modified time | relevance | path

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

12

/external/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
/external/python/cpython2/Lib/
Dmimetypes.py72 self.add_type(type, ext, True)
74 self.add_type(type, ext, False)
78 def add_type(self, type, ext, strict=True): member in MimeTypes
226 self.add_type(type, '.' + suff, strict)
270 self.add_type(mimetype, subkeyname, strict)
330 def add_type(type, ext, strict=True): function
344 return _db.add_type(type, ext, strict)
/external/python/cpython3/Lib/
Dmimetypes.py74 self.add_type(type, ext, True)
76 self.add_type(type, ext, False)
80 def add_type(self, type, ext, strict=True): member in MimeTypes
229 self.add_type(type, '.' + suff, strict)
268 self.add_type(mimetype, subkeyname, strict)
328 def add_type(type, ext, strict=True): function
342 return _db.add_type(type, ext, strict)
/external/gemmlowp/meta/generators/
Dneon_emitter_64.py617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
620 if _FloatType(add_type):
622 _AppendType(add_type, destination),
623 _AppendType(add_type, source_1),
624 _AppendType(add_type, source_2))
627 _AppendType(add_type, destination),
628 _AppendType(add_type, source_1),
629 _AppendType(add_type, source_2))
631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
632 wide_type = _WideType(add_type)
[all …]
Dneon_emitter.py326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
329 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2)
331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument
332 self.EmitOp3('vaddw.%s' % add_type, destination, source_1, source_2)
392 def EmitVPadd(self, add_type, destination, source_1, source_2): argument
393 self.EmitOp3('vpadd.%s' % add_type, destination, source_1, source_2)
395 def EmitVPaddl(self, add_type, destination, source): argument
396 self.EmitOp2('vpaddl.%s' % add_type, destination, source)
398 def EmitVPadal(self, add_type, destination, source): argument
399 self.EmitOp2('vpadal.%s' % add_type, destination, source)
/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc113 allowed_values->add_type(dt); in TypeConstraint()
122 constraint->mutable_allowed_values()->mutable_list()->add_type(allowed); in TypeConstraint()
Dop_def_builder.cc131 allowed->mutable_list()->add_type(dt); in ProcessCompoundType()
135 allowed->mutable_list()->add_type(dt); in ProcessCompoundType()
140 allowed->mutable_list()->add_type(dt); in ProcessCompoundType()
223 allowed->mutable_list()->add_type(dt); in FinalizeAttr()
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py75 def add_type(self, type_expr): member in type_table
107 tt.add_type( te )
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc305 allowed_values->add_type(dtype); in RegisterCompilationKernels()
308 allowed_values->add_type(DT_RESOURCE); in RegisterCompilationKernels()
311 allowed_values->add_type(DT_VARIANT); in RegisterCompilationKernels()
314 allowed_values->add_type(DT_STRING); in RegisterCompilationKernels()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dhoist_random_uniform.cc84 (*random_dataset.mutable_attr())["output_types"].mutable_list()->add_type( in MakeRandomDataset()
107 (*batch_dataset.mutable_attr())["output_types"].mutable_list()->add_type( in MakeBatchTwo()
Dmap_vectorization.cc222 output_types.mutable_list()->add_type(input.type()); in AddNewBatchNode()
Dauto_shard.cc183 (*(new_node.mutable_attr()))[kOutputTypes].mutable_list()->add_type( in AddShardNode()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dimplementation_selector.cc161 tin->second.mutable_list()->add_type(tin_dtype); in UpdateNodeDef()
168 tout->second.mutable_list()->add_type(tout_dtype); in UpdateNodeDef()
Dfunction_optimizer.cc552 (*attr)["Tin"].mutable_list()->add_type(dt); in RemovePushedDownConstInputTypes()
577 (*attr)["Tout"].mutable_list()->add_type(dt); in RemoveUnusedOutputsTypes()
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md113 (call add_type)
116 (macro add_type ()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp308 bool add_type = false; in GetTypes() local
312 add_type = (type_mask & eTypeClassArray) != 0; in GetTypes()
316 add_type = (type_mask & eTypeClassBuiltin) != 0; in GetTypes()
319 add_type = (type_mask & eTypeClassClass) != 0; in GetTypes()
322 add_type = (type_mask & eTypeClassStruct) != 0; in GetTypes()
325 add_type = (type_mask & eTypeClassUnion) != 0; in GetTypes()
328 add_type = (type_mask & eTypeClassEnumeration) != 0; in GetTypes()
333 add_type = (type_mask & eTypeClassFunction) != 0; in GetTypes()
336 add_type = (type_mask & eTypeClassPointer) != 0; in GetTypes()
340 add_type = (type_mask & eTypeClassReference) != 0; in GetTypes()
[all …]
/external/perfetto/infra/ci/worker/
Dartifacts_uploader.py103 mimetypes.add_type('application/wasm', '.wasm')
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc199 list->add_type(nested_value.type()); in ConvertAttribute()
224 list->add_type(attr_val.type()); in ConvertAttribute()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_tf_dialect_op.cc54 type_list.add_type(dtype); in SetTypeAttribute()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc342 builder.add_type(absl::visit(ParameterTypeGetter{}, param.value)); in AddProgram()
358 builder.add_type(ToFB(object.object_type)); in AddProgram()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions_test.cc85 func_instantiation_attr["C"].mutable_list()->add_type(DT_FLOAT); in TEST_F()
86 func_instantiation_attr["C"].mutable_list()->add_type(DT_INT32); in TEST_F()
/external/python/cpython3/Lib/test/
Dtest_mimetypes.py140 mimetypes.add_type('foo/bar', '.foobar')
/external/python/cpython2/Doc/library/
Dmimetypes.rst103 .. function:: add_type(type, ext, strict=True)

12