Searched refs:orig_deref (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 429 ir_variable *convert_dereference_array(ir_dereference_array *orig_deref, argument 437 assert(is_array_or_matrix(orig_deref->array)); 439 const unsigned length = (orig_deref->array->type->is_array()) 440 ? orig_deref->array->type->length 441 : orig_deref->array->type->matrix_columns; 455 var = body.make_temp(orig_deref->type, 460 ir_variable *index = body.make_temp(orig_deref->array_index->type, 463 body.emit(assign(index, orig_deref->array_index)); 465 orig_deref->array_index = deref(index).val; 510 ir_dereference_array* orig_deref local in function:__anon8ba960860110::variable_index_to_cond_assign_visitor::handle_rvalue [all...] |
| H A D | opt_function_inlining.cpp | 86 ir_dereference *orig_deref = (ir_dereference *) data; local in function:replace_return_with_assignment 91 ir_rvalue *lhs = orig_deref->clone(ctx, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 429 ir_variable *convert_dereference_array(ir_dereference_array *orig_deref, argument 437 assert(is_array_or_matrix(orig_deref->array)); 439 const unsigned length = (orig_deref->array->type->is_array()) 440 ? orig_deref->array->type->length 441 : orig_deref->array->type->matrix_columns; 455 var = body.make_temp(orig_deref->type, 460 ir_variable *index = body.make_temp(orig_deref->array_index->type, 463 body.emit(assign(index, orig_deref->array_index)); 465 orig_deref->array_index = deref(index).val; 510 ir_dereference_array* orig_deref local in function:__anonacc470530110::variable_index_to_cond_assign_visitor::handle_rvalue [all...] |
| H A D | opt_function_inlining.cpp | 86 ir_dereference *orig_deref = (ir_dereference *) data; local in function:replace_return_with_assignment 91 ir_rvalue *lhs = orig_deref->clone(ctx, NULL);
|
Completed in 5 milliseconds