Searched refs:D3DFVF_XYZB5 (Results 1 – 3 of 3) sorted by relevance
290 case D3DFVF_XYZB5: /* XYZ with beta values */ in NineVertexDeclaration9_new_from_fvf()298 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; in NineVertexDeclaration9_new_from_fvf()303 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) { in NineVertexDeclaration9_new_from_fvf()
504 case D3DFVF_XYZB5: size += 8*4; break; in nine_fvf_stride()
288 #define D3DFVF_XYZB5 0x0000000E macro