HomeSort by relevance Sort by last modified time
    Searched refs:texcount (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 491 unsigned texcount, i, size = 0; local
512 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK;
513 if (user_error(texcount <= 8))
514 texcount = 8;
516 for (i = 0; i < texcount; ++i) {
vertexdeclaration9.c 281 unsigned texcount, i, betas, nelems = 0; local
371 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT;
372 if (user_error(texcount <= 8)) { texcount = 8; }
374 for (i = 0; i < texcount; ++i) {

Completed in 67 milliseconds