Home
last modified time | relevance | path

Searched refs:full_type (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/compiler/nir/tests/
Dnegative_equal_tests.cpp29 nir_alu_type full_type, int first);
32 nir_alu_type full_type, unsigned components);
91 #define compare_with_self(full_type) \ argument
92 TEST_F(const_value_negative_equal_test, full_type ## _self) \
94 count_sequence(c1, full_type, 1); \
95 EXPECT_FALSE(nir_const_value_negative_equal(c1[0], c1[0], full_type)); \
113 #define compare_with_negation(full_type) \ in compare_with_self() argument
114 TEST_F(const_value_negative_equal_test, full_type ## _trivially_true) \ in compare_with_self()
116 count_sequence(c1, full_type, 1); \ in compare_with_self()
117 negate(c2, c1, full_type, 1); \ in compare_with_self()
[all …]
/external/python/google-api-python-client/googleapiclient/
Dmimeparse.py49 full_type = parts[0].strip()
52 if full_type == "*":
53 full_type = "*/*"
54 (type, subtype) = full_type.split("/")
/external/mesa3d/src/freedreno/ir3/
Dir3_validate.c124 validate_assert(ctx, instr->cat1.dst_type == full_type(instr->cat1.dst_type)); in validate_instr()
129 validate_assert(ctx, instr->cat1.src_type == full_type(instr->cat1.src_type)); in validate_instr()
154 validate_assert(ctx, instr->cat5.type == full_type(instr->cat5.type)); in validate_instr()
Dir3.c1253 instr->cat1.dst_type = full_type(instr->cat1.dst_type); in ir3_set_dst_type()
1267 instr->cat5.type = full_type(instr->cat5.type); in ir3_set_dst_type()
1287 instr->cat1.src_type = full_type(instr->cat1.src_type); in ir3_fixup_src_type()
Dir3.h991 static inline type_t full_type(type_t type) in full_type() function
/external/llvm-project/lldb/unittests/Symbol/
DTestType.cpp18 void TestGetTypeScopeAndBasenameHelper(const char *full_type, in TestGetTypeScopeAndBasenameHelper() argument
25 Type::GetTypeScopeAndBasename(full_type, scope, name, type_class); in TestGetTypeScopeAndBasenameHelper()
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c370 nir_alu_type full_type) in nir_const_value_negative_equal() argument
372 assert(nir_alu_type_get_base_type(full_type) != nir_type_invalid); in nir_const_value_negative_equal()
373 assert(nir_alu_type_get_type_size(full_type) != 0); in nir_const_value_negative_equal()
375 switch (full_type) { in nir_const_value_negative_equal()
470 const nir_alu_type full_type = nir_op_infos[alu1->op].input_types[src1] | in nir_alu_srcs_negative_equal() local
476 full_type)) in nir_alu_srcs_negative_equal()
Dnir.h1430 nir_alu_type full_type);
/external/perfetto/src/protozero/protoc_plugin/
Dcppgen_plugin.cc85 std::string full_type; in GetFullName() local
86 full_type.append(msg->name()); in GetFullName()
89 full_type.insert(0, par->name() + "_"); in GetFullName()
96 full_type = prefix + full_type; in GetFullName()
98 return full_type; in GetFullName()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc111 auto full_type = type2.dyn_cast<ShapedType>(); in IsTailOfShape() local
112 if (!tail_type || !full_type || !tail_type.hasRank() || in IsTailOfShape()
113 !full_type.hasRank() || tail_type.getRank() > full_type.getRank()) in IsTailOfShape()
116 auto i2 = full_type.getShape().rbegin(); in IsTailOfShape()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp637 CompilerType full_type = type_sp->GetFullCompilerType(); in FindExternalVisibleDecls() local
639 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
/external/flatbuffers/src/
Didl_gen_cpp.cpp1644 auto full_type = in GenMember() local
1653 code_.SetValue("FIELD_TYPE", full_type); in GenMember()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp8266 CompilerType full_type = type->GetFullCompilerType(); in DumpFromSymbolFile() local
8267 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
8271 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
8276 ClangUtil::GetQualType(full_type).getTypePtr())) { in DumpFromSymbolFile()
8282 GetCanonicalQualType(full_type.GetOpaqueQualType()) in DumpFromSymbolFile()