Searched refs:ncount (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp389 int ndst = 0, ncount = 0; local in function:r600_sb::bc_parser::prepare_alu_group
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/
H A Dsb_bc_parser.cpp397 int ndst = 0, ncount = 0; local in function:r600_sb::bc_parser::prepare_alu_group
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/
H A Dxfontsel.c710 int ocount, ncount, count; local in function:AddScalables
717 ncount = ocount + count;
718 nfonts = (int *)XtMalloc( ncount * sizeof(int) );
721 fval->count = ncount;
722 fval->allocated = ncount;

Completed in 6 milliseconds