Searched refs:rhs_expr (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder_print_visitor.cpp | 486 ir_expression *const rhs_expr = ir->rhs->as_expression(); in visit_enter() local 488 if (!is_simple_operand(ir->rhs) && rhs_expr == NULL) in visit_enter() 491 if (rhs_expr != NULL) { in visit_enter() 492 const unsigned num_op = rhs_expr->num_operands; in visit_enter() 495 if (is_simple_operand(rhs_expr->operands[i])) in visit_enter() 498 rhs_expr->operands[i]->accept(this); in visit_enter()
|
D | ir_reader.cpp | 582 s_expression *lhs_expr, *rhs_expr; in read_assignment() local 585 s_pattern pat4[] = { "assign", mask_list, lhs_expr, rhs_expr }; in read_assignment() 586 s_pattern pat5[] = { "assign", cond_expr, mask_list, lhs_expr, rhs_expr }; in read_assignment() 635 ir_rvalue *rhs = read_rvalue(rhs_expr); in read_assignment()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 10628 auto *rhs_expr = maybe_get<SPIRExpression>(rhs); in emit_instruction() local 10629 if (rhs_expr) in emit_instruction() 10631 e.implied_read_expressions = rhs_expr->implied_read_expressions; in emit_instruction() 10632 e.expression_dependencies = rhs_expr->expression_dependencies; in emit_instruction() 15704 auto &rhs_expr = set<SPIRExpression>(rhs_id, move(rhs), rhs_type_id, true); in emit_copy_logical_type() local 15705 rhs_expr.need_transpose = rhs_meta.need_transpose; in emit_copy_logical_type()
|