Home
last modified time | relevance | path

Searched refs:FVF (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c278 DWORD FVF, in NineVertexDeclaration9_new_from_fvf() argument
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 & D3DFVF_PSIZE) { in NineVertexDeclaration9_new_from_fvf()
[all …]
Dvertexdeclaration9.h66 DWORD FVF,
Ddevice9.c1227 DWORD FVF, in NineDevice9_CreateVertexBuffer() argument
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, &vdecl); in NineDevice9_ProcessVertices()
3257 vdecl->fvf = FVF; in NineDevice9_ProcessVertices()
3403 DWORD FVF ) in NineDevice9_SetFVF() argument
3408 DBG("FVF = %08x\n", FVF); in NineDevice9_SetFVF()
[all …]
Ddevice9.h362 DWORD FVF,
702 DWORD FVF );
Dnine_lock.c808 DWORD FVF, in LockDevice9_CreateVertexBuffer() argument
815 … r = NineDevice9_CreateVertexBuffer(This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle); in LockDevice9_CreateVertexBuffer()
1589 DWORD FVF ) in LockDevice9_SetFVF() argument
1593 r = NineDevice9_SetFVF(This, FVF); in LockDevice9_SetFVF()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_array_bgra.txt361 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/openGLES/extensions/EXT/
DEXT_vertex_array_bgra.txt346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_array_bgra.txt346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/mesa3d/include/D3D9/
Dd3d9.h184 …virtual HRESULT WINAPI CreateVertexBuffer(UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDire…
247 virtual HRESULT WINAPI SetFVF(DWORD FVF) = 0;
772 …HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9 *This, UINT Length, DWORD Usage, DWORD FVF, …
835 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9 *This, DWORD FVF);
1023 …HRESULT (WINAPI *CreateVertexBuffer)(IDirect3DDevice9Ex *This, UINT Length, DWORD Usage, DWORD FVF
1086 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9Ex *This, DWORD FVF);
Dd3d9types.h1747 DWORD FVF; member
/third_party/openGLES/extensions/ARB/
DARB_vertex_array_bgra.txt371 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.