Home
last modified time | relevance | path

Searched refs:type_mask (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/ohos/
Dohos_shell_holder.cc36 uint64_t type_mask = 0; in OhosShellHolder() local
38 type_mask |= ThreadHost::Type::UI; in OhosShellHolder()
41 type_mask |= ThreadHost::Type::UI; in OhosShellHolder()
44 type_mask |= ThreadHost::Type::GPU; in OhosShellHolder()
47 type_mask |= ThreadHost::Type::IO; in OhosShellHolder()
49 thread_host_ = {thread_label, type_mask}; in OhosShellHolder()
/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h468 int type_mask = h->ps.pps->constrained_intra_pred ? IS_INTRA(-1) : -1; in fill_decode_caches() local
474 if (!(top_type & type_mask)) { in fill_decode_caches()
481 if (!(left_type[LTOP] & type_mask)) { in fill_decode_caches()
485 if (!(left_type[LBOT] & type_mask)) { in fill_decode_caches()
493 if (!((left_typei & type_mask) && (left_type[LTOP] & type_mask))) { in fill_decode_caches()
499 if (!(left_type[LTOP] & type_mask)) { in fill_decode_caches()
505 if (!(topleft_type & type_mask)) in fill_decode_caches()
508 if (!(topright_type & type_mask)) in fill_decode_caches()
518 sl->intra4x4_pred_mode_cache[7 + 8 * 0] = 2 - 3 * !(top_type & type_mask); in fill_decode_caches()
527 … sl->intra4x4_pred_mode_cache[3 + 8 * 2 + 2 * 8 * i] = 2 - 3 * !(left_type[LEFT(i)] & type_mask); in fill_decode_caches()
/third_party/mesa3d/src/freedreno/rnn/
Drnndec.c209 uint64_t type_mask = typeinfo_mask(&bitfields[i]->typeinfo); in rnndec_decodeval() local
210 if (((value & type_mask) == 0) && is_unknown(bitfields[i]->name)) in rnndec_decodeval()
212 mask |= type_mask; in rnndec_decodeval()
216 if (value & type_mask) { in rnndec_decodeval()
229 uint64_t field_val = value & type_mask; in rnndec_decodeval()
234 subval = rnndec_decodeval(ctx, &bitfields[i]->typeinfo, value & type_mask); in rnndec_decodeval()
/third_party/flutter/engine/flutter/shell/common/
Dthread_host.h35 ThreadHost(std::string name_prefix, uint64_t type_mask);
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-simple-sel.h86 enum SimpleSelectorType type_mask ; member
Dcr-sel-eng.c661 if (((cur_sel->type_mask & TYPE_SELECTOR) in sel_matches_node_real()
667 || (cur_sel->type_mask & UNIVERSAL_SELECTOR)) { in sel_matches_node_real()
686 if (!(cur_sel->type_mask & TYPE_SELECTOR) in sel_matches_node_real()
687 && !(cur_sel->type_mask & UNIVERSAL_SELECTOR)) { in sel_matches_node_real()
Dcr-simple-sel.c268 if (cur_sel->type_mask & TYPE_SELECTOR) { in cr_simple_sel_compute_specificity()
Dcr-parser.c1699 sel->type_mask |= UNIVERSAL_SELECTOR; in cr_parser_parse_simple_selector()
1704 sel->type_mask |= TYPE_SELECTOR; in cr_parser_parse_simple_selector()
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c179 uint8_t type_mask; in usbd_get_endpoint() local
229 type_mask = 2; in usbd_get_endpoint()
233 type_mask = 0; in usbd_get_endpoint()
237 type_mask = UE_XFERTYPE; in usbd_get_endpoint()
255 ((ep->edesc->bmAttributes & type_mask) == type_val)) { in usbd_get_endpoint()
269 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) && in usbd_get_endpoint()
2154 uint8_t type, uint8_t type_mask, in usbd_find_descriptor() argument
2182 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor()
Dusbdi.h499 uint8_t iface_index, uint8_t type, uint8_t type_mask,
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c406 unsigned type_mask = (1 << type_size) - 1; in mir_adjust_constant() local
458 *bundle_constant_mask |= type_mask << best_place; in mir_adjust_constant()
/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_draw.c482 unsigned type_mask = BITFIELD_MASK(6); in update_vertex_attrib_buf() local
490 w0 = nir_iand_imm(b, nir_channel(b, w01, 0), ~type_mask); in update_vertex_attrib_buf()