![Texas Instruments TVP4020 PERMEDIA 2 Скачать руководство пользователя страница 158](http://html.mh-extra.com/html/texas-instruments/tvp4020-permedia-2/tvp4020-permedia-2_reference-manual_1097169158.webp)
TVP4020
Programmers Reference Manual
Delta Programming Examples
149
// This is the header file for the Delta Unit PRM example code.
// It only contains the necessary items to support the examples.
#ifdef BIG_ENDIAN
// The DeltaMode register fields.
typedef struct {
unsigned int pad:
14;
unsigned int ColorOrder:
1;
unsigned int BackfaceCallEnable:
1;
unsigned int TextureParameterMode:
2;
unsigned int ClampEnable:
1;
unsigned int NoDraw:
1;
unsigned int DiamondExit:
1;
unsigned int SubPixelCorrectionEnable:
1;
unsigned int DiffuseTextureEnable:
1;
unsigned int SpecularTextureEnable:
1;
unsigned int DepthEnable:
1;
unsigned int SmoothShadingEnable:
1;
unsigned int TextureEnable:
1;
unsigned int FogEnable:
1;
unsigned int Reserved:
4;
unsigned int TargetChip:
2;
} __DeltaModeFmat;
// The DrawTriangle and DrawLine command fields.
typedef struct {
unsigned int pad:
14;
unsigned int ReuseBitMask:
1;
unsigned int SubPixelCorrectionEnable:
1;
unsigned int Reserved:
1;
unsigned int FogEnable:
1;
unsigned int TextureEnable:
1;
unsigned int SyncOnHostData:
1;
unsigned int SyncOnBitMask:
1;
unsigned int Reserved:
3;
unsigned int PrimitiveType:
2;
unsigned int Reserved:
2;
unsigned int FastFillEnable:
1;
unsigned int Reserved:
2;
unsigned int LineStippleEnable:
1;
} __DeltaRenderFmat;
#else
// The DeltaMode register fields.
typedef struct {
Содержание TVP4020 PERMEDIA 2
Страница 1: ...Texas Instruments TVP4020 PERMEDIA 2 Programmer s Reference Manual Issue 4 ...
Страница 47: ...Memory I O and Organization TVP4020 Programmers Reference Manual 38 Texture address TextureBaseAddress T W S ...
Страница 284: ...TVP4020 Programmers Reference Manual A Gouraud Shaded Triangle 275 ...
Страница 292: ...TVP4020 Programmers Reference Manual Register Tables 283 ...
Страница 314: ...TVP4020 Programmers Reference Manual Index 305 ...
Страница 315: ...Index TVP4020 Programmers Reference Manual 306 Index ...
Страница 323: ...Index TVP4020 Programmers Reference Manual 314 ...