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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_structure_splitting.cpp262 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable(); local in function:__anon9e3ff8b80110::ir_structure_splitting_visitor::visit_leave
264 variable_entry *rhs_entry = rhs_deref ? get_splitting_entry(rhs_deref->var) : NULL;
H A Dlower_ubo_reference.cpp855 ir_dereference *rhs_deref = ir->rhs->as_dereference(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_array_copy
856 if (!rhs_deref)
863 assert(lhs_deref->type->length == rhs_deref->type->length);
872 new(mem_ctx) ir_dereference_array(rhs_deref->clone(mem_ctx, NULL),
903 ir_dereference *rhs_deref = ir->rhs->as_dereference(); local in function:__anonf648b2340110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
904 if (!rhs_deref)
911 assert(lhs_deref->type == rhs_deref->type);
920 new(mem_ctx) ir_dereference_record(rhs_deref->clone(mem_ctx, NULL),
H A Dlower_precision.cpp1119 ir_dereference *rhs_deref = ir->rhs->as_dereference(); local in function:__anon9ef6f1ac0110::lower_variables_visitor::visit_enter
1120 ir_variable *rhs_var = rhs_deref ? rhs_deref->variable_referenced() : NULL;
1138 fix_types_in_deref_chain(rhs_deref);
1140 convert_split_assignment(lhs, rhs_deref, true);
1167 rhs_deref->type->without_array()->is_32bit())
1168 fix_types_in_deref_chain(rhs_deref);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_structure_splitting.cpp262 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable(); local in function:__anon37572d050110::ir_structure_splitting_visitor::visit_leave
264 variable_entry *rhs_entry = rhs_deref ? get_splitting_entry(rhs_deref->var) : NULL;
H A Dlower_ubo_reference.cpp853 ir_dereference *rhs_deref = ir->rhs->as_dereference(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_array_copy
854 if (!rhs_deref)
861 assert(lhs_deref->type->length == rhs_deref->type->length);
870 new(mem_ctx) ir_dereference_array(rhs_deref->clone(mem_ctx, NULL),
901 ir_dereference *rhs_deref = ir->rhs->as_dereference(); local in function:__anon515fc8010110::lower_ubo_reference_visitor::check_for_buffer_struct_copy
902 if (!rhs_deref)
909 assert(lhs_deref->type == rhs_deref->type);
918 new(mem_ctx) ir_dereference_record(rhs_deref->clone(mem_ctx, NULL),

Completed in 10 milliseconds