| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_r200.c | 160 int face; local 270 face = (reg - ((i * 24) + R200_PP_TXOFFSET_0)) / 4; 278 track->textures[i].cube_info[face - 1].offset = idx_value; 280 track->textures[i].cube_info[face - 1].robj = reloc->robj; 538 for (face = 0; face < 4; face++) { 539 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); 540 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf) [all...] |
| radeon_r100.c | 1579 int i, face; local 1898 for (face = 0; face < 4; face++) { 1899 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); 1900 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); 2146 unsigned face, w, h; local 2151 for (face = 0; face < 5; face++) 2395 unsigned i, face; local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/emacs/ |
| tablegen-mode.el | 15 (defvar td-decorators-face 'td-decorators-face 16 "Face method decorators.") 17 (make-face 'td-decorators-face) 29 ;; '("\/\/" . font-lock-comment-face) 31 '("\"[^\"]+\"" . font-lock-string-face) 33 '("\\<0x[0-9A-Fa-f]+\\>" . font-lock-preprocessor-face) 35 '("\\<0b[01]+\\>" . font-lock-preprocessor-face) 37 '("\\<[-]?[0-9]+\\>" . font-lock-preprocessor-face) [all...] |
| /src/external/gpl2/texinfo/dist/util/ |
| texi-docstring-magic.el | 74 ;; * Add tags to special comments so that user can specify face, 239 ((find-face symbol) 241 ((face symbol) 242 (name (symbol-name face)) 243 (docstring (or (face-doc-string face) 249 (texi-docstring-magic-texi "fn" "Face" name docstring nil))) 313 (defun texi-docstring-magic-face-at-point () 325 (and (symbolp obj) (find-face obj) obj))) 332 (texi-docstring-magic-face-at-point)) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_surface.c | 65 * @face: Surface face. 71 uint32_t face; member in struct:vmw_surface_offset 283 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; 331 body->host.face = cur_offset->face; 841 cur_offset->face = i; 2044 cmd2->body.image.face = i / cache->num_mip_levels; 2046 (cache->num_mip_levels * cmd2->body.image.face);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| resrc.c | 969 const char *device, *face; 1012 face = (char *) data + offset; 1014 face = ""; 1018 fontdatalength = 58 + strlen (device) + strlen (face); 1022 strcpy ((char *) fontdata + 57 + strlen (device), face); 967 const char *device, *face; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resrc.c | 969 const char *device, *face; 1012 face = (char *) data + offset; 1014 face = ""; 1018 fontdatalength = 58 + strlen (device) + strlen (face); 1022 strcpy ((char *) fontdata + 57 + strlen (device), face); 967 const char *device, *face; local
|
| /src/external/mit/isl/dist/ |
| isl_convex_hull.c | 383 * one of the equalities of the face (one that is not equal to 392 struct isl_basic_set *face = NULL; local 417 face = isl_set_affine_hull(slice); 418 if (!face) 420 if (face->n_eq == 1) { 421 isl_basic_set_free(face); 424 for (i = 0; i < face->n_eq; ++i) 425 if (!isl_seq_eq(bounds->row[0], face->eq[i], 1 + dim) && 427 face->eq[i], 1 + dim)) 429 isl_assert(set->ctx, i < face->n_eq, goto error) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_cmd.h | 345 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member in struct:__anon5568 347 * Followed by an SVGA3dSize structure for each mip level in each face. 371 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member in struct:__anon5569 375 * Followed by an SVGA3dSize structure for each mip level in each face. 534 * discard the contents of the current mipmap level and face of the target 959 SVGA3dFace face; member in struct:__anon5605 1142 * The srcImage must be from mip=0 face=0. 1227 * surfaces so mipmap & face should always 1244 * surfaces so mipmap & face should always 1263 * surfaces so mipmap & face should alway 1480 SVGA3dFace face; member in struct:__anon5634::__anon5635 [all...] |
| svga3d_types.h | 839 uint16 face; /* SVGA3dFace */ member in struct:__anon5698::__anon5699 1620 * is a surface ID as well as face/mipmap indices. 1626 uint32 face; member in struct:SVGA3dSurfaceImageId
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| glx.h | 1676 uint32_t face; member in struct:xcb_glx_get_materialfv_request_t 1712 uint32_t face; member in struct:xcb_glx_get_materialiv_request_t 6043 uint32_t face, 6060 uint32_t face, 6105 uint32_t face, 6122 uint32_t face,
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 166 (defcustom po-highlight-face 'highlight 167 "*The face used for PO mode highlighting. For Emacses with overlays. 170 This variable can be set by the user to whatever face they desire. 173 :type 'face 465 The variable 'po-highlight-face' selects the face to use for highlighting." 467 (overlay-put overlay 'face po-highlight-face) 468 ;; The fun thing is that a deleted overlay retains its face, and is 496 (set-extent-face extent po-highlight-face [all...] |