Home
last modified time | relevance | path

Searched refs:face (Results 1 – 25 of 197) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r200.c160 int face; in r200_packet0_check() local
270 face = (reg - ((i * 24) + R200_PP_TXOFFSET_0)) / 4; in r200_packet0_check()
278 track->textures[i].cube_info[face - 1].offset = idx_value; in r200_packet0_check()
280 track->textures[i].cube_info[face - 1].robj = reloc->robj; in r200_packet0_check()
538 for (face = 0; face < 4; face++) { in r200_packet0_check()
539 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r200_packet0_check()
540 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r200_packet0_check()
H A Dradeon_r100.c1579 int i, face; in r100_packet0_check() local
1898 for (face = 0; face < 4; face++) { in r100_packet0_check()
1899 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r100_packet0_check()
1900 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r100_packet0_check()
2146 unsigned face, w, h; in r100_cs_track_cube() local
2151 for (face = 0; face < 5; face++) { in r100_cs_track_cube()
2152 cube_robj = track->textures[idx].cube_info[face].robj; in r100_cs_track_cube()
2153 w = track->textures[idx].cube_info[face].width; in r100_cs_track_cube()
2154 h = track->textures[idx].cube_info[face].height; in r100_cs_track_cube()
2162 size += track->textures[idx].cube_info[face].offset; in r100_cs_track_cube()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el241 ((face symbol)
242 (name (symbol-name face))
243 (docstring (or (face-doc-string face)
/netbsd-src/games/hunt/huntd/
H A Dexecute.c434 add_shot(int type, int y, int x, char face, int charge, in add_shot() argument
463 bp = create_shot(type, y, x, face, charge, size, owner, in add_shot()
470 create_shot(int type, int y, int x, char face, int charge, in create_shot() argument
482 bp->b_face = face; in create_shot()
H A Ddraw.c178 see(PLAYER *pp, int face) in see() argument
186 switch (face) { in see()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c692 invis_addc (int *outp, char c, char face) in invis_addc() argument
696 inv_face[*outp] = face; in invis_addc()
701 invis_adds (int *outp, const char *str, int n, char face) in invis_adds() argument
706 invis_addc (outp, str[i], face); in invis_adds()
1574 putc_face (int c, int face, char *cur_face) in putc_face() argument
1578 if (cf != face) in putc_face()
1582 if (face != FACE_NORMAL && face != FACE_STANDOUT) in putc_face()
1584 if (face == FACE_STANDOUT && cf == FACE_NORMAL) in putc_face()
1586 if (face == FACE_NORMAL && cf == FACE_STANDOUT) in putc_face()
1588 *cur_face = face; in putc_face()
[all …]
/netbsd-src/external/mit/xorg/bin/xdm/config/
H A DXresources.in26 xlogin*face: Sans-14:hintstyle=hintslight
35 xlogin*face: Sans-12:hintstyle=hintslight
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h345 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member
371 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member
959 SVGA3dFace face; member
1480 SVGA3dFace face; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dweak16 #0 string =!! Bennet Yee's "face" format
H A Dfonts197 # skip cl8m8ocofedso.testfile by looking for face size lower/equal 72
202 # skip ISO 9660 CD-ROM ./filesystem by looking for low positive face size
204 # skip DOS 2.0 backup id file ./msdos by looking for face size lower/equal 72
218 # face size in points 3-72 SLSS03CG.FNT H1CELT72.FNT
220 # face ID (must be unique)
222 # lowest character index in face (4 but usually 32 for disk-loaded fonts)
/netbsd-src/games/hunt/hunt/
H A Dotto.c161 otto(int y, int x, char face) in otto() argument
171 fprintf(debug, "\n%c(%d,%d)", face, y, x); in otto()
180 switch (face) { in otto()
/netbsd-src/external/mit/isl/dist/
H A Disl_convex_hull.c392 struct isl_basic_set *face = NULL; in initial_facet_constraint() local
417 face = isl_set_affine_hull(slice); in initial_facet_constraint()
418 if (!face) in initial_facet_constraint()
420 if (face->n_eq == 1) { in initial_facet_constraint()
421 isl_basic_set_free(face); in initial_facet_constraint()
424 for (i = 0; i < face->n_eq; ++i) in initial_facet_constraint()
425 if (!isl_seq_eq(bounds->row[0], face->eq[i], 1 + dim) && in initial_facet_constraint()
427 face->eq[i], 1 + dim)) in initial_facet_constraint()
429 isl_assert(set->ctx, i < face->n_eq, goto error); in initial_facet_constraint()
430 if (!isl_set_wrap_facet(set, bounds->row[0], face->eq[i])) in initial_facet_constraint()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/gpl2/texinfo/dist/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/gpl2/gmake/dist/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/gpl2/diffutils/dist/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/bsd/lutok/dist/
H A DREADME7 left untouched in the face of errors. The library also provides a small
/netbsd-src/external/bsd/flex/dist/po/
H A Den@boldquot.header24 # bold face, assuming the VT100/XTerm escape sequences.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticDocs.td57 as monospace font face instead.
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A Dwingdings.map51 -1 F04A u263A # White smiling face
53 -1 F04C u2639 # White frowning face
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c71 uint32_t face; member
283 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; in vmw_surface_define_encode()
331 body->host.face = cur_offset->face; in vmw_surface_dma_encode()
841 cur_offset->face = i; in vmw_surface_define_ioctl()
2044 cmd2->body.image.face = i / cache->num_mip_levels; in vmw_surface_dirty_sync()
2046 (cache->num_mip_levels * cmd2->body.image.face); in vmw_surface_dirty_sync()
/netbsd-src/share/man/tools/
H A Dignore277 face
278 face.
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dorder_only107 # TEST #9 -- make sure that $< is set correctly in the face of order-only

12345678