Searched refs:operator_strs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp418 static const char *const operator_strs[] = { variable
489 assert((unsigned int) op < Elements(operator_strs));
490 assert(Elements(operator_strs) == (ir_quadop_vector + 1));
491 return operator_strs[op];
518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]);
520 if (strcmp(str, operator_strs[op]) == 0)
/external/mesa3d/src/glsl/
H A Dir.cpp418 static const char *const operator_strs[] = { variable
489 assert((unsigned int) op < Elements(operator_strs));
490 assert(Elements(operator_strs) == (ir_quadop_vector + 1));
491 return operator_strs[op];
518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]);
520 if (strcmp(str, operator_strs[op]) == 0)

Completed in 70 milliseconds