Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. //-----------------------------------------------------------------------------
  2. //
  3. // This file generates the headers for the test bead functions.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997.
  6. //
  7. // WARNING WARNING WARNING
  8. // This h file generated from a mh file.
  9. // EDIT THE MH FILE.
  10. // I warned you.
  11. // WARNING WARNING WARNING
  12. //
  13. //-----------------------------------------------------------------------------
  14. include(`m4hdr.mh')dnl
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. define(`d_TestHdr', `
  19. void MMX_Test_$1_$2_$3_$4_$5(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
  20. PD3DI_RASTSPAN pS);')dnl
  21. d_RepStr(`d_RepStr(`d_RepStr(`d_RepStr(`d_TestHdr(AA, BB, CC, DD, NoStencil)',
  22. `AA', `16', `32')',
  23. `BB', `NoZWrite', `ZWrite')',
  24. `CC', `NoZDeferred', `ZDeferred')',
  25. `DD', `ZNeverAlways', `ZLessGreaterEqual', `ZEqualNotEqual', `ZGreaterLessEqual')
  26. d_RepStr(`d_RepStr(`d_RepStr(`d_RepStr(`d_TestHdr(AA, BB, CC, ZAll, DD)',
  27. `AA', `16', `32')',
  28. `BB', `NoZWrite', `ZWrite')',
  29. `CC', `NoZDeferred', `ZDeferred')',
  30. `DD', `NoStencil', `Stencil')
  31. #ifdef __cplusplus
  32. }
  33. #endif