Searched refs:var_ref (Results 1 – 6 of 6) sorted by relevance
76 (assign (constant bool (1)) (var_ref litColor) (expression vec3 * (var_ref Surf77 aceColor) (var_ref __retval) ) )82 (var_ref) (expression *) (constant bool 1)84 (litColor) (var_ref) (var_ref)105 (assign (constant bool (1)) (var_ref __retval) (expression float dot106 (var_ref normDelta) (var_ref LightDir) ) )108 (assign (constant bool (1)) (var_ref __retval) (expression vec3 -109 (var_ref LightDir) (expression vec3 * (constant float (2.000000))110 (expression vec3 * (expression float dot (var_ref normDelta) (var_ref111 LightDir) ) (var_ref normDelta) ) ) ) )[all …]
98 ir_dereference_variable *var_ref = array_ref->array->as_dereference_variable(); in visit_enter() local99 assert(var_ref && var_ref->var == mat_var); in visit_enter()104 var_ref->var = texmat_transpose; in visit_enter()
137 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); in constant_folding() local138 if (var_ref && !var_ref->type->is_array()) { in constant_folding()140 var_ref->constant_expression_value(ralloc_parent(var_ref)); in constant_folding()
99 ir_dereference_variable *var_ref = (*rvalue)->as_dereference_variable(); in ir_constant_fold() local100 if (var_ref) in ir_constant_fold()
1024 ir_dereference_variable *var_ref(ir_variable *var);5695 builtin_builder::var_ref(ir_variable *var) in var_ref() function in builtin_builder5880 actual_params.push_tail(var_ref(var)); in call()5890 (sig->return_type->is_void() ? NULL : var_ref(ret)); in call()7079 tex->lod_info.lod = var_ref(lod); in _textureSize()7143 tex->set_sampler(var_ref(s), return_type); in _texture()7148 tex->coordinate = var_ref(P); in _texture()7167 tex->shadow_comparator = var_ref(refz); in _texture()7179 tex->lod_info.lod = var_ref(lod); in _texture()7186 tex->lod_info.grad.dPdx = var_ref(dPdx); in _texture()[all …]
908 ir_dereference_variable *var_ref = read_var_ref(expr); in read_dereference() local909 if (var_ref != NULL) { in read_dereference()910 return var_ref; in read_dereference()