/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fence.h | 36 struct list_head flip; member in struct:nouveau_fence_chan
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_overlay.c | 45 bool flip; member in struct:nouveau_plane 132 bool flip = nv_plane->flip; local in function:nv10_update_plane 158 nvif_wr32(dev, NV_PVIDEO_BASE(flip), 0); 159 nvif_wr32(dev, NV_PVIDEO_OFFSET_BUFF(flip), nv_fb->nvbo->bo.offset); 160 nvif_wr32(dev, NV_PVIDEO_SIZE_IN(flip), src_h << 16 | src_w); 161 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); 162 nvif_wr32(dev, NV_PVIDEO_DS_DX(flip), (src_w << 20) / crtc_w); 163 nvif_wr32(dev, NV_PVIDEO_DT_DY(flip), (src_h << 20) / crtc_h); 164 nvif_wr32(dev, NV_PVIDEO_POINT_OUT(flip), crtc_y << 16 | crtc_x) [all...] |
disp.h | 87 struct nvif_notify flip; member in struct:nv04_display
|
/src/sys/dev/tc/ |
mfb.c | 176 static const uint8_t flip[256] = { variable in typeref:typename:const uint8_t[256] 544 half = (flip[msk] << 8) | flip[img];
|
tfb.c | 230 static const uint8_t flip[256] = { variable in typeref:typename:const uint8_t[256] 616 half = (flip[img] << 8) | flip[msk];
|
/src/usr.bin/tip/ |
tip.c | 616 int i, flip, clr, set; local in function:setparity 631 flip = 0; 635 flip = 0200; /* reverse bit 7 */ 645 partab[i] = ((evenpartab[i] ^ flip) | set) & clr;
|
/src/lib/libintl/ |
gettext.c | 69 static uint32_t flip(uint32_t, uint32_t); 355 flip(uint32_t v, uint32_t magic) function in typeref:typename:uint32_t 414 table = (struct mosysdepstr *)(base + flip(ofstable[i], magic)); 417 while (flip(table->segs[count++].ref, magic) != MO_LASTSEG) 426 table_h[i]->off = (const char *)(base + flip(table->off, magic)); 429 flip(table->segs[j].len, magic); 431 flip(table->segs[j].ref, magic); 507 mohandle->mo.mo_sysdep_nsegs = flip(mo->mo_sysdep_nsegs, magic); 508 mohandle->mo.mo_sysdep_nstring = flip(mo->mo_sysdep_nstring, magic); 525 stable = (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
dmub_cmd.h | 175 struct dmub_cmd_PLAT_54186_wa flip; member in struct:dmub_rb_cmd_PLAT_54186_wa
|