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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c1210 const char *type_prefix; local
1220 type_prefix = "vs";
1224 type_prefix = "gs";
1228 type_prefix = "ps";
1233 type_prefix = "unknown";
1237 TRACE("%s_%u_%u\n", type_prefix, shader_version.major, shader_version.minor);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c1208 const char *type_prefix; local
1218 type_prefix = "vs";
1222 type_prefix = "gs";
1226 type_prefix = "ps";
1231 type_prefix = "unknown";
1235 TRACE("%s_%u_%u\n", type_prefix, shader_version.major, shader_version.minor);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c1366 const char *type_prefix; local
1376 type_prefix = "vs";
1380 type_prefix = "gs";
1384 type_prefix = "ps";
1389 type_prefix = "unknown";
1393 TRACE("%s_%u_%u\n", type_prefix, shader_version.major, shader_version.minor);

Completed in 62 milliseconds