/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/ |
amdgpu_rc_calc.c | 48 void get_qp_set(qp_set qps, enum colour_mode cm, enum bits_per_comp bpc, enum max_min max_min, float bpp) 82 index = (bpp - table[0].bpp) * 2; 86 dm_error("ERROR: Requested rc_calc to find a bpp entry that exceeds the table size\n"); 113 void get_ofs_set(qp_set ofs, enum colour_mode mode, float bpp) 118 *p++ = (bpp <= 6) ? (0) : ((((bpp >= 8) && (bpp <= 12))) ? (2) : ((bpp >= 15) ? (10) : ((((bpp > 6) && (bpp < 8))) ? (0 + dsc_roundf((bpp - 6) * (2 / 2.0))) : (2 + dsc_roundf((bpp - 12) * (8 / (…) [all...] |
rc_calc.h | 76 float bpp; member in struct:qp_entry 82 void calc_rc_params(struct rc_params *rc, enum colour_mode cm, enum bits_per_comp bpc, float bpp, int slice_width, int slice_height, int minor_version);
|
/src/sys/arch/hpc/stand/hpcboot/ |
framebuffer.h | 36 int bpp, width, height, linebytes; member in struct:FrameBufferInfo::framebuffer_info 52 int bpp(void) { return _fb->bpp; } function in class:FrameBufferInfo
|
framebuffer.cpp | 49 // get current bpp. 51 int bpp = GetDeviceCaps(hdc, BITSPIXEL); local in function:FrameBufferInfo::FrameBufferInfo 61 if (tab->bpp == bpp) { 82 _default.bpp = bpp; 100 switch(_fb->bpp) {
|
/src/sys/ufs/lfs/ |
lfs_balloc.c | 113 * Note: it seems that bpp is passed as NULL for blocks that are file 121 int flags, struct buf **bpp) 173 if (bpp) 174 *bpp = NULL; 191 (bpp ? &bp : NULL), cred))) 199 if (bpp) 220 if (bpp) { 221 *bpp = bp = getblk(vp, lbn, nsize, 0, 0); 246 if (bpp && (error = bread(vp, lbn, osize, 253 (bpp ? &bp : NULL), cred)) [all...] |
lfs_debug.c | 284 struct buf **bpp; local in function:lfs_check_bpp 288 blkno = (*(sp->bpp))->b_blkno; 289 for (bpp = sp->bpp; bpp < sp->cbpp; bpp++) { 290 if ((*bpp)->b_blkno != blkno) { 291 if ((*bpp)->b_vp == devvp) { 294 (*bpp)->b_blkno, 302 VTOI((*bpp)->b_vp)->i_number [all...] |
lfs_kernel.h | 79 struct buf **bpp; /* Array of kept buffers */ member in struct:lfs_cluster
|
/src/usr.sbin/makefs/ffs/ |
buf.c | 64 struct buf **bpp) 71 assert (bpp != NULL); 76 *bpp = getblk(vp, blkno, size, 0, 0); 77 offset = (*bpp)->b_blkno * fs->sectorsize + fs->offset; 80 (intmax_t)(*bpp)->b_blkno, (intmax_t) offset, 81 (*bpp)->b_bcount); 82 if (lseek((*bpp)->b_fs->fd, offset, SEEK_SET) == -1) { 85 (intmax_t)(*bpp)->b_blkno, (intmax_t)offset); 88 rv = read((*bpp)->b_fs->fd, (*bpp)->b_data, (size_t)(*bpp)->b_bcount) [all...] |
ffs_balloc.c | 75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) 79 return ffs_balloc_ufs2(ip, offset, bufsize, bpp); 81 return ffs_balloc_ufs1(ip, offset, bufsize, bpp); 85 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) 102 if (bpp != NULL) { 103 *bpp = NULL; 141 if (bpp != NULL) { 143 0, bpp); 166 if (bpp != NULL) { 168 0, bpp); [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
fb_decoder.c | 49 int bpp; /* Bits per pixel, 0 indicates invalid */ member in struct:pixel_format 62 /* non-supported format has bpp default to 0 */ 82 /* non-supported format has bpp default to 0 */ 152 u32 tiled, int stride_mask, int bpp) 171 if (bpp == 8) 173 else if (bpp == 16 || bpp == 32 || bpp == 64) 176 gvt_dbg_core("skl: unsupported bpp:%d\n", bpp); 287 u8 bpp; \/* Bits per pixel; 0 indicates invalid *\/ member in struct:cursor_mode_format [all...] |
fb_decoder.h | 109 u8 bpp; /* bits per pixel */ member in struct:intel_vgpu_primary_plane_format 124 u8 bpp; /* bits per pixel */ member in struct:intel_vgpu_sprite_plane_format 141 u8 bpp; /* bits per pixel */ member in struct:intel_vgpu_cursor_plane_format
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_arb.c | 50 int bpp; member in struct:nv_sim_state 61 int pagemiss, cas, bpp; local in function:nv04_calc_arb 73 bpp = arb->bpp; 89 crtc_drain_rate = pclk_freq * bpp / 8; 99 p1 = p1 * bpp / 8; 129 drain_rate = pclk_freq * arb->bpp / 8; /* kB/s */ 166 + (arb->bpp == 32 ? 8 : 4); /* Margin of error. */ 198 nv04_update_arb(struct drm_device *dev, int VClk, int bpp, 212 sim_data.bpp = bpp [all...] |
/src/sys/compat/linux/common/ |
linux_ipc.c | 92 linux_to_bsd_ipc_perm(struct linux_ipc_perm *lpp, struct ipc_perm *bpp) 95 bpp->_key = lpp->l_key; 96 bpp->uid = lpp->l_uid; 97 bpp->gid = lpp->l_gid; 98 bpp->cuid = lpp->l_cuid; 99 bpp->cgid = lpp->l_cgid; 100 bpp->mode = lpp->l_mode; 101 bpp->_seq = lpp->l_seq; 105 linux_to_bsd_ipc64_perm(struct linux_ipc64_perm *lpp, struct ipc_perm *bpp) 107 bpp->_key = lpp->l_key [all...] |
/src/sys/ufs/ffs/ |
ffs_balloc.c | 94 struct buf **bpp) 99 error = ffs_balloc_ufs2(vp, off, size, cred, flags, bpp); 101 error = ffs_balloc_ufs1(vp, off, size, cred, flags, bpp); 103 if (error == 0 && bpp != NULL && (error = fscow_run(*bpp, false)) != 0) 104 brelse(*bpp, 0); 111 int flags, struct buf **bpp) 132 if (bpp != NULL) { 133 *bpp = NULL; 156 osize, (int)fs->fs_bsize, flags, cred, bpp, [all...] |
/src/usr.sbin/installboot/arch/ |
i386.c | 203 show_i386_boot_params(struct x86_boot_params *bpp) 208 printf("timeout %d, ", le32toh(bpp->bp_timeout)); 209 printf("flags %x, ", le32toh(bpp->bp_flags)); 210 printf("speed %d, ", le32toh(bpp->bp_conspeed)); 211 printf("ioaddr %x, ", le32toh(bpp->bp_consaddr)); 213 if (consoles[i].dev == (int)le32toh(bpp->bp_consdev)) 217 printf("console %d\n", le32toh(bpp->bp_consdev)); 220 if (bpp->bp_keymap[0]) 221 printf(" keymap %s\n", bpp->bp_keymap); 231 update_i386_boot_params(ib_params *params, struct x86_boot_params *bpp) 506 struct x86_boot_params *bpp; local in function:i386_editboot [all...] |
landisk.c | 68 struct landisk_boot_params bp, *bpp; local in function:landisk_setboot 204 bpp = (void *)(bootstrapbuf + 512 * 2 + 8); 205 bplen = le32toh(bpp->bp_length); 211 memcpy(&bp, bpp, bplen); 221 memcpy(bpp, &bp, bplen);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dumb_buffers.c | 71 if (!args->width || !args->height || !args->bpp) 75 if (args->bpp > U32_MAX - 8) 77 cpp = DIV_ROUND_UP(args->bpp, 8);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi.c | 16 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); local in function:intel_dsi_bitrate 18 if (WARN_ON(bpp < 0)) 19 bpp = 16; 21 return intel_dsi->pclk * bpp / intel_dsi->lane_count;
|
/src/share/man/man4/man4.sparc/ |
Makefile | 4 MAN= apc.4 audioamd.4 autoconf.4 auxreg.4 bpp.4 bwtwo.4 \
|
/src/sys/ufs/ext2fs/ |
ext2fs_balloc.c | 96 kauth_cred_t cred, struct buf **bpp, int flags) 114 if (bpp != NULL) { 115 *bpp = NULL; 134 if (bpp != NULL) { 140 *bpp = bp; 159 if (bpp != NULL) { 164 *bpp = bp; 286 if (bpp != NULL) { 291 *bpp = nbp; 296 if (bpp != NULL) [all...] |
ext2fs_subr.c | 82 ext2fs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) 94 *bpp = NULL; 100 *bpp = bp;
|
/src/sys/compat/linux32/common/ |
linux32_ipccall.c | 164 bsd_to_linux32_ipc_perm(struct ipc_perm *bpp, struct linux32_ipc_perm *lpp) 168 lpp->l_key = bpp->_key; 169 lpp->l_uid = bpp->uid; 170 lpp->l_gid = bpp->gid; 171 lpp->l_cuid = bpp->cuid; 172 lpp->l_cgid = bpp->cgid; 173 lpp->l_mode = bpp->mode; 174 lpp->l_seq = bpp->_seq; 178 linux32_to_bsd_ipc_perm(struct linux32_ipc_perm *lpp, struct ipc_perm *bpp) 181 bpp->_key = lpp->l_key [all...] |
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dumb.c | 47 pitch = args->width * ((args->bpp + 1) / 8); 51 switch (args->bpp) {
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front.h | 146 u32 bpp, u64 fb_cookie); 150 u32 bpp, u64 size, struct page **pages);
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
modesetting.c | 29 * @bpp: The colour depth of the mode. 35 u16 bpp, u16 flags) 51 p->bits_per_pixel = bpp;
|