Home | History | Annotate | Download | only in glsl

Lines Matching full:get_num_operands

197    assert(get_num_operands(ir_expression_operation(op)) == 1);
210 assert(((op1 == NULL) && (get_num_operands(ir_expression_operation(op)) == 1))
211 || (get_num_operands(ir_expression_operation(op)) == 2));
337 ir_expression::get_num_operands(ir_expression_operation op)