Initialization
TVP4020
Programmers Reference Manual
134
In addition the host out unit should normally be set to filter out all other
output data, otherwise the host software must regularly poll the output
FIFO to keep it drained and prevent it freezing the pipeline. For example:
filterMode.Depth = PERMEDIA_NULL
filterMode.Stencil = PERMEDIA_NULL
filterMode.Color = PERMEDIA_NULL
FilterMode.Synchronization = PERMEDIA_FILTER_TAG_AND_DATA
// Allow Syncs through
filterMode.Statistics = PERMEDIA_NULL
filterMode.Remainder =
PERMEDIA_NULL
FilterMode(filterMode)
6.2.8
Disabling Specialized Modes
Some operations should be disabled until they are need. Refer to the
Graphics Programming chapter (chapter §5) for more details on their
use.
window.LBUpdateSource = PERMEDIA_TRUE
window.ForceLBUpdate = PERMEDIA_FALSE
window.DisableLBUpdate = PERMEDIA_TRUE
Window(window)
6.3
Window Initialization
P
ERMEDIA
supports the concept of a window origin, and makes it
relatively simple to implement systems which allow different color
formats to coexist in different windows.
6.3.1
Color Format
The Color Format unit and the alpha blend unit should be initialized to an
appropriate color format at reset. The units support a variety of different
formats, listed in table 4.1.
For example to render in 3:3:2, 8 bit color format, the following would be
needed:
ditherMode.ColorFormat = PERMEDIA_COLOR_FORMAT_RGB_332_FRONT
DitherMode(ditherMode)
alphaBlendMode.ColorFormat =
PERMEDIA_COLOR_FORMAT_RGB_332_FRONT
AlphaBlendMode(alphaBlendMode)
Содержание 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 ...