Home
last modified time | relevance | path

Searched refs:combo (Results 1 – 25 of 97) sorted by relevance

1234

/external/mesa3d/src/compiler/nir/
Dnir_opt_combine_stores.c101 struct combined_store *combo) in free_combined_store() argument
103 list_del(&combo->link); in free_combined_store()
104 combo->write_mask = 0; in free_combined_store()
105 list_add(&combo->link, &state->freelist); in free_combined_store()
110 struct combined_store *combo) in combine_stores() argument
112 assert(combo->latest); in combine_stores()
113 assert(combo->latest->intrinsic == nir_intrinsic_store_deref); in combine_stores()
118 if ((combo->write_mask & nir_intrinsic_write_mask(combo->latest)) == in combine_stores()
119 combo->write_mask) in combine_stores()
122 state->b.cursor = nir_before_instr(&combo->latest->instr); in combine_stores()
[all …]
/external/skia/tests/
DGrSurfaceTest.cpp113 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
115 SkASSERT(combo.fColorType != GrColorType::kUnknown); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
116 SkASSERT(combo.fFormat.isValid()); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
121 if (ctxInfo.backend() == kVulkan_GrBackend && combo.fColorType == GrColorType::kABGR_4444) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
128 bool isCompressed = caps->isFormatCompressed(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
129 bool isTexturable = caps->isFormatTexturable(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
131 sk_sp<GrSurface> tex = createTexture(kDims, combo.fColorType, combo.fFormat, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
135 GrColorTypeToStr(combo.fColorType), combo.fFormat.toStr().c_str(), in DEF_GPUTEST_FOR_ALL_CONTEXTS()
143 combo.fFormat, kDims, GrRenderable::kNo, 1, GrMipmapped::kYes, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
147 GrColorTypeToStr(combo.fColorType), combo.fFormat.toStr().c_str(), in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all …]
DBackendAllocationTest.cpp606 for (auto combo : combinations) { in color_type_backend_allocation_test() local
607 SkColorType colorType = combo.fColorType; in color_type_backend_allocation_test()
611 if (kRGBA_F32_SkColorType == combo.fColorType) { in color_type_backend_allocation_test()
628 if (kRGB_888x_SkColorType == combo.fColorType) { in color_type_backend_allocation_test()
685 SkColorTypeToGrColorType(colorType), combo.fColor, mipmapped, in color_type_backend_allocation_test()
807 for (auto combo : combinations) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
809 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, target); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
815 if (GrColorType::kBGRA_8888 == combo.fColorType || in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
816 GrColorType::kBGRA_1010102 == combo.fColorType) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
820 (GR_GL_RGBA8 == combo.fFormat || GR_GL_RGB10_A2 == combo.fFormat)) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
[all …]
DMtlBackendAllocationTest.mm89 for (auto combo : combinations) {
90 GrBackendFormat format = GrBackendFormat::MakeMtl(combo.fFormat);
92 if (!mtlCaps->isFormatTexturable(combo.fFormat)) {
97 if (GrColorType::kRGBA_F32 == combo.fColorType) {
112 combo.fColorType, GrBackendFormat::MakeMtl(combo.fFormat), 1)) {
129 test_wrapping(dContext, reporter, uninitCreateMtd, combo.fColorType, mipMapped,
143 switch (combo.fColorType) {
170 test_color_init(dContext, reporter, createWithColorMtd, combo.fColorType,
171 combo.fColor, mipMapped, renderable);
/external/curl/tests/
Dmanpage-scan.pl211 my $combo;
214 $combo = "-$1, --$2";
218 $combo = "--$1";
220 if($combo) {
221 push @manpage, $combo;
222 $opts{$combo} |= 2;
239 my $combo;
242 $combo = "-$1, --$2";
246 $combo = "--$1";
248 if($combo) {
[all …]
/external/rust/crates/itertools/benches/
Dcombinations.rs66 for combo in (0..N1).combinations(1) { in comb_c1()
67 black_box(combo); in comb_c1()
76 for combo in (0..N2).combinations(2) { in comb_c2()
77 black_box(combo); in comb_c2()
86 for combo in (0..N3).combinations(3) { in comb_c3()
87 black_box(combo); in comb_c3()
96 for combo in (0..N4).combinations(4) { in comb_c4()
97 black_box(combo); in comb_c4()
106 for combo in (0..N14).combinations(14) { in comb_c14()
107 black_box(combo); in comb_c14()
/external/libdrm/
Dmeson_options.txt23 type : 'combo',
30 type : 'combo',
37 type : 'combo',
44 type : 'combo',
51 type : 'combo',
58 type : 'combo',
65 type : 'combo',
72 type : 'combo',
79 type : 'combo',
86 type : 'combo',
[all …]
/external/vboot_reference/tests/
Dvb21_host_key_tests.c33 static void private_key_tests(const struct alg_combo *combo, in private_key_tests() argument
73 key->hash_alg = combo->hash_alg; in private_key_tests()
74 key->sig_alg = combo->sig_alg; in private_key_tests()
156 TEST_SUCC(vb2_private_key_hash(&ckey, combo->hash_alg), "Hash key"); in private_key_tests()
158 TEST_EQ(ckey->hash_alg, combo->hash_alg, " hash_alg"); in private_key_tests()
160 TEST_EQ(memcmp(&ckey->guid, vb2_hash_guid(combo->hash_alg), in private_key_tests()
168 static void public_key_tests(const struct alg_combo *combo, in public_key_tests() argument
186 TEST_EQ(key->sig_alg, combo->sig_alg, " sig_alg"); in public_key_tests()
190 bufsize = vb2_packed_key_size(combo->sig_alg); in public_key_tests()
216 key->hash_alg = combo->hash_alg; in public_key_tests()
[all …]
Dvb21_host_sig_tests.c39 static void sig_tests(const struct alg_combo *combo, in sig_tests() argument
64 prik->hash_alg = combo->hash_alg; in sig_tests()
65 prik->sig_alg = combo->sig_alg; in sig_tests()
70 pubk->hash_alg = combo->hash_alg; in sig_tests()
73 TEST_SUCC(vb2_private_key_hash(&prihash, combo->hash_alg), in sig_tests()
75 TEST_SUCC(vb2_public_key_hash(&pubhash, combo->hash_alg), in sig_tests()
166 static int test_algorithm(const struct alg_combo *combo, const char *keys_dir) in test_algorithm() argument
168 int rsa_bits = vb2_rsa_sig_size(combo->sig_alg) * 8; in test_algorithm()
172 printf("***Testing algorithm: %s\n", combo->name); in test_algorithm()
177 sig_tests(combo, pemfile, keybfile); in test_algorithm()
/external/mesa3d/
Dmeson_options.txt39 type : 'combo',
82 type : 'combo',
95 type : 'combo',
108 type : 'combo',
121 type : 'combo',
134 type : 'combo',
147 type : 'combo',
186 type : 'combo',
217 type : 'combo',
224 type : 'combo',
[all …]
/external/openscreen/cast/streaming/
Dpacket_util_unittest.cc78 for (const auto& combo : kCompoundCombinations) { in TEST() local
81 memcpy(compound_packet, combo[0].data(), combo[0].size()); in TEST()
82 memcpy(compound_packet + combo[0].size(), combo[1].data(), combo[1].size()); in TEST()
Dsender_report_unittest.cc80 for (const auto& combo : kCompoundCombinations) { in TEST_F() local
82 memcpy(compound_packet, combo[0].data(), combo[0].size()); in TEST_F()
83 memcpy(compound_packet + combo[0].size(), combo[1].data(), combo[1].size()); in TEST_F()
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp392 unsigned combo = ComboBitToBitsMap[resourceMask]; in AddInsnClassStages() local
393 if (combo && ((~prevState & combo) != combo)) { in AddInsnClassStages()
396 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n"); in AddInsnClassStages()
403 unsigned ResultingResourceState = prevState | resourceMask | combo; in AddInsnClassStages()
408 if (combo) in AddInsnClassStages()
409 dbgs() << " | 0x" << utohexstr(combo); in AddInsnClassStages()
491 unsigned combo = ComboBitToBitsMap[InsnClass[i]]; in canMaybeAddInsnClass() local
492 if (combo && ((~resources & combo) != combo)) { in canMaybeAddInsnClass()
495 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n"); in canMaybeAddInsnClass()
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py426 self.combo = self.create()
436 width = self.combo.winfo_width()
437 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5)
438 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5)
439 self.combo.update_idletasks()
445 self.combo['values'] = [1]
446 self.combo.bind('<<ComboboxSelected>>',
448 self.combo.pack()
449 self.combo.wait_visibility()
451 height = self.combo.winfo_height()
[all …]
/external/minigbm/
Dvc4.c86 struct combination *combo; in vc4_bo_create() local
88 combo = drv_get_combination(bo->drv, format, use_flags); in vc4_bo_create()
89 if (!combo) in vc4_bo_create()
92 return vc4_bo_create_for_modifier(bo, width, height, format, combo->metadata.modifier); in vc4_bo_create()
Dhelpers.c563 struct combination combo = { .format = format, in drv_add_combination() local
567 drv_array_append(drv->combos, &combo); in drv_add_combination()
576 struct combination combo = { .format = formats[i], in drv_add_combinations() local
580 drv_array_append(drv->combos, &combo); in drv_add_combinations()
588 struct combination *combo; in drv_modify_combination() local
591 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in drv_modify_combination()
592 if (combo->format == format && combo->metadata.tiling == metadata->tiling && in drv_modify_combination()
593 combo->metadata.modifier == metadata->modifier) in drv_modify_combination()
594 combo->use_flags |= use_flags; in drv_modify_combination()
Dmsm.c174 struct combination combo = { .format = formats[i], in msm_add_ubwc_combinations() local
177 drv_array_append(drv->combos, &combo); in msm_add_ubwc_combinations()
333 struct combination *combo = drv_get_combination(bo->drv, format, flags); in msm_bo_create() local
335 if (!combo) { in msm_bo_create()
340 return msm_bo_create_for_modifier(bo, width, height, format, combo->metadata.modifier); in msm_bo_create()
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py427 self.combo = self.create()
437 width = self.combo.winfo_width()
439 self.assertRegex(self.combo.identify(x, y), r'.*downarrow\Z')
440 self.combo.event_generate('<ButtonPress-1>', x=x, y=y)
441 self.combo.event_generate('<ButtonRelease-1>', x=x, y=y)
442 self.combo.update_idletasks()
447 self.combo['values'] = [1]
448 self.combo.bind('<<ComboboxSelected>>',
450 self.combo.pack()
451 self.combo.update()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DTestMixedScript.java146 for (BitSet combo : combinations) { in checkSimple()
147 if (!combo.get(single)) { in checkSimple()
156 for (BitSet combo : combinations) { in checkSimple()
157 tempBitSet.and(combo); in checkSimple()
175 for (BitSet combo : combinations) { in checkHighlyRestricted()
176 if (!match.intersects(combo)) { in checkHighlyRestricted()
/external/skia/resources/sksl/workarounds/
DTernaryShortCircuit.sksl11 bool combo = (x && y) || (x || y);
13 while (andXY && orXY && combo && prec) {
/external/skia/tests/sksl/workarounds/
DTernaryShortCircuitStandaloneSettings.glsl10 bool combo = x && y || (x || y);
12 while (((andXY && orXY) && combo) && prec) {
DTernaryShortCircuit.glsl10 bool combo = (x ? y : false) ? true : (x ? true : y);
12 while (((andXY ? orXY : false) ? combo : false) ? prec : false) {
/external/libepoxy/
Dmeson_options.txt5 type: 'combo',
10 type: 'combo',
/external/selinux/gui/
DstatusPage.py146 def enabled_changed(self, combo): argument
147 enabled = combo.get_active()
152 combo.set_active(self.enabled)
157 combo.set_active(self.enabled)
/external/skia/src/gpu/mock/
DGrMockCaps.cpp80 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations() local
81 SkASSERT(this->onAreColorTypeAndFormatCompatible(combo.fColorType, combo.fFormat)); in getTestingCombinations()

1234