Searched refs:neltdwords (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c1190 int neltdwords; local
1196 neltdwords = cmd[2]>>16;
1197 neltdwords += neltdwords & 1;
1198 neltdwords /= 2;
1199 if (neltdwords + 3 != cmdsz)
1201 neltdwords, cmdsz);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c845 int neltdwords; local
850 neltdwords = cmd[2]>>16;
851 neltdwords += neltdwords & 1;
852 neltdwords /= 2;
853 if (neltdwords + 3 != cmdsz)
855 neltdwords, cmdsz);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c1190 int neltdwords; local
1196 neltdwords = cmd[2]>>16;
1197 neltdwords += neltdwords & 1;
1198 neltdwords /= 2;
1199 if (neltdwords + 3 != cmdsz)
1201 neltdwords, cmdsz);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c845 int neltdwords; local
850 neltdwords = cmd[2]>>16;
851 neltdwords += neltdwords & 1;
852 neltdwords /= 2;
853 if (neltdwords + 3 != cmdsz)
855 neltdwords, cmdsz);

Completed in 74 milliseconds