Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp91 is_simple_operand(const ir_rvalue *ir, unsigned depth = 1) in is_simple_operand() function
117 is_simple_operand(swiz->val, depth); in is_simple_operand()
124 if (!is_simple_operand(expr->operands[i], depth - 1)) in is_simple_operand()
445 if (is_simple_operand(ir->val)) { in print_without_declaration()
488 if (!is_simple_operand(ir->rhs) && rhs_expr == NULL) in visit_enter()
495 if (is_simple_operand(rhs_expr->operands[i])) in visit_enter()
581 if (is_simple_operand(ir->operands[i])) in print_without_declaration()
603 if (is_simple_operand(ir->operands[i])) in visit_enter()