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

//-----------------------------------------------------------------------------
//
// This file generates the headers for the test bead functions.
//
// Copyright (C) Microsoft Corporation, 1997.
//
// WARNING WARNING WARNING
// This h file generated from a mh file.
// EDIT THE MH FILE.
// I warned you.
// WARNING WARNING WARNING
//
//-----------------------------------------------------------------------------
include(`m4hdr.mh')dnl
#ifdef __cplusplus
extern "C" {
#endif
define(`d_TestHdr', `
void MMX_Test_$1_$2_$3_$4_$5(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP,
PD3DI_RASTSPAN pS);')dnl
d_RepStr(`d_RepStr(`d_RepStr(`d_RepStr(`d_TestHdr(AA, BB, CC, DD, NoStencil)',
`AA', `16', `32')',
`BB', `NoZWrite', `ZWrite')',
`CC', `NoZDeferred', `ZDeferred')',
`DD', `ZNeverAlways', `ZLessGreaterEqual', `ZEqualNotEqual', `ZGreaterLessEqual')
d_RepStr(`d_RepStr(`d_RepStr(`d_RepStr(`d_TestHdr(AA, BB, CC, ZAll, DD)',
`AA', `16', `32')',
`BB', `NoZWrite', `ZWrite')',
`CC', `NoZDeferred', `ZDeferred')',
`DD', `NoStencil', `Stencil')
#ifdef __cplusplus
}
#endif