Searched defs:operator_string (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dast_expr.cpp28 ast_expression::operator_string(enum ast_operators op) function in class:ast_expression
94 printf("%s ", operator_string(oper));
H A Dir.cpp415 const char *ir_expression::operator_string(ir_expression_operation op) function in class:ir_expression
422 const char *ir_expression::operator_string() function in class:ir_expression
424 return operator_string(this->operation);

Completed in 180 milliseconds