Home | History | Annotate | Download | only in glsl

Lines Matching full:operator_strs

354 static const char *const operator_strs[] = {
417 assert((unsigned int) op < Elements(operator_strs));
418 assert(Elements(operator_strs) == (ir_quadop_vector + 1));
419 return operator_strs[op];
430 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]);
432 if (strcmp(str, operator_strs[op]) == 0)