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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_precision.cpp966 class lower_variables_visitor : public ir_rvalue_enter_visitor { class in namespace:__anon9ef6f1ac0110
968 lower_variables_visitor(const struct gl_shader_compiler_options *options) function in class:__anon9ef6f1ac0110::lower_variables_visitor
973 virtual ~lower_variables_visitor()
1023 lower_variables_visitor::visit(ir_variable *var)
1064 lower_variables_visitor::fix_types_in_deref_chain(ir_dereference *ir)
1082 lower_variables_visitor::convert_split_assignment(ir_dereference *lhs,
1115 lower_variables_visitor::visit_enter(ir_assignment *ir)
1196 lower_variables_visitor::visit_enter(ir_return *ir)
1226 void lower_variables_visitor::handle_rvalue(ir_rvalue **rvalue)
1284 lower_variables_visitor
[all...]

Completed in 3 milliseconds