Home | History | Annotate | Download | only in tgsi

Lines Matching refs:in_idx

1331       unsigned in_idx = ctx->two_side_idx[i];
1337 decl.Semantic.Index = info->input_semantic_index[in_idx];
1339 decl.Interp.Interpolate = info->input_interpolate[in_idx];
1340 decl.Interp.Location = info->input_interpolate_loc[in_idx];
1341 decl.Interp.CylindricalWrap = info->input_cylindrical_wrap[in_idx];