Searched refs:FVF (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexdeclaration9.c | 278 DWORD FVF, in NineVertexDeclaration9_new_from_fvf() 285 switch (FVF & D3DFVF_POSITION_MASK) { in NineVertexDeclaration9_new_from_fvf() 297 if ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZ) { break; } in NineVertexDeclaration9_new_from_fvf() 299 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; in NineVertexDeclaration9_new_from_fvf() 300 if (FVF & D3DFVF_LASTBETA_D3DCOLOR) { in NineVertexDeclaration9_new_from_fvf() 302 } else if (FVF & D3DFVF_LASTBETA_UBYTE4) { in NineVertexDeclaration9_new_from_fvf() 304 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) { in NineVertexDeclaration9_new_from_fvf() 335 ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZW) ? in NineVertexDeclaration9_new_from_fvf() 346 if (FVF & D3DFVF_NORMAL) { in NineVertexDeclaration9_new_from_fvf() 352 if (FVF in NineVertexDeclaration9_new_from_fvf() 277 NineVertexDeclaration9_new_from_fvf( struct NineDevice9 *pDevice, DWORD FVF, struct NineVertexDeclaration9 **ppOut ) NineVertexDeclaration9_new_from_fvf() argument [all...] |
H A D | vertexdeclaration9.h | 66 DWORD FVF,
|
H A D | device9.c | 1227 DWORD FVF, in NineDevice9_CreateVertexBuffer() 1236 DBG("This=%p Length=%u Usage=%x FVF=%x Pool=%u ppOut=%p pSharedHandle=%p\n", in NineDevice9_CreateVertexBuffer() 1237 This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); in NineDevice9_CreateVertexBuffer() 1251 desc.FVF = FVF; in NineDevice9_CreateVertexBuffer() 3248 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF), in NineDevice9_ProcessVertices() 3251 DWORD FVF = dst->desc.FVF; in NineDevice9_ProcessVertices() local 3252 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices() 3254 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, in NineDevice9_ProcessVertices() 1224 NineDevice9_CreateVertexBuffer( struct NineDevice9 *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle ) NineDevice9_CreateVertexBuffer() argument [all...] |
H A D | device9.h | 362 DWORD FVF, 702 DWORD FVF );
|
H A D | nine_lock.c | 808 DWORD FVF, in LockDevice9_CreateVertexBuffer() 815 r = NineDevice9_CreateVertexBuffer(This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); in LockDevice9_CreateVertexBuffer() 1589 DWORD FVF ) in LockDevice9_SetFVF() 1593 r = NineDevice9_SetFVF(This, FVF); in LockDevice9_SetFVF() 805 LockDevice9_CreateVertexBuffer( struct NineDevice9 *This, UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDirect3DVertexBuffer9 **ppVertexBuffer, HANDLE *pSharedHandle ) LockDevice9_CreateVertexBuffer() argument
|
/third_party/mesa3d/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
|
Completed in 29 milliseconds