/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/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/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/skia/tests/ |
D | GrSurfaceTest.cpp | 110 for (auto combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() local 112 SkASSERT(combo.fColorType != GrColorType::kUnknown); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 113 SkASSERT(combo.fFormat.isValid()); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 118 if (ctxInfo.backend() == kVulkan_GrBackend && combo.fColorType == GrColorType::kABGR_4444) { in DEF_GPUTEST_FOR_ALL_CONTEXTS() 125 bool isCompressed = caps->isFormatCompressed(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 128 isTexturable = caps->isFormatTexturable(combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 131 caps->isFormatTexturableAndUploadable(combo.fColorType, combo.fFormat); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 134 sk_sp<GrSurface> tex = createTexture(kDims, combo.fColorType, combo.fFormat, in DEF_GPUTEST_FOR_ALL_CONTEXTS() 138 GrColorTypeToStr(combo.fColorType), combo.fFormat.toStr().c_str(), in DEF_GPUTEST_FOR_ALL_CONTEXTS() 145 GrSwizzle swizzle = caps->getReadSwizzle(combo.fFormat, combo.fColorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() [all …]
|
D | MtlBackendAllocationTest.mm | 75 for (auto combo : combinations) { 76 GrBackendFormat format = GrBackendFormat::MakeMtl(combo.fFormat); 78 if (!mtlCaps->isFormatTexturable(combo.fFormat)) { 83 if (GrColorType::kRGBA_F32 == combo.fColorType) { 98 combo.fColorType, GrBackendFormat::MakeMtl(combo.fFormat), 1)) { 113 combo.fColorType, mipMapped, renderable); 126 switch (combo.fColorType) { 148 // combo.fColorType and then calling SkPixmap::readPixels(). erase() will premul 152 SkColor4f color = combo.fColor; 153 if (combo.fColorType == GrColorType::kGray_8) { [all …]
|
D | BackendAllocationTest.cpp | 623 for (auto combo : combinations) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 624 SkColorType colorType = combo.fColorType; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 628 if (kRGBA_F32_SkColorType == combo.fColorType) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 645 if (kRGB_888x_SkColorType == combo.fColorType) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 703 SkColor4f color = combo.fColor; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 792 for (auto combo : combinations) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local 793 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, GR_GL_TEXTURE_2D); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 799 if (GrColorType::kBGRA_8888 == combo.fColorType) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 801 if (GR_GL_RGBA8 == combo.fFormat && kGL_GrGLStandard != standard) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 814 if (!glCaps->isFormatAsColorTypeRenderable(combo.fColorType, format)) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() [all …]
|
D | CompressedBackendAllocationTest.cpp | 250 for (auto combo : combinations) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 251 GrBackendFormat format = context->compressedBackendFormat(combo.fCompression); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 275 combo.fColor, combo.fCompression, mipMapped); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 288 combo.fCompression, mipMapped); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/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/minigbm/ |
D | amdgpu.c | 182 struct combination *combo; in amdgpu_create_bo() local 184 combo = drv_get_combination(bo->drv, format, use_flags); in amdgpu_create_bo() 185 if (!combo) in amdgpu_create_bo() 188 if (combo->metadata.tiling == TILE_TYPE_DRI) { in amdgpu_create_bo() 236 struct combination *combo; in amdgpu_import_bo() local 237 combo = drv_get_combination(bo->drv, data->format, data->use_flags); in amdgpu_import_bo() 238 if (!combo) in amdgpu_import_bo() 241 dri_tiling = combo->metadata.tiling == TILE_TYPE_DRI; in amdgpu_import_bo()
|
D | vc4.c | 75 struct combination *combo; in vc4_bo_create() local 77 combo = drv_get_combination(bo->drv, format, use_flags); in vc4_bo_create() 78 if (!combo) in vc4_bo_create() 81 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 | 152 struct combination combo = { .format = formats[i], in msm_add_ubwc_combinations() local 155 drv_array_append(drv->combos, &combo); in msm_add_ubwc_combinations() 263 struct combination *combo = drv_get_combination(bo->drv, format, flags); in msm_bo_create() local 265 if (!combo) { in msm_bo_create() 270 return msm_bo_create_for_modifier(bo, width, height, format, combo->metadata.modifier); in msm_bo_create()
|
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 397 unsigned combo = ComboBitToBitsMap[resourceMask]; in AddInsnClassStages() local 398 if (combo && ((~prevState & combo) != combo)) { in AddInsnClassStages() 401 << " (0x" << Twine::utohexstr(combo) in AddInsnClassStages() 409 unsigned ResultingResourceState = prevState | resourceMask | combo; in AddInsnClassStages() 414 if (combo) in AddInsnClassStages() 415 dbgs() << " | 0x" << Twine::utohexstr(combo); in AddInsnClassStages() 498 unsigned combo = ComboBitToBitsMap[InsnClass[i]]; in canMaybeAddInsnClass() local 499 if (combo && ((~resources & combo) != combo)) { in canMaybeAddInsnClass() 503 << Twine::utohexstr(combo) 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/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 429 self.combo = self.create() 439 width = self.combo.winfo_width() 440 self.combo.event_generate('<ButtonPress-1>', x=width - 5, y=5) 441 self.combo.event_generate('<ButtonRelease-1>', x=width - 5, y=5) 442 self.combo.update_idletasks() 448 self.combo['values'] = [1] 449 self.combo.bind('<<ComboboxSelected>>', 451 self.combo.pack() 452 self.combo.wait_visibility() 454 height = self.combo.winfo_height() [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/libepoxy/ |
D | meson_options.txt | 5 type: 'combo', 10 type: 'combo',
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 77 for (auto combo : combos) { in getTestingCombinations() local 78 SkASSERT(this->onAreColorTypeAndFormatCompatible(combo.fColorType, combo.fFormat)); in getTestingCombinations()
|
/external/selinux/gui/ |
D | statusPage.py | 146 def enabled_changed(self, combo): argument 147 enabled = combo.get_active() 152 combo.set_active(self.enabled) 157 combo.set_active(self.enabled)
|
/external/u-boot/arch/arm/mach-mediatek/ |
D | Kconfig | 18 crypto engine, built-in Wi-Fi / Bluetooth combo chip, JPEG decoder, 38 Ethernet, IR TX/RX, I2C, I2S, S/PDIF, and built-in Wi-Fi / Bluetooth combo 47 Ethernet, IR TX/RX, I2C, I2S, S/PDIF, and built-in Wi-Fi / Bluetooth combo
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int … in AddComboItems() argument 104 int index = (int)combo.AddString(s); in AddComboItems() 105 combo.SetItemData(index, i); in AddComboItems() 109 combo.SetCurSel(curSel); in AddComboItems()
|
/external/angle/src/libANGLE/ |
D | gen_format_map.py | 155 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
|