Lines Matching refs:Dimension
112 if (decl->Declaration.Dimension) { in tgsi_parse_token()
216 assert( !inst->Dst[i].Indirect.Dimension ); in tgsi_parse_token()
219 if( inst->Dst[i].Register.Dimension ) { in tgsi_parse_token()
220 next_token( ctx, &inst->Dst[i].Dimension ); in tgsi_parse_token()
225 assert( !inst->Dst[i].Dimension.Dimension ); in tgsi_parse_token()
227 if( inst->Dst[i].Dimension.Indirect ) { in tgsi_parse_token()
234 assert( !inst->Dst[i].Indirect.Dimension ); in tgsi_parse_token()
252 assert( !inst->Src[i].Indirect.Dimension ); in tgsi_parse_token()
255 if( inst->Src[i].Register.Dimension ) { in tgsi_parse_token()
256 next_token( ctx, &inst->Src[i].Dimension ); in tgsi_parse_token()
261 assert( !inst->Src[i].Dimension.Dimension ); in tgsi_parse_token()
263 if( inst->Src[i].Dimension.Indirect ) { in tgsi_parse_token()
270 assert( !inst->Src[i].Indirect.Dimension ); in tgsi_parse_token()