Home
last modified time | relevance | path

Searched refs:texcount (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c282 unsigned texcount, i, betas, nelems = 0; in NineVertexDeclaration9_new_from_fvf() local
372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
373 if (user_error(texcount <= 8)) { texcount = 8; } in NineVertexDeclaration9_new_from_fvf()
375 for (i = 0; i < texcount; ++i) { in NineVertexDeclaration9_new_from_fvf()
H A Dnine_pipe.h529 unsigned texcount, i, size = 0; in nine_fvf_stride() local
550 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK; in nine_fvf_stride()
551 if (user_error(texcount <= 8)) in nine_fvf_stride()
552 texcount = 8; in nine_fvf_stride()
554 for (i = 0; i < texcount; ++i) { in nine_fvf_stride()

Completed in 2 milliseconds