Searched refs:WINED3DFVF_XYZB5 (Results 1 – 3 of 3) sorted by relevance
334 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()
5733 case WINED3DFVF_XYZB5: size += 8 * sizeof(float); break; in get_flexible_vertex_size()
966 #define WINED3DFVF_XYZB5 0x000e macro