Lines Matching defs:bits
267 * because the bottom 12 bits are used for other things. Round down to
359 * @param[in] format_bpb The number of bits per surface element (block) for
510 * have a block size of 1 or 2 bits per block and each CCS element
516 * pair is specified by 2 bits in the CCS. Each CCS cache-line
535 * 4 bits of auxiliary plane data are required for 2 cachelines of
544 * TODO: Handle Ys, Yf and their pairing bits.
573 if (fmtl->channels.c.bits && value.u32[i] != 0) \
593 if (fmtl->channels.c.bits && value.field[i] != 0 && value.field[i] != 1) \
1718 * size is `bits` bits?
1721 * RENDER_SURFACE_STATE::SurfacePitch is B bits, then the range of valid
1726 pitch_in_range(uint32_t n, uint32_t bits)
1729 return likely(bits != 0 && 1 <= n && n <= (1 << bits));
2422 /* They may only specify one of the above bits at a time */