| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_cliptest_tmp.h | 38 unsigned cd[2]; local in function:TAG 54 cd[0] = draw_current_shader_ccdistance_output(pvs->draw, 0); 55 cd[1] = draw_current_shader_ccdistance_output(pvs->draw, 1); 57 if (cd[0] != pos || cd[1] != pos) 144 clipdist = out->data[cd[0]][i]; 146 clipdist = out->data[cd[1]][i-4];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_cliptest_tmp.h | 39 unsigned cd[2]; local in function:TAG 59 cd[0] = draw_current_shader_ccdistance_output(pvs->draw, 0); 60 cd[1] = draw_current_shader_ccdistance_output(pvs->draw, 1); 62 if (cd[0] != pos || cd[1] != pos) 150 clipdist = out->data[cd[0]][i]; 152 clipdist = out->data[cd[1]][i-4];
|
| /xsrc/external/mit/freetype/dist/builds/os2/ |
| H A D | detect.mk | 46 @cd . 55 @cd . 64 @cd . 73 @cd .
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| H A D | detect.mk | 124 @cd . 133 @cd . 142 @cd . 151 @cd . 160 @cd . 169 @cd . 178 @cd . 187 @cd . 196 @cd .
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | unixddef.mk | 17 TOP_DIR := $(shell cd $(TOP_DIR); pwd) 18 OBJ_DIR := $(shell cd $(OBJ_DIR); pwd)
|
| H A D | detect.mk | 91 cd builds/unix; \
|
| /xsrc/external/mit/libxcvt/dist/ |
| H A D | README.md | 25 $ cd libxcvt 28 $ cd ..
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | Xcup.c | 162 XColor* cd = *colors_out; local in function:XcupGetReservedColormapEntries 166 for (i = 0; i < *ncolors; i++, cd++) { 167 cd->pixel = cs->pixel; 168 cd->red = cs->red; 169 cd->green = cs->green; 170 cd->blue = cs->blue;
|
| /xsrc/external/mit/freetype/dist/builds/dos/ |
| H A D | detect.mk | 86 @cd . 95 @cd . 104 @cd . 113 @cd . 122 @cd .
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.c | 82 int coverage, best_coverage, c, cd; local in function:radeon_pick_best_crtc 107 for (cd = 0; cd < (consider_disabled ? 2 : 1); cd++) { 111 if (!cd && !radeon_crtc_is_enabled(crtc))
|
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | iconv.m4 | 46 [[iconv_t cd = iconv_open("",""); 47 iconv(cd,NULL,NULL,NULL,NULL); 48 iconv_close(cd);]])], 59 [[iconv_t cd = iconv_open("",""); 60 iconv(cd,NULL,NULL,NULL,NULL); 61 iconv_close(cd);]])], 249 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 257 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_init.cpp | 191 basetype cd = dta[elt]; local in function:r600_sb::regbits::find_free_chans 194 if (!cd) { 196 cd = dta[elt]; 203 unsigned p = __builtin_ctz(cd) & ~(basetype)3u; 207 cd >>= p; 209 if ((cd & mask) == mask) { 214 cd >>= 4; 226 basetype cd = dta[elt]; local in function:r600_sb::regbits::find_free_chan_by_mask 229 if (!cd) { 231 cd [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_init.cpp | 191 basetype cd = dta[elt]; local in function:r600_sb::regbits::find_free_chans 194 if (!cd) { 196 cd = dta[elt]; 203 unsigned p = __builtin_ctz(cd) & ~(basetype)3u; 207 cd >>= p; 209 if ((cd & mask) == mask) { 214 cd >>= 4; 226 basetype cd = dta[elt]; local in function:r600_sb::regbits::find_free_chan_by_mask 229 if (!cd) { 231 cd [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.h | 134 * @cd: xy mod wh, is a input value. 161 cd, wh, bxy1, bxy2) \ 163 cd = wh - cd; \ 165 cd = cd - bxy1; \ 166 fmodulus(cd, wh, txy); \ 170 txy = -(cd - bxy1_mod); \ 177 txy = (bxy2_mod - cd) + bxy2 - bxy1; \ 181 #define _glamor_repeat_reflect_fixup(txy, xy, cd, od [all...] |
| /xsrc/external/mit/brotli/dist/ |
| H A D | README.md | 35 cd vcpkg 49 $ mkdir out && cd out 65 $ mkdir out && cd out
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | venus.rst | 55 $ cd virglrenderer 88 $ cd crosvm 93 $ cd src/platform/crosvm 136 $ cd minigbm 138 $ cd ../virglrenderer 151 $ cd platform2/vm_tools/sommelier
|
| H A D | svga3d.rst | 178 cd $TOP/drm 195 cd $TOP/mesa 211 cd $TOP/xf86-video-vmware 228 cd $TOP/vmwgfx
|
| /xsrc/external/mit/imake/dist/ |
| H A D | mergelib.cpp | 89 cd $tmpdir || exit 1 101 cd $origdir
|
| /xsrc/external/mit/MesaLib.old/dist/ |
| H A D | README.rst | 22 $ cd build
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | README.rst | 22 $ cd build
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | README.md | 53 * cd xauth ; ./autogen.sh ; make ; make check
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | freetype.mk | 301 cd $(DOC_DIR) && mkdocs build 307 # We still need to cd into `DOC_DIR' to build `mkdocs' because paths in 329 cd $(DOC_DIR) && $(VENV_NAME)$(SEP)$(BIN)$(SEP)python -m mkdocs build
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | README.md | 148 funny prompt> ( cd build ; cmake -DUSE_XPM=OFF -DM4_CMD=superm4 .. ) 174 funny prompt> (cd build && cpack -G RPM)
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | README.md | 32 mkdir _build && cd _build
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcfreetype.c | 699 iconv_t cd; local in function:FcSfntNameTranscode 841 cd = iconv_open ("UTF-8", fromcode); 842 if (cd && cd != (iconv_t) (-1)) 851 iconv_close (cd); 860 size_t did = iconv (cd, 865 iconv_close (cd); 877 iconv_close (cd);
|