?/TD>
Microsoft DirectX 9.0

Pixel Shader ALU


The diagram below shows the parallel pipeline structure of a pixel shader arithmetic logic unit (ALU). The left side is the vector pipeline, which operates on vector data. Vector data is also called color data and contains three channels (RGB) of data. The right side is the scalar pipeline, which operates on a single alpha data value. The pipeline is commonly referred to by the data type operated on, so the vector pipeline is commonly called the color pipe and the scalar pipeline is commonly called the alpha pipe.

Pixel shader arithmetic logic unit diagram

The blocks are identified below.



© 2002 Microsoft Corporation. All rights reserved.