Searched refs:FVF (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.c | 278 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 …]
|
D | vertexdeclaration9.h | 66 DWORD FVF,
|
D | device9.c | 1227 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 …]
|
D | device9.h | 362 DWORD FVF, 702 DWORD FVF );
|
D | nine_lock.c | 808 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/ |
D | ARB_vertex_array_bgra.txt | 361 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_vertex_array_bgra.txt | 346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_vertex_array_bgra.txt | 346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 184 …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);
|
D | d3d9types.h | 1747 DWORD FVF; member
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_array_bgra.txt | 371 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
|