Home
last modified time | relevance | path

Searched refs:D3DFVF_TEXCOUNT_SHIFT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h550 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK; in nine_fvf_stride()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro