HomeSort by: relevance | last modified time | path
    Searched refs:ncount (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 389 int ndst = 0, ncount = 0; local
412 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA);
414 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB);
416 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_bc_parser.cpp 397 int ndst = 0, ncount = 0; local
420 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA);
422 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB);
424 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW);
  /xsrc/external/mit/xfontsel/dist/
xfontsel.c 710 int ocount, ncount, count; local
717 ncount = ocount + count;
718 nfonts = (int *)XtMalloc( ncount * sizeof(int) );
721 fval->count = ncount;
722 fval->allocated = ncount;

Completed in 45 milliseconds