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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c871 static const char * const misctype_reg_names[] = {"vPos", "vFace"}; local
941 else TRACE("%s", misctype_reg_names[reg->idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c871 static const char * const misctype_reg_names[] = {"vPos", "vFace"}; local
941 else TRACE("%s", misctype_reg_names[reg->idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c970 static const char * const misctype_reg_names[] = {"vPos", "vFace"}; local
1042 TRACE("%s", misctype_reg_names[offset]);

Completed in 49 milliseconds