Searched defs:WINED3D_SM4_VERSION_MAJOR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c55 #define WINED3D_SM4_VERSION_MAJOR(version) (((version) >> 4) & 0xf) macro
280 priv->shader_version.major = WINED3D_SM4_VERSION_MAJOR(version_token);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c55 #define WINED3D_SM4_VERSION_MAJOR(version) (((version) >> 4) & 0xf) macro
280 priv->shader_version.major = WINED3D_SM4_VERSION_MAJOR(version_token);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c75 #define WINED3D_SM4_VERSION_MAJOR(version) (((version) >> 4) & 0xf) macro
484 priv->shader_version.major = WINED3D_SM4_VERSION_MAJOR(version_token);

Completed in 48 milliseconds