Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c290 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()
Dnine_pipe.h504 case D3DFVF_XYZB5: size += 8*4; break; in nine_fvf_stride()
/external/mesa3d/include/D3D9/
Dd3d9types.h288 #define D3DFVF_XYZB5 0x0000000E macro