aa_transform_context Struct Reference

Subclass of tgsi_transform_context, used for transforming the user's fragment shader to add the special AA instructions. More...

Collaboration diagram for aa_transform_context:

Collaboration graph
[legend]

Data Fields

struct tgsi_transform_context base
uint tempsUsed
 bitmask
int colorOutput
 which output is the primary color
uint samplersUsed
 bitfield of samplers used
int freeSampler
int maxInput
 an available sampler for the pstipple
int maxGeneric
 max input index found
int colorTemp
 temp registers
int texTemp
 temp registers
boolean firstInstruction
int tmp0

Detailed Description

Subclass of tgsi_transform_context, used for transforming the user's fragment shader to add the special AA instructions.

Definition at line 122 of file draw_pipe_aaline.c.


Field Documentation

struct tgsi_transform_context aa_transform_context::base [read]

Definition at line 123 of file draw_pipe_aaline.c.

uint aa_transform_context::tempsUsed

bitmask

Definition at line 124 of file draw_pipe_aaline.c.

int aa_transform_context::colorOutput

which output is the primary color

Definition at line 125 of file draw_pipe_aaline.c.

uint aa_transform_context::samplersUsed

bitfield of samplers used

Definition at line 126 of file draw_pipe_aaline.c.

int aa_transform_context::freeSampler

Definition at line 127 of file draw_pipe_aaline.c.

int aa_transform_context::maxInput

an available sampler for the pstipple

Definition at line 128 of file draw_pipe_aaline.c.

int aa_transform_context::maxGeneric

max input index found

Definition at line 128 of file draw_pipe_aaline.c.

int aa_transform_context::colorTemp

temp registers

Definition at line 129 of file draw_pipe_aaline.c.

int aa_transform_context::texTemp

temp registers

Definition at line 129 of file draw_pipe_aaline.c.

boolean aa_transform_context::firstInstruction

Definition at line 130 of file draw_pipe_aaline.c.

int aa_transform_context::tmp0

Definition at line 119 of file draw_pipe_aapoint.c.


The documentation for this struct was generated from the following files:
Generated on Tue Sep 29 06:25:57 2009 for Gallium3D by  doxygen 1.5.4