Home
last modified time | relevance | path

Searched refs:operator_string (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_expr.cpp27 ast_expression::operator_string(enum ast_operators op) in operator_string() function in ast_expression
93 printf("%s ", operator_string(oper)); in print()
Dast_to_hir.cpp537 ast_expression::operator_string(op)); in bit_logic_result_type()
542 ast_expression::operator_string(op)); in bit_logic_result_type()
563 ast_expression::operator_string(op)); in bit_logic_result_type()
570 ast_expression::operator_string(op)); in bit_logic_result_type()
581 "base type", ast_expression::operator_string(op)); in bit_logic_result_type()
590 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type()
746 "integer vector", ast_expression::operator_string(op)); in shift_result_type()
752 "integer vector", ast_expression::operator_string(op)); in shift_result_type()
762 ast_expression::operator_string(op)); in shift_result_type()
774 ast_expression::operator_string(op)); in shift_result_type()
[all …]
Dglsl_parser_extras.cpp1271 printf("%s ", operator_string(oper)); in print()
1286 printf("%s ", operator_string(oper)); in print()
1293 printf("%s ", operator_string(oper)); in print()
Dast.h238 static const char *operator_string(enum ast_operators op);