Searched refs:fvf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvertexdeclaration9.h49 DWORD fvf; member in struct:NineVertexDeclaration9
H A Dnine_pipe.h493 nine_fvf_stride( DWORD fvf ) argument
497 switch (fvf & D3DFVF_POSITION_MASK) {
511 if (fvf & D3DFVF_NORMAL) { size += 3*4; }
512 if (fvf & D3DFVF_PSIZE) { size += 1*4; }
513 if (fvf & D3DFVF_DIFFUSE) { size += 1*4; }
514 if (fvf & D3DFVF_SPECULAR) { size += 1*4; }
516 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK;
521 unsigned texformat = (fvf>>(16+i*2))&0x3;
H A Ddevice9.c3020 vdecl->fvf = FVF;
3021 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl);
3180 vdecl->fvf = FVF;
3181 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl);
3192 *pFVF = This->state.vdecl ? This->state.vdecl->fvf : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvertexdeclaration9.h49 DWORD fvf; member in struct:NineVertexDeclaration9
H A Dnine_pipe.h527 nine_fvf_stride( DWORD fvf ) argument
531 switch (fvf & D3DFVF_POSITION_MASK) {
545 if (fvf & D3DFVF_NORMAL) { size += 3*4; }
546 if (fvf & D3DFVF_PSIZE) { size += 1*4; }
547 if (fvf & D3DFVF_DIFFUSE) { size += 1*4; }
548 if (fvf & D3DFVF_SPECULAR) { size += 1*4; }
550 texcount = (fvf >> D3DFVF_TEXCOUNT_SHIFT) & D3DFVF_TEXCOUNT_MASK;
555 unsigned texformat = (fvf>>(16+i*2))&0x3;
H A Ddevice9.c3255 vdecl->fvf = FVF;
3256 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl);
3415 vdecl->fvf = FVF;
3416 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl);
3428 *pFVF = This->state.vdecl ? This->state.vdecl->fvf : 0;

Completed in 15 milliseconds