Searched refs:type_mask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnndec.c209 uint64_t type_mask = typeinfo_mask(&bitfields[i]->typeinfo); local in function:rnndec_decodeval
210 if (((value & type_mask) == 0) && is_unknown(bitfields[i]->name))
212 mask |= type_mask;
216 if (value & type_mask) {
229 uint64_t field_val = value & type_mask;
234 subval = rnndec_decodeval(ctx, &bitfields[i]->typeinfo, value & type_mask);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddix.h198 Mask type_mask,
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix.h213 Mask type_mask, Mask access_mode);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c406 unsigned type_mask = (1 << type_size) - 1; local in function:mir_adjust_constant
458 *bundle_constant_mask |= type_mask << best_place;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_draw.c482 unsigned type_mask = BITFIELD_MASK(6); local in function:update_vertex_attrib_buf
490 w0 = nir_iand_imm(b, nir_channel(b, w01, 0), ~type_mask);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_driver.c620 i830_output_clones (ScrnInfoPtr pScrn, int type_mask) argument
630 if (type_mask & (1 << intel_output->type))

Completed in 12 milliseconds