Searched defs:has_blend (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c75 BOOL has_blend = (fvf & D3DFVF_XYZB5) > D3DFVF_XYZRHW; local
76 BOOL has_blend_idx = has_blend &&
97 size = has_pos + (has_blend && num_blends > 0) + has_blend_idx + has_normal +
107 if (!has_blend && (fvf & D3DFVF_XYZRHW)) {
111 else if (!has_blend && (fvf & D3DFVF_XYZW) == D3DFVF_XYZW) {
122 if (has_blend && (num_blends > 0)) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c305 BOOL has_blend = (fvf & WINED3DFVF_XYZB5) > WINED3DFVF_XYZRHW; local
306 BOOL has_blend_idx = has_blend &&
324 size = has_pos + (has_blend && num_blends > 0) + has_blend_idx + has_normal +
335 if (!has_blend && (fvf & WINED3DFVF_XYZRHW))
343 if (has_blend && (num_blends > 0))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexdeclaration.c72 BOOL has_blend = (fvf & D3DFVF_XYZB5) > D3DFVF_XYZRHW; local
73 BOOL has_blend_idx = has_blend &&
94 size = has_pos + (has_blend && num_blends > 0) + has_blend_idx + has_normal +
104 if (!has_blend && (fvf & D3DFVF_XYZRHW)) {
108 else if (!has_blend && (fvf & D3DFVF_XYZW) == D3DFVF_XYZW) {
119 if (has_blend && (num_blends > 0)) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c1211 BOOL has_blend = (fvf & WINED3DFVF_XYZB5) > WINED3DFVF_XYZRHW; local
1212 BOOL has_blend_idx = has_blend &&
1230 size = has_pos + (has_blend && num_blends > 0) + has_blend_idx + has_normal +
1241 if (!has_blend && (fvf & WINED3DFVF_XYZRHW))
1249 if (has_blend && (num_blends > 0))

Completed in 66 milliseconds