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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp91 is_simple_operand(const ir_rvalue *ir, unsigned depth = 1) function in typeref:typename:bool
117 is_simple_operand(swiz->val, depth);
124 if (!is_simple_operand(expr->operands[i], depth - 1))
445 if (is_simple_operand(ir->val)) {
488 if (!is_simple_operand(ir->rhs) && rhs_expr == NULL)
495 if (is_simple_operand(rhs_expr->operands[i]))
581 if (is_simple_operand(ir->operands[i]))
603 if (is_simple_operand(ir->operands[i]))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp89 is_simple_operand(const ir_rvalue *ir, unsigned depth = 1) function in typeref:typename:bool
115 is_simple_operand(swiz->val, depth);
122 if (!is_simple_operand(expr->operands[i], depth - 1))
443 if (is_simple_operand(ir->val)) {
484 if (!is_simple_operand(ir->rhs) && rhs_expr == NULL)
491 if (is_simple_operand(rhs_expr->operands[i]))
576 if (is_simple_operand(ir->operands[i]))
598 if (is_simple_operand(ir->operands[i]))

Completed in 7 milliseconds