| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | vertexdeclaration9.c | 277 DWORD FVF, 284 switch (FVF & D3DFVF_POSITION_MASK) { 296 if ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZ) { break; } 298 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; 299 if (FVF & D3DFVF_LASTBETA_D3DCOLOR) { 301 } else if (FVF & D3DFVF_LASTBETA_UBYTE4) { 303 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) { 334 ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZW) ? 345 if (FVF & D3DFVF_NORMAL) { 351 if (FVF 276 NineVertexDeclaration9_new_from_fvf(struct NineDevice9 * pDevice,DWORD FVF,struct NineVertexDeclaration9 ** ppOut) argument [all...] |
| H A D | vertexdeclaration9.h | 66 DWORD FVF,
|
| H A D | device9.c | 1122 DWORD FVF, 1131 DBG("This=%p Length=%u Usage=%x FVF=%x Pool=%u ppOut=%p pSharedHandle=%p\n", 1132 This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); 1145 desc.FVF = FVF; 3011 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF), 3014 DWORD FVF = dst->desc.FVF; local in function:NineDevice9_ProcessVertices 3015 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); 3017 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, 1119 NineDevice9_CreateVertexBuffer(struct NineDevice9 * This,UINT Length,DWORD Usage,DWORD FVF,D3DPOOL Pool,IDirect3DVertexBuffer9 ** ppVertexBuffer,HANDLE * pSharedHandle) argument 3165 NineDevice9_SetFVF(struct NineDevice9 * This,DWORD FVF) argument [all...] |
| H A D | device9.h | 343 DWORD FVF, 683 DWORD FVF );
|
| H A D | nine_lock.c | 808 DWORD FVF, 815 r = NineDevice9_CreateVertexBuffer(This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); 1589 DWORD FVF ) 1593 r = NineDevice9_SetFVF(This, FVF); 805 LockDevice9_CreateVertexBuffer(struct NineDevice9 * This,UINT Length,DWORD Usage,DWORD FVF,D3DPOOL Pool,IDirect3DVertexBuffer9 ** ppVertexBuffer,HANDLE * pSharedHandle) argument 1588 LockDevice9_SetFVF(struct NineDevice9 * This,DWORD FVF) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | vertexdeclaration9.c | 278 DWORD FVF, 285 switch (FVF & D3DFVF_POSITION_MASK) { 297 if ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZ) { break; } 299 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; 300 if (FVF & D3DFVF_LASTBETA_D3DCOLOR) { 302 } else if (FVF & D3DFVF_LASTBETA_UBYTE4) { 304 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) { 335 ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZW) ? 346 if (FVF & D3DFVF_NORMAL) { 352 if (FVF 277 NineVertexDeclaration9_new_from_fvf(struct NineDevice9 * pDevice,DWORD FVF,struct NineVertexDeclaration9 ** ppOut) argument [all...] |
| H A D | vertexdeclaration9.h | 66 DWORD FVF,
|
| H A D | device9.c | 1227 DWORD FVF, 1236 DBG("This=%p Length=%u Usage=%x FVF=%x Pool=%u ppOut=%p pSharedHandle=%p\n", 1237 This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); 1251 desc.FVF = FVF; 3246 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF), 3249 DWORD FVF = dst->desc.FVF; local in function:NineDevice9_ProcessVertices 3250 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); 3252 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, 1224 NineDevice9_CreateVertexBuffer(struct NineDevice9 * This,UINT Length,DWORD Usage,DWORD FVF,D3DPOOL Pool,IDirect3DVertexBuffer9 ** ppVertexBuffer,HANDLE * pSharedHandle) argument 3400 NineDevice9_SetFVF(struct NineDevice9 * This,DWORD FVF) argument [all...] |
| H A D | device9.h | 362 DWORD FVF, 702 DWORD FVF );
|
| H A D | nine_lock.c | 808 DWORD FVF, 815 r = NineDevice9_CreateVertexBuffer(This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); 1589 DWORD FVF ) 1593 r = NineDevice9_SetFVF(This, FVF); 805 LockDevice9_CreateVertexBuffer(struct NineDevice9 * This,UINT Length,DWORD Usage,DWORD FVF,D3DPOOL Pool,IDirect3DVertexBuffer9 ** ppVertexBuffer,HANDLE * pSharedHandle) argument 1588 LockDevice9_SetFVF(struct NineDevice9 * This,DWORD FVF) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9.h | 184 virtual HRESULT WINAPI CreateVertexBuffer(UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle) = 0; 247 virtual HRESULT WINAPI SetFVF(DWORD FVF) = 0; 772 HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9 *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle); 835 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9 *This, DWORD FVF); 1023 HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9Ex *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle); 1086 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9Ex *This, DWORD FVF);
|
| H A D | d3d9types.h | 279 /* FVF */ 1747 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| H A D | d3d9.h | 184 virtual HRESULT WINAPI CreateVertexBuffer(UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle) = 0; 247 virtual HRESULT WINAPI SetFVF(DWORD FVF) = 0; 772 HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9 *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle); 835 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9 *This, DWORD FVF); 1023 HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9Ex *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle); 1086 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9Ex *This, DWORD FVF);
|
| H A D | d3d9types.h | 279 /* FVF */ 1747 DWORD FVF; member in struct:_D3DVERTEXBUFFER_DESC
|