Searched defs:rastout_reg_names (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c870 static const char * const rastout_reg_names[] = {"oPos", "oFog", "oPts"}; local
897 TRACE("%s", rastout_reg_names[reg->idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c870 static const char * const rastout_reg_names[] = {"oPos", "oFog", "oPts"}; local
897 TRACE("%s", rastout_reg_names[reg->idx]);
H A Darb_program_shader.c882 static const char * const rastout_reg_names[] = {"TMP_OUT", "result.fogcoord", "result.pointsize"}; local
1064 else sprintf(register_name, "%s", rastout_reg_names[reg->idx]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c969 static const char * const rastout_reg_names[] = {"oPos", "oFog", "oPts"}; local
996 TRACE("%s", rastout_reg_names[offset]);
H A Darb_program_shader.c1010 static const char * const rastout_reg_names[] = {"TMP_OUT", "TMP_FOGCOORD", "result.pointsize"}; local
1197 sprintf(register_name, "%s", rastout_reg_names[reg->idx[0].offset]);

Completed in 87 milliseconds