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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_flip_matrices.cpp98 ir_dereference_variable *var_ref = array_ref->array->as_dereference_variable(); local in function:matrix_flipper::visit_enter
99 assert(var_ref && var_ref->var == mat_var);
104 var_ref->var = texmat_transpose;
H A Dopt_constant_folding.cpp99 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); local in function:ir_constant_fold
100 if (var_ref)
H A Dopt_constant_propagation.cpp137 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); local in function:__anonb352fc770110::ir_constant_propagation_visitor::constant_folding
138 if (var_ref && !var_ref->type->is_array()) {
140 var_ref->constant_expression_value(ralloc_parent(var_ref));
H A Dir_reader.cpp885 s_pattern var_pat[] = { "var_ref", s_var };
908 ir_dereference_variable *var_ref = read_var_ref(expr); local in function:ir_reader::read_dereference
909 if (var_ref != NULL) {
910 return var_ref;
H A Dbuiltin_functions.cpp941 ir_dereference_variable *var_ref(ir_variable *var);
4932 builtin_builder::var_ref(ir_variable *var) function in class:builtin_builder
5111 actual_params.push_tail(var_ref(var));
5121 (sig->return_type->is_void() ? NULL : var_ref(ret));
6462 tex->lod_info.lod = var_ref(lod);
6500 tex->set_sampler(var_ref(s), return_type);
6505 tex->coordinate = var_ref(P);
6524 tex->shadow_comparator = var_ref(refz);
6536 tex->lod_info.lod = var_ref(lod);
6543 tex->lod_info.grad.dPdx = var_ref(dPd
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_flip_matrices.cpp98 ir_dereference_variable *var_ref = array_ref->array->as_dereference_variable(); local in function:matrix_flipper::visit_enter
99 assert(var_ref && var_ref->var == mat_var);
104 var_ref->var = texmat_transpose;
H A Dopt_constant_folding.cpp99 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); local in function:ir_constant_fold
100 if (var_ref)
H A Dopt_constant_propagation.cpp137 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); local in function:__anon6f50ba640110::ir_constant_propagation_visitor::constant_folding
138 if (var_ref && !var_ref->type->is_array()) {
140 var_ref->constant_expression_value(ralloc_parent(var_ref));
H A Dir_reader.cpp885 s_pattern var_pat[] = { "var_ref", s_var };
908 ir_dereference_variable *var_ref = read_var_ref(expr); local in function:ir_reader::read_dereference
909 if (var_ref != NULL) {
910 return var_ref;
H A Dbuiltin_functions.cpp853 ir_dereference_variable *var_ref(ir_variable *var);
4442 builtin_builder::var_ref(ir_variable *var) function in class:builtin_builder
4621 actual_params.push_tail(var_ref(var));
4631 (sig->return_type->is_void() ? NULL : var_ref(ret));
5967 tex->lod_info.lod = var_ref(lod);
6005 tex->set_sampler(var_ref(s), return_type);
6010 tex->coordinate = var_ref(P);
6029 tex->shadow_comparator = var_ref(refz);
6041 tex->lod_info.lod = var_ref(lod);
6048 tex->lod_info.grad.dPdx = var_ref(dPd
[all...]

Completed in 28 milliseconds