Searched refs:texcount (Results 1 – 2 of 2) sorted by relevance
281 unsigned texcount, i, betas, nelems = 0; in NineVertexDeclaration9_new_from_fvf() local371 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()372 if (user_error(texcount <= 8)) { texcount = 8; } in NineVertexDeclaration9_new_from_fvf()374 for (i = 0; i < texcount; ++i) { in NineVertexDeclaration9_new_from_fvf()
495 unsigned texcount, i, size = 0; in nine_fvf_stride() local516 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK; in nine_fvf_stride()517 if (user_error(texcount <= 8)) in nine_fvf_stride()518 texcount = 8; in nine_fvf_stride()520 for (i = 0; i < texcount; ++i) { in nine_fvf_stride()