Home
last modified time | relevance | path

Searched refs:composites (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp154 const auto composites = _.features().select_between_composites; in LogicalsPass() local
155 auto fail = [&_, composites, inst, opcode]() -> spv_result_t { in LogicalsPass()
158 << (composites ? "composite" : "vector") in LogicalsPass()
189 if (!composites) return fail(); in LogicalsPass()
212 if (!composites || _.IsBoolVectorType(condition_type)) { in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp154 const auto composites = _.features().select_between_composites; in LogicalsPass() local
155 auto fail = [&_, composites, inst, opcode]() -> spv_result_t { in LogicalsPass()
158 << (composites ? "composite" : "vector") in LogicalsPass()
189 if (!composites) return fail(); in LogicalsPass()
212 if (!composites || _.IsBoolVectorType(condition_type)) { in LogicalsPass()
/external/tensorflow/tensorflow/python/autograph/converters/
Dcontrol_flow_deprecated_py2.py143 def _create_state_functions(self, composites, state_getter_name, argument
146 if composites:
147 composite_tuple = tuple(composites)
218 composites = set()
227 composites.add(s)
271 composites = tuple(composites)
315 composites, state_getter_name, state_setter_name)
320 gast.Constant(str(symbol), kind=None) for symbol in composites)
/external/deqp/doc/testspecs/VK/
Dpipeline.spec_constant.txt15 + Specialization constants in composites (OpSpecConstantComposite instruction)
69 // Specialization constant composites
/external/guava/android/guava-tests/test/com/google/common/collect/
DOrderingTest.java1048 List<Composite<T>> composites = Lists.newArrayList();
1050 composites.add(new Composite<T>(t, 1));
1051 composites.add(new Composite<T>(t, 2));
1058 return new Scenario<Composite<T>>(ordering, composites, new Composite[0]);
1065 List<Composite<T>> composites = Lists.newArrayList();
1067 composites.add(new Composite<T>(t, 1));
1070 composites.add(new Composite<T>(t, 2));
1075 return new Scenario<Composite<T>>(ordering, composites, new Composite[0]);
/external/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java1048 List<Composite<T>> composites = Lists.newArrayList();
1050 composites.add(new Composite<T>(t, 1));
1051 composites.add(new Composite<T>(t, 2));
1058 return new Scenario<Composite<T>>(ordering, composites, new Composite[0]);
1065 List<Composite<T>> composites = Lists.newArrayList();
1067 composites.add(new Composite<T>(t, 1));
1070 composites.add(new Composite<T>(t, 2));
1075 return new Scenario<Composite<T>>(ordering, composites, new Composite[0]);
/external/fonttools/Lib/fontTools/
DafmLib.py295 composites = sorted(self._composites.items())
297 for charname, components in composites:
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1170 UnicodeSet composites; in addTailComposites() local
1171 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; } in addTailComposites()
1176 UnicodeSetIterator iter(composites); in addTailComposites()
1322 UnicodeSet composites(UNICODE_STRING_SIMPLE("[:NFD_QC=N:]"), errorCode); // Java: static final in closeOverComposites() local
1325 composites.remove(Hangul::HANGUL_BASE, Hangul::HANGUL_END); in closeOverComposites()
1328 UnicodeSetIterator iter(composites); in closeOverComposites()
/external/llvm-project/clang/docs/
DConstantInterpreter.rst184 * **Arrays of composites and records**
186 Each element in an array of composites is preceded by an ``InlineDescriptor``
190 Records are laid out identically to arrays of composites: each field and base
306 pointing to past the inline descriptors for composites and before
/external/freetype/src/truetype/
Dttgload.c1899 node = ft_list_get_node_at( &loader->composites, recurse_count ); in load_truetype_glyph()
1904 if ( FT_List_Find( &loader->composites, in load_truetype_glyph()
1921 FT_List_Add( &loader->composites, node ); in load_truetype_glyph()
2758 loader->composites.head = NULL; in tt_loader_init()
2759 loader->composites.tail = NULL; in tt_loader_init()
2768 FT_List_Finalize( &loader->composites, in tt_loader_done()
/external/freetype/include/freetype/internal/
Dtttypes.h1770 FT_ListRec composites; member
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java918 UnicodeSet composites = new UnicodeSet();
919 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
923 UnicodeSetIterator iter = new UnicodeSetIterator(composites);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java914 UnicodeSet composites = new UnicodeSet();
915 if(!nfcImpl.getCanonStartSet(lastStarter, composites)) { return; }
919 UnicodeSetIterator iter = new UnicodeSetIterator(composites);
/external/perfetto/protos/perfetto/trace/android/
Dframe_timeline_event.proto26 // SurfaceFlinger composites frames from many apps together, so
/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dindex.txt298 { "spv-composites.amber", "spv-composites", "Equivalent shaders; o…
/external/deqp-deps/SPIRV-Tools/
DCHANGES337 - add transformation and pass to construct composites (#2941)
341 - Add missing functionality for matrix composites (#2974)
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES337 - add transformation and pass to construct composites (#2941)
341 - Add missing functionality for matrix composites (#2974)
/external/freetype/docs/
DCHANGES3345 - The TrueType glyph loader now supports composites in `Apple
3853 - The TrueType font driver didn't load some composites properly
3859 with serifed fonts and composites (accented characters).
4525 font drivers to load glyphs and composites.
4855 - updated TT_MAX_SUBGLYPHS to 96 as some CJK fonts have composites
/external/freetype/
DChangeLog.20477 that prevented composites from loading correctly, due to missing
723 fonts and composites (accented characters).
DChangeLog.271884 [truetype] Fix GX variation handling of composites.
DChangeLog4751 [truetype] Reject elements of composites with invalid glyph indices.
DChangeLog.262341 `composites'.
DChangeLog.216422 invalid composites correctly by limiting the recursion depth.
/external/fonttools/
DNEWS.rst828 - [varLib] Work around macOS rendering issue for composites without gvar entry (#1381).
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2109 // SurfaceFlinger composites frames from many apps together, so

12