Home | History | Annotate | Download | only in tgsi

Lines Matching refs:decl

1158    struct tgsi_full_declaration *decl )
1160 if( decl->Declaration.File == TGSI_FILE_INPUT ||
1161 decl->Declaration.File == TGSI_FILE_SYSTEM_VALUE ) {
1166 first = decl->Range.First;
1167 last = decl->Range.Last;
1168 mask = decl->Declaration.UsageMask;
1173 switch( decl->Interp.Interpolate ) {