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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c116 enum wined3d_sysval_semantic sysval; member in struct:sysval_map
185 static void map_sysval(enum wined3d_sysval_semantic sysval, struct wined3d_shader_register *reg) argument
191 if (sysval == sysval_map[i].sysval)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c116 enum wined3d_sysval_semantic sysval; member in struct:sysval_map
185 static void map_sysval(enum wined3d_sysval_semantic sysval, struct wined3d_shader_register *reg) argument
191 if (sysval == sysval_map[i].sysval)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c203 enum wined3d_sysval_semantic sysval; member in struct:sysval_map
337 static void map_sysval(enum wined3d_sysval_semantic sysval, struct wined3d_shader_register *reg) argument
343 if (sysval == sysval_map[i].sysval)

Completed in 48 milliseconds