Home
last modified time | relevance | path

Searched refs:WINED3DFVF_XYZB5 (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dvertexdeclaration.c334 BOOL has_blend = (fvf & WINED3DFVF_XYZB5) > WINED3DFVF_XYZRHW; in convert_fvf_to_declaration()
336 (((fvf & WINED3DFVF_XYZB5) == WINED3DFVF_XYZB5) || in convert_fvf_to_declaration()
349 DWORD num_blends = 1 + (((fvf & WINED3DFVF_XYZB5) - WINED3DFVF_XYZB1) >> 1); in convert_fvf_to_declaration()
374 if ((fvf & WINED3DFVF_XYZB5) == WINED3DFVF_XYZB2 && (fvf & WINED3DFVF_LASTBETA_D3DCOLOR)) in convert_fvf_to_declaration()
401 … || ((fvf & WINED3DFVF_XYZB5) == WINED3DFVF_XYZB2 && (fvf & WINED3DFVF_LASTBETA_D3DCOLOR))) in convert_fvf_to_declaration()
H A Dutils.c5733 case WINED3DFVF_XYZB5: size += 8 * sizeof(float); break; in get_flexible_vertex_size()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h966 #define WINED3DFVF_XYZB5 0x000e macro