• Home
  • Raw
  • Download

Lines Matching refs:ViewportArray

882       v->value_float_4[0] = ctx->ViewportArray[0].X;  in find_custom_value()
883 v->value_float_4[1] = ctx->ViewportArray[0].Y; in find_custom_value()
884 v->value_float_4[2] = ctx->ViewportArray[0].Width; in find_custom_value()
885 v->value_float_4[3] = ctx->ViewportArray[0].Height; in find_custom_value()
889 v->value_double_2[0] = ctx->ViewportArray[0].Near; in find_custom_value()
890 v->value_double_2[1] = ctx->ViewportArray[0].Far; in find_custom_value()
1360 v->value_enum = ctx->ViewportArray[0].SwizzleX; in find_custom_value()
1363 v->value_enum = ctx->ViewportArray[0].SwizzleY; in find_custom_value()
1366 v->value_enum = ctx->ViewportArray[0].SwizzleZ; in find_custom_value()
1369 v->value_enum = ctx->ViewportArray[0].SwizzleW; in find_custom_value()
2597 v->value_float_4[0] = ctx->ViewportArray[index].X; in find_value_indexed()
2598 v->value_float_4[1] = ctx->ViewportArray[index].Y; in find_value_indexed()
2599 v->value_float_4[2] = ctx->ViewportArray[index].Width; in find_value_indexed()
2600 v->value_float_4[3] = ctx->ViewportArray[index].Height; in find_value_indexed()
2606 v->value_double_2[0] = ctx->ViewportArray[index].Near; in find_value_indexed()
2607 v->value_double_2[1] = ctx->ViewportArray[index].Far; in find_value_indexed()
2951 v->value_int = ctx->ViewportArray[index].SwizzleX; in find_value_indexed()
2958 v->value_int = ctx->ViewportArray[index].SwizzleY; in find_value_indexed()
2965 v->value_int = ctx->ViewportArray[index].SwizzleZ; in find_value_indexed()
2972 v->value_int = ctx->ViewportArray[index].SwizzleW; in find_value_indexed()