Searched refs:rhs_var (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_function.cpp1610 ir_variable *rhs_var = local in function:emit_inline_matrix_constructor
1614 instructions->push_tail(rhs_var);
1624 new(ctx) ir_assignment(new(ctx) ir_dereference_variable(rhs_var),
1625 new(ctx) ir_constant(rhs_var->type, &zero));
1629 new(ctx) ir_dereference_variable(rhs_var);
1654 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
1667 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
1735 ir_variable *const rhs_var = local in function:emit_inline_matrix_constructor
1738 instructions->push_tail(rhs_var);
1741 new(ctx) ir_dereference_variable(rhs_var);
1800 ir_variable *rhs_var = local in function:emit_inline_matrix_constructor
[all...]
H A Dlower_ubo_reference.cpp846 ir_variable *rhs_var = ir->rhs->variable_referenced(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_array_copy
847 if (!rhs_var || !is_buffer_backed_variable(rhs_var))
894 ir_variable *rhs_var = ir->rhs->variable_referenced(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
895 if (!rhs_var || !is_buffer_backed_variable(rhs_var))
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_precision.cpp1120 ir_variable *rhs_var = rhs_deref ? rhs_deref->variable_referenced() : NULL; local in function:__anon9ef6f1ac0110::lower_variables_visitor::visit_enter
1125 (rhs_var || rhs_const) &&
1126 (!rhs_var ||
1129 rhs_var->type->without_array()->is_16bit())) &&
1137 if (rhs_var && _mesa_set_search(lower_vars, rhs_var)) {
1165 if (rhs_var &&
1166 _mesa_set_search(lower_vars, rhs_var) &&
H A Dlower_ubo_reference.cpp848 ir_variable *rhs_var = ir->rhs->variable_referenced(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_array_copy
849 if (!rhs_var || !is_buffer_backed_variable(rhs_var))
896 ir_variable *rhs_var = ir->rhs->variable_referenced(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
897 if (!rhs_var || !is_buffer_backed_variable(rhs_var))
H A Dast_function.cpp1667 ir_variable *rhs_var = local in function:emit_inline_matrix_constructor
1671 instructions->push_tail(rhs_var);
1681 new(ctx) ir_assignment(new(ctx) ir_dereference_variable(rhs_var),
1682 new(ctx) ir_constant(rhs_var->type, &zero));
1686 new(ctx) ir_dereference_variable(rhs_var);
1711 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
1724 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
1792 ir_variable *const rhs_var = local in function:emit_inline_matrix_constructor
1795 instructions->push_tail(rhs_var);
1798 new(ctx) ir_dereference_variable(rhs_var);
1857 ir_variable *rhs_var = local in function:emit_inline_matrix_constructor
[all...]

Completed in 58 milliseconds