Searched refs:type_mask (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 466 int type_mask = h->ps.pps->constrained_intra_pred ? IS_INTRA(-1) : -1; in fill_decode_caches() local 472 if (!(top_type & type_mask)) { in fill_decode_caches() 479 if (!(left_type[LTOP] & type_mask)) { in fill_decode_caches() 483 if (!(left_type[LBOT] & type_mask)) { in fill_decode_caches() 491 if (!((left_typei & type_mask) && (left_type[LTOP] & type_mask))) { in fill_decode_caches() 497 if (!(left_type[LTOP] & type_mask)) { in fill_decode_caches() 503 if (!(topleft_type & type_mask)) in fill_decode_caches() 506 if (!(topright_type & type_mask)) in fill_decode_caches() 516 sl->intra4x4_pred_mode_cache[7 + 8 * 0] = 2 - 3 * !(top_type & type_mask); in fill_decode_caches() [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 209 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/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 177 uint8_t type_mask; in usbd_get_endpoint() local 227 type_mask = 2; in usbd_get_endpoint() 231 type_mask = 0; in usbd_get_endpoint() 235 type_mask = UE_XFERTYPE; in usbd_get_endpoint() 252 ((ep->edesc->bmAttributes & type_mask) == type_val)) { in usbd_get_endpoint() 266 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) && in usbd_get_endpoint() 2141 uint8_t type, uint8_t type_mask, in usbd_find_descriptor() 2168 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor() 2140 usbd_find_descriptor(struct usb_device *udev, void *id, uint8_t iface_index, uint8_t type, uint8_t type_mask, uint8_t subtype, uint8_t subtype_mask) usbd_find_descriptor() argument
|
H A D | usbdi.h | 514 uint8_t iface_index, uint8_t type, uint8_t type_mask,
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_schedule.c | 406 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/ |
H A D | pan_indirect_draw.c | 480 unsigned type_mask = BITFIELD_MASK(6); in update_vertex_attrib_buf() local 488 w0 = nir_iand_imm(b, nir_channel(b, w01, 0), ~type_mask); in update_vertex_attrib_buf()
|
Completed in 11 milliseconds