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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c46 static const char *shader_opcode_names[] = variable
1355 TRACE("%s", shader_opcode_names[ins.handler_idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c46 static const char *shader_opcode_names[] = variable
1353 TRACE("%s", shader_opcode_names[ins.handler_idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c54 static const char * const shader_opcode_names[] = variable
1415 TRACE("%s ", shader_opcode_names[ins.handler_idx]);
1422 TRACE("%s ", shader_opcode_names[ins.handler_idx]);
1427 TRACE("%s %u", shader_opcode_names[ins.handler_idx], ins.declaration.count);
1462 TRACE("%s", shader_opcode_names[ins.handler_idx]);

Completed in 132 milliseconds