Home | History | Annotate | Download | only in glsl

Lines Matching refs:is_scalar

126    bool op0_scalar = op[0]->type->is_scalar();
127 bool op1_scalar = op[1] != NULL && op[1]->type->is_scalar();
1025 if (!index_c || !index_c->type->is_scalar() || !index_c->type->is_integer()) {