pstip_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 pstip_transform_context:

Collaboration graph
[legend]

Data Fields

struct tgsi_transform_context base
uint tempsUsed
 bitmask
int wincoordInput
int maxInput
uint samplersUsed
 bitfield of samplers used
int freeSampler
int texTemp
 an available sampler for the pstipple
int numImmed
boolean firstInstruction

Detailed Description

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

Definition at line 112 of file draw_pipe_pstipple.c.


Field Documentation

struct tgsi_transform_context pstip_transform_context::base [read]

Definition at line 113 of file draw_pipe_pstipple.c.

uint pstip_transform_context::tempsUsed

bitmask

Definition at line 114 of file draw_pipe_pstipple.c.

int pstip_transform_context::wincoordInput

Definition at line 115 of file draw_pipe_pstipple.c.

int pstip_transform_context::maxInput

Definition at line 116 of file draw_pipe_pstipple.c.

uint pstip_transform_context::samplersUsed

bitfield of samplers used

Definition at line 117 of file draw_pipe_pstipple.c.

int pstip_transform_context::freeSampler

Definition at line 118 of file draw_pipe_pstipple.c.

int pstip_transform_context::texTemp

an available sampler for the pstipple

temp registers

Definition at line 119 of file draw_pipe_pstipple.c.

int pstip_transform_context::numImmed

Definition at line 120 of file draw_pipe_pstipple.c.

boolean pstip_transform_context::firstInstruction

Definition at line 121 of file draw_pipe_pstipple.c.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:04 2009 for Gallium3D by  doxygen 1.5.4