HomeSort by: relevance | last modified time | path
    Searched defs:cd (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/libXext/dist/src/
Xcup.c 162 XColor* cd = *colors_out; local
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/MesaLib/dist/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 39 unsigned cd[2]; local
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];
draw_llvm.c 1529 unsigned cd[2]; local
1531 cd[0] = llvm->draw->vs.ccdistance_output[0];
1532 cd[1] = llvm->draw->vs.ccdistance_output[1];
1534 if (cd[0] != pos || cd[1] != pos)
1645 clipdist = LLVMBuildLoad(builder, outputs[cd[0]][i], "");
1647 clipdist = LLVMBuildLoad(builder, outputs[cd[1]][i-4], "");
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 38 unsigned cd[2]; local
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];
draw_llvm.c 1157 unsigned cd[2]; local
1159 cd[0] = llvm->draw->vs.ccdistance_output[0];
1160 cd[1] = llvm->draw->vs.ccdistance_output[1];
1162 if (cd[0] != pos || cd[1] != pos)
1273 clipdist = LLVMBuildLoad(builder, outputs[cd[0]][i], "");
1275 clipdist = LLVMBuildLoad(builder, outputs[cd[1]][i-4], "");
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.c 82 int coverage, best_coverage, c, cd; local
107 for (cd = 0; cd < (consider_disabled ? 2 : 1); cd++) {
111 if (!cd && !radeon_crtc_is_enabled(crtc))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_clear.c 184 struct zink_framebuffer_clear_data cd = {0}; local
185 util_dynarray_append(&fb_clear->clears, struct zink_framebuffer_clear_data, cd);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 225 int cd = c; local
238 cd = 0;
276 e->fp32[cd] = bc->ui[j];
277 e->fp16[cd] = clamped;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_emit.c 129 int cd = c; local
143 cd = (format == PIPE_FORMAT_X32_S8X24_UINT) ? 0 : 3;
181 e->fp32[cd] = bc->ui[j];
182 e->fp16[cd] = clamped;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 197 int cd = c; local
210 cd = 0;
248 e->fp32[cd] = bc->ui[j];
249 e->fp16[cd] = clamped;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
fd6_emit.c 225 int cd = c; local
239 cd = (format == PIPE_FORMAT_X32_S8X24_UINT) ? 0 : 3;
277 e->fp32[cd] = bc->ui[j];
278 e->fp16[cd] = clamped;
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 699 iconv_t cd; local
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);
  /xsrc/external/mit/libXfont/dist/src/fc/
fserve.c 499 FSClientsDependingPtr new, cd; local
501 for (; (cd = *clients_depending);
504 if (cd->client == client)
  /xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c 484 FSClientsDependingPtr new, cd; local
486 for (; (cd = *clients_depending);
489 if (cd->client == client)
  /xsrc/external/mit/xclock/dist/
Clock.c 2401 iconv_t cd; local
2416 cd = iconv_open("UTF-8", code_set);
2417 if (cd == (iconv_t) - 1)
2422 (void) iconv_close(cd);
2431 ret = iconv(cd, &inptr, &ileft, &outptr, &oleft);
2439 (void) iconv_close(cd);

Completed in 40 milliseconds