Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c287 case D3DFVF_XYZB1: in NineVertexDeclaration9_new_from_fvf()
299 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h534 case D3DFVF_XYZB1: size += 4*4; break; in nine_fvf_stride()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h284 #define D3DFVF_XYZB1 0x00000006 macro