Home | History | Annotate | Download | only in tgsi

Lines Matching refs:Indirect

601            inst->Src[i].Register.Indirect ||
602 inst->Dst[0].Register.Indirect)) {
1207 * that is being added to the indirect register.
1211 * ind = Indirect.File
1212 * [2] = Indirect.Index
1213 * .x = Indirect.SwizzleX
1215 if (reg->Register.Indirect) {
1225 index2.i[3] = reg->Indirect.Index;
1226 assert(reg->Indirect.File == TGSI_FILE_ADDRESS);
1228 swizzle = tgsi_util_get_src_register_swizzle( &reg->Indirect, TGSI_CHAN_X );
1231 reg->Indirect.File,
1268 * Nothing stops us from indirectly addressing the indirect register,
1277 if (reg->Dimension.Indirect) {
1372 * that is being added to the indirect register.
1376 * ind = Indirect.File
1377 * [2] = Indirect.Index
1378 * .x = Indirect.SwizzleX
1380 if (reg->Register.Indirect) {
1389 index.i[3] = reg->Indirect.Index;
1392 swizzle = tgsi_util_get_src_register_swizzle( &reg->Indirect, TGSI_CHAN_X );
1397 reg->Indirect.File,
1423 * Nothing stops us from indirectly addressing the indirect register,
1432 if (reg->Dimension.Indirect) {