HomeSort by relevance Sort by last modified time
    Searched refs:variable_referenced (Results 1 - 25 of 37) sorted by null

1 2

  /external/mesa3d/src/compiler/glsl/
ast_array_index.cpp 119 ir_variable *var = array->variable_referenced();
224 array->variable_referenced()->data.mode == ir_var_shader_out &&
225 !array->variable_referenced()->data.patch) {
233 else if (array->variable_referenced()->data.mode !=
240 ir_variable *var = array->variable_referenced();
252 && ((array->variable_referenced()->data.mode == ir_var_uniform
257 (array->variable_referenced()->data.mode == ir_var_shader_storage
270 array->variable_referenced()->data.mode
ir_variable_refcount.cpp 108 ir_variable *const var = ir->variable_referenced();
133 entry = this->get_variable_entry(ir->lhs->variable_referenced());
opt_constant_variable.cpp 101 entry = get_assignment_entry(ir->lhs->variable_referenced(), this->ht);
158 ir_variable *var = param_rval->variable_referenced();
169 ir_variable *var = ir->return_deref->variable_referenced();
propagate_invariance.cpp 76 ir_variable *var = ir->lhs->variable_referenced();
loop_analysis.cpp 251 ir_variable *var = ir->variable_referenced();
437 ir_variable *var = counter->variable_referenced();
568 ir_variable *const var = ir->lhs->variable_referenced();
570 ir_variable *const op0 = rhs->operands[0]->variable_referenced();
571 ir_variable *const op1 = rhs->operands[1]->variable_referenced();
580 ir_variable *const inc_var = inc->variable_referenced();
lower_tess_level.cpp 172 if (ir->variable_referenced() == this->old_tess_level_outer_var)
176 if (ir->variable_referenced() == this->old_tess_level_inner_var)
203 if (ir->variable_referenced() == this->old_tess_level_outer_var)
207 if (ir->variable_referenced() == this->old_tess_level_inner_var)
opt_flip_matrices.cpp 77 ir_variable *mat_var = ir->operands[0]->variable_referenced();
lower_named_interface_blocks.cpp 223 ir_variable *lhs_var = ir->lhs->variable_referenced();
235 ir_variable *lhs_var = lhs_rec_tmp->variable_referenced();
253 ir_variable *var = ir->variable_referenced();
opt_dead_builtin_varyings.cpp 86 ir_variable *var = ir->variable_referenced();
145 ir_variable *var = ir->variable_referenced();
441 if (da && da->variable_referenced() ==
455 if (da && da->variable_referenced() == this->info->fragdata_array) {
468 ir_variable *var = dv->variable_referenced();
ir.h 245 virtual ir_variable *variable_referenced() const function in class:ir_rvalue
1989 virtual ir_variable *variable_referenced() const function in class:ir_dereference_variable
2036 virtual ir_variable *variable_referenced() const function in class:ir_dereference_array
2070 virtual ir_variable *variable_referenced() const function in class:ir_dereference_record
    [all...]
lower_distance.cpp 303 if (ir->variable_referenced() == this->old_distance_out_var)
312 if (ir->variable_referenced() == this->old_distance_in_var)
338 if (ir->variable_referenced() == this->old_distance_out_var)
342 if (ir->variable_referenced() == this->old_distance_in_var)
lower_shared_reference.cpp 128 ir_variable *var = deref->variable_referenced();
186 ir_variable *var = ir->lhs->variable_referenced();
356 ir_variable *var = deref->variable_referenced();
446 ir_variable *var = rvalue->variable_referenced();
loop_unroll.cpp 126 ir_variable *array = ir->array->variable_referenced();
127 loop_variable *lv = ls->get(ir->array_index->variable_referenced());
lower_if_to_cond_assign.cpp 136 ir_variable *var = ir->as_dereference_variable()->variable_referenced();
190 set, assign->lhs->variable_referenced()) != NULL;
opt_copy_propagation.cpp 138 kill(ir->lhs->variable_referenced());
212 ir_variable *var = ir->variable_referenced();
lower_ubo_reference.cpp 337 ir_variable *var = deref->variable_referenced();
611 ir_variable *var = expr->operands[0]->variable_referenced();
788 ir_variable *var = ir->lhs->variable_referenced();
832 ir_variable *rhs_var = ir->rhs->variable_referenced();
880 ir_variable *rhs_var = ir->rhs->variable_referenced();
    [all...]
ir_array_refcount.cpp 237 ir_variable *const var = ir->variable_referenced();
lower_mat_op_to_vec.cpp 338 deref->variable_referenced() != result->variable_referenced()) {
opt_dead_code_local.cpp 185 var = ir->lhs->variable_referenced();
opt_rebalance_tree.cpp 154 ir_variable *var = ir->lhs->variable_referenced();
opt_structure_splitting.cpp 136 ir_variable *const var = ir->variable_referenced();
opt_tree_grafting.cpp 187 return check_graft(ir, ir->lhs->variable_referenced());
ast_function.cpp 231 val->variable_referenced()->data.mode != ir_var_shader_in) {
261 ir_variable *var = actual->variable_referenced();
281 actual->variable_referenced()->name);
292 ir_variable *var = actual->variable_referenced();
305 actual->variable_referenced()) {
307 actual->variable_referenced()))
328 actual->variable_referenced())) {
    [all...]
ir.cpp 530 ir_expression::variable_referenced() const function in class:ir_expression
536 * cases we want variable_referenced() to return the actual vector
539 return operands[0]->variable_referenced();
541 return ir_rvalue::variable_referenced();
1494 ir_swizzle::variable_referenced() const function in class:ir_swizzle
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
opt_add_neg_to_sub_test.cpp 91 EXPECT_EQ(var_c, assign->lhs->variable_referenced());
124 EXPECT_EQ(var_c, assign->lhs->variable_referenced());
157 EXPECT_EQ(var_c, assign->lhs->variable_referenced());
190 EXPECT_EQ(var_c, assign->lhs->variable_referenced());

Completed in 737 milliseconds

1 2