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.cpp88 is_simple_operand(const ir_rvalue *ir, unsigned depth = 1) in is_simple_operand() function
114 is_simple_operand(swiz->val, depth); in is_simple_operand()
121 if (!is_simple_operand(expr->operands[i], depth - 1)) in is_simple_operand()
443 if (is_simple_operand(ir->val)) { in print_without_declaration()
484 if (!is_simple_operand(ir->rhs) && rhs_expr == NULL) in visit_enter()
491 if (is_simple_operand(rhs_expr->operands[i])) in visit_enter()
576 if (is_simple_operand(ir->operands[i])) in print_without_declaration()
598 if (is_simple_operand(ir->operands[i])) in visit_enter()