Home
last modified time | relevance | path

Searched refs:D3DFVF_PSIZE (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp207 if(FVF & D3DFVF_PSIZE) in Direct3DVertexDeclaration9()
437 FVF |= D3DFVF_PSIZE; in computeFVF()
DDirect3DVertexBuffer9.cpp44 if(FVF & D3DFVF_PSIZE) stride += 4; in Direct3DVertexBuffer9()
/external/swiftshader/src/D3D8/
DDirect3DVertexBuffer8.cpp43 if(FVF & D3DFVF_PSIZE) stride += 4; in Direct3DVertexBuffer8()
DDirect3DDevice8.cpp4291 if(FVF & D3DFVF_PSIZE) stride += 4; in FVFStride()
4433 if(FVF & D3DFVF_PSIZE) in bindStreams()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c351 if (FVF & D3DFVF_PSIZE) { in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h508 if (fvf & D3DFVF_PSIZE) { size += 1*4; } in nine_fvf_stride()
/external/swiftshader/include/Direct3D/
Dd3d8types.h589 #define D3DFVF_PSIZE 0x020 macro
/external/mesa3d/include/D3D9/
Dd3d9types.h293 #define D3DFVF_PSIZE 0x00000020 macro