/external/mesa3d/src/compiler/nir/ |
D | nir_opt_combine_stores.c | 101 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/ |
D | GrSurfaceTest.cpp | 113 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 …]
|
D | BackendAllocationTest.cpp | 606 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 …]
|
D | MtlBackendAllocationTest.mm | 89 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/ |
D | manpage-scan.pl | 211 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/ |
D | combinations.rs | 66 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/ |
D | meson_options.txt | 23 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/ |
D | vb21_host_key_tests.c | 33 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 …]
|
D | vb21_host_sig_tests.c | 39 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/ |
D | meson_options.txt | 39 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/ |
D | packet_util_unittest.cc | 78 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()
|
D | sender_report_unittest.cc | 80 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/ |
D | DFAPacketizerEmitter.cpp | 392 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/ |
D | test_widgets.py | 426 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/ |
D | vc4.c | 86 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()
|
D | helpers.c | 563 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()
|
D | msm.c | 174 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/ |
D | test_widgets.py | 427 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/ |
D | TestMixedScript.java | 146 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/ |
D | TernaryShortCircuit.sksl | 11 bool combo = (x && y) || (x || y); 13 while (andXY && orXY && combo && prec) {
|
/external/skia/tests/sksl/workarounds/ |
D | TernaryShortCircuitStandaloneSettings.glsl | 10 bool combo = x && y || (x || y); 12 while (((andXY && orXY) && combo) && prec) {
|
D | TernaryShortCircuit.glsl | 10 bool combo = (x ? y : false) ? true : (x ? true : y); 12 while (((andXY ? orXY : false) ? combo : false) ? prec : false) {
|
/external/libepoxy/ |
D | meson_options.txt | 5 type: 'combo', 10 type: 'combo',
|
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/ |
D | util.py | 47 for combo in combos: 51 for i in combo:
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 80 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations() local 81 SkASSERT(this->onAreColorTypeAndFormatCompatible(combo.fColorType, combo.fFormat)); in getTestingCombinations()
|