Home
last modified time | relevance | path

Searched refs:combo (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_combine_stores.c101 struct combined_store *combo) in free_combined_store()
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()
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 in combine_stores()
100 free_combined_store(struct combine_stores_state *state, struct combined_store *combo) free_combined_store() argument
109 combine_stores(struct combine_stores_state *state, struct combined_store *combo) combine_stores() argument
248 struct combined_store *combo = find_matching_combined_store(state, vec_dst); update_combined_store() local
[all...]
/third_party/skia/tests/
H A DGrSurfaceTest.cpp113 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
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, GrTextureType::k2D); 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 in DEF_GPUTEST_FOR_ALL_CONTEXTS()
[all...]
H A DBackendAllocationTest.cpp600 for (auto combo : combinations) { in color_type_backend_allocation_test()
601 SkColorType colorType = combo.fColorType; in color_type_backend_allocation_test()
605 if (kRGBA_F32_SkColorType == combo.fColorType) { in color_type_backend_allocation_test()
622 if (kRGB_888x_SkColorType == combo.fColorType) { in color_type_backend_allocation_test()
679 SkColorTypeToGrColorType(colorType), combo.fColor, mipmapped, in color_type_backend_allocation_test()
801 for (auto combo : combinations) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
805 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, target); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
810 if (GrColorType::kBGRA_8888 == combo.fColorType || in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
811 GrColorType::kBGRA_1010102 == combo.fColorType) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
815 (GR_GL_RGBA8 == combo in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
[all...]
H A DCompressedBackendAllocationTest.cpp292 for (auto combo : combinations) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
293 GrBackendFormat format = dContext->compressedBackendFormat(combo.fCompression); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
317 combo.fColor, combo.fCompression, mipMapped); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
330 combo.fCompression, mipMapped); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/curl/tests/
H A Dtest1139.pl232 my $combo;
234 # figure out the -short, --long combo
235 $combo = "-$1, --$2";
239 $combo = "--$1";
241 if($combo) {
242 push @manpage, $combo;
243 $opts{$combo} |= 2;
260 my $combo;
262 # figure out the -short, --long combo
263 $combo
[all...]
/third_party/skia/tests/graphite/
H A DUniformTest.cpp17 std::tuple<SkPaint, int> create_paint(skgpu::Combination combo) { in create_paint() argument
25 switch (combo.fShaderType) { in create_paint()
30 s = SkGradientShader::MakeLinear(pts, colors, offsets, 2, combo.fTileMode); in create_paint()
34 s = SkGradientShader::MakeRadial({0, 0}, 100, colors, offsets, 2, combo.fTileMode); in create_paint()
38 s = SkGradientShader::MakeSweep(0, 0, colors, offsets, 2, combo.fTileMode, in create_paint()
45 colors, offsets, 2, combo.fTileMode); in create_paint()
52 p.setBlendMode(combo.fBlendMode); in create_paint()
H A DProgramCacheTest.cpp29 REPORTER_ASSERT(reporter, pi1->combo() == c1); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
42 REPORTER_ASSERT(reporter, pi2->combo() == c2); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
58 REPORTER_ASSERT(reporter, pi3->combo() == c3); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/libwebsockets/lib/misc/
H A Ddir.c78 lws_dir_via_stat(char *combo, size_t l, const char *path, struct lws_dir_entry *lde) in lws_dir_via_stat() argument
82 lws_strncpy(combo + l, path, COMBO_SIZEOF - l); in lws_dir_via_stat()
86 if (!stat(combo, &s)) { in lws_dir_via_stat()
120 char combo[COMBO_SIZEOF]; in lws_dir() local
123 l = (size_t)(ssize_t)lws_snprintf(combo, COMBO_SIZEOF - 2, "%s", dirpath); in lws_dir()
124 combo[l++] = csep; in lws_dir()
125 combo[l] = '\0'; in lws_dir()
147 lws_dir_via_stat(combo, l, namelist[i]->d_name, &lde); in lws_dir()
169 lws_dir_via_stat(combo, l, namelist[i]->d_name, &lde); in lws_dir()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py436 self.combo = self.create()
446 width = self.combo.winfo_width()
449 self.assertRegex(self.combo.identify(x, y), r'.*downarrow\Z')
450 self.combo.event_generate('<ButtonPress-1>', x=x, y=y)
451 self.combo.event_generate('<ButtonRelease-1>', x=x, y=y)
452 self.combo.update_idletasks()
457 self.combo['values'] = [1]
458 self.combo.bind('<<ComboboxSelected>>',
460 self.combo.pack()
461 self.combo
[all...]
/third_party/typescript/tests/baselines/reference/
H A DindexSignatures1.js28 declare let combo: { [x: `foo-${string}`]: 'a' | 'b' } & { [x: `${string}-bar`]: 'b' | 'c' };
29 const x1 = combo['foo-test']; // 'a' | 'b'
30 const x2 = combo['test-bar']; // 'b' | 'c'
31 const x3 = combo['foo-test-bar']; // 'b' (('a' | 'b') & ('b' | 'c'))
35 const x4 = combo[`foo-${str}`];
36 const x5 = combo[`${str}-bar`];
37 const x6 = combo[`foo-${str}-bar`];
342 const x1 = combo['foo-test']; // 'a' | 'b'
343 const x2 = combo['test-bar']; // 'b' | 'c'
344 const x3 = combo['fo
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, in ossl_curve448_base_double_scalarmul_non_secret() argument
658 curve448_point_copy(combo, ossl_curve448_point_identity); in ossl_curve448_base_double_scalarmul_non_secret()
662 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
665 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
666 add_niels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
673 niels_to_pt(combo, ossl_curve448_wnaf_base[control_pre[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
681 point_double_internal(combo, combo, i && !(cv || cp)); in ossl_curve448_base_double_scalarmul_non_secret()
687 add_pniels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
691 sub_pniels_from_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
[all...]
H A Dpoint_448.h279 * combo = scalar1*curve448_point_base + scalar2*base2.
284 * combo (out): The linear combination scalar1*base + scalar2*base2.
293 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo,
/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, in ossl_curve448_base_double_scalarmul_non_secret() argument
658 curve448_point_copy(combo, ossl_curve448_point_identity); in ossl_curve448_base_double_scalarmul_non_secret()
662 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
665 pniels_to_pt(combo, precmp_var[control_var[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
666 add_niels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
673 niels_to_pt(combo, ossl_curve448_wnaf_base[control_pre[0].addend >> 1]); in ossl_curve448_base_double_scalarmul_non_secret()
681 point_double_internal(combo, combo, i && !(cv || cp)); in ossl_curve448_base_double_scalarmul_non_secret()
687 add_pniels_to_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
691 sub_pniels_from_pt(combo, in ossl_curve448_base_double_scalarmul_non_secret()
[all...]
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp97 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal);
98 void AddComboItems(NControl::CComboBox &combo, const UInt32 *langIDs, unsigned numItems, const int *values, int curVal) in AddComboItems() argument
105 const int index = (int)combo.AddString(s); in AddComboItems()
106 combo.SetItemData(index, (LPARAM)i); in AddComboItems()
110 combo.SetCurSel(curSel); in AddComboItems()
/third_party/skia/src/gpu/mock/
H A DGrMockCaps.cpp95 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations()
96 SkASSERT(this->onAreColorTypeAndFormatCompatible(combo.fColorType, combo.fFormat)); in getTestingCombinations()
/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp210 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) {
211 SkASSERT(this->onAreColorTypeAndFormatCompatible(combo.fColorType, combo.fFormat));
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py154 combo_data = [combo for sublist in es3_combo_data.values() for combo in sublist]
/third_party/glfw/deps/
H A Dnuklear.h5235 struct nk_style_combo combo; member
14285 struct nk_style_combo *combo; in nk_style_from_table() local
14633 /* combo */ in nk_style_from_table()
14634 combo = &style->combo; in nk_style_from_table()
14635 combo->normal = nk_style_item_color(table[NK_COLOR_COMBO]); in nk_style_from_table()
14636 combo->hover = nk_style_item_color(table[NK_COLOR_COMBO]); in nk_style_from_table()
14637 combo->active = nk_style_item_color(table[NK_COLOR_COMBO]); in nk_style_from_table()
14638 combo->border_color = table[NK_COLOR_BORDER]; in nk_style_from_table()
14639 combo in nk_style_from_table()
[all...]
/third_party/skia/experimental/graphite/src/
H A DProgramCache.h33 Combination combo() const { return fCombination; } in combo() function in skgpu::ProgramCache::ProgramInfo
H A DDrawPass.cpp42 auto [ combo, uniformData] = ExtractCombo(recorder->uniformCache(), p); in get_ids_from_paint()
43 auto programInfo = recorder->programCache()->findOrCreateProgram(combo); in get_ids_from_paint()
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c413 char *uptr = "unknown method", combo[128], dotstar[64]; in lws_process_ws_upgrade2() local
422 l = lws_snprintf(combo, sizeof(combo), "%s (%s)", dotstar, in lws_process_ws_upgrade2()
427 lws_prepare_access_log_info(wsi, combo, l, meth); in lws_process_ws_upgrade2()
/third_party/node/deps/brotli/c/enc/
H A Dcluster_inc.h45 HistogramType combo = out[idx1];
47 FN(HistogramAddHistogram)(&combo, &out[idx2]);
48 cost_combo = FN(BrotliPopulationCost)(&combo);
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcluster_inc.h45 HistogramType combo = out[idx1];
47 FN(HistogramAddHistogram)(&combo, &out[idx2]);
48 cost_combo = FN(BrotliPopulationCost)(&combo);
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c300 int combo = known_bad_combos[i][0]; in is_bad_combo() local
302 if ((combo & transforms) == combo && in is_bad_combo()
307 return 0; /* combo is ok */ in is_bad_combo()
1370 /* Helper to test for a bad combo and log it if it is skipped */ in skip_transform()
1395 display_log(dp, INFORMATION, "%s: skipped known bad combo 0x%x", in skip_transform()
1511 goto combo; in test_one_file()
1531 goto combo; in test_one_file()
1537 combo: in test_one_file()
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h752 for (int combo = 0; combo < (1<<dim); combo++) { // This loop can be done in any order. in clut()
754 // Each of these upcoming (combo&N)*K expressions here evaluates to 0 or 4, in clut()
760 I32 ix = index [0 + (combo&1)*4]; in clut()
761 F w = weight[0 + (combo&1)*4]; in clut()
764 case 3: ix += index [3 + (combo&8)/2]; in clut()
765 w *= weight[3 + (combo&8)/2]; in clut()
769 case 2: ix += index [2 + (combo&4)*1]; in clut()
770 w *= weight[2 + (combo in clut()
[all...]

Completed in 50 milliseconds

12