Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_scalar

75    bool op0_scalar = op[0]->type->is_scalar();
76 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar();
1047 unsigned c1_inc = op[1]->type->is_scalar() ? 0 : 1;
1048 unsigned c2_inc = op[2]->type->is_scalar() ? 0 : 1;
1221 unsigned c2_inc = op[2]->type->is_scalar() ? 0 : 1;
1308 unsigned edge_inc = op[0]->type->is_scalar() ? 0 : 1;
1326 const unsigned c0_inc = op[0]->type->is_scalar() ? 0 : 1;