Home
last modified time | relevance | path

Searched refs:lower_variables_visitor (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_precision.cpp966 class lower_variables_visitor : public ir_rvalue_enter_visitor { class
968 lower_variables_visitor(const struct gl_shader_compiler_options *options) in lower_variables_visitor() function in __anonba2584040111::lower_variables_visitor
973 virtual ~lower_variables_visitor() in ~lower_variables_visitor()
1023 lower_variables_visitor::visit(ir_variable *var) in visit()
1059 lower_variables_visitor::fix_types_in_deref_chain(ir_dereference *ir) in fix_types_in_deref_chain()
1077 lower_variables_visitor::convert_split_assignment(ir_dereference *lhs, in convert_split_assignment()
1110 lower_variables_visitor::visit_enter(ir_assignment *ir) in visit_enter()
1191 lower_variables_visitor::visit_enter(ir_return *ir) in visit_enter()
1221 void lower_variables_visitor::handle_rvalue(ir_rvalue **rvalue) in handle_rvalue()
1279 lower_variables_visitor::visit_enter(ir_call *ir) in visit_enter()
[all …]