Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir.cpp418 static const char *const operator_strs[] = { variable
489 assert((unsigned int) op < Elements(operator_strs)); in operator_string()
490 assert(Elements(operator_strs) == (ir_quadop_vector + 1)); in operator_string()
491 return operator_strs[op]; in operator_string()
518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]); in get_operator()
520 if (strcmp(str, operator_strs[op]) == 0) in get_operator()
DREADME180 ir.cpp:operator_strs (used for ir_reader)