Lines Matching refs:var_ref

689    ir_dereference_variable *var_ref(ir_variable *var);
3552 builtin_builder::var_ref(ir_variable *var) in var_ref() function in builtin_builder
3731 actual_params.push_tail(var_ref(var)); in call()
3741 (sig->return_type->is_void() ? NULL : var_ref(ret)); in call()
5076 tex->lod_info.lod = var_ref(lod); in _textureSize()
5114 tex->set_sampler(var_ref(s), return_type); in _texture()
5119 tex->coordinate = var_ref(P); in _texture()
5138 tex->shadow_comparator = var_ref(refz); in _texture()
5150 tex->lod_info.lod = var_ref(lod); in _texture()
5157 tex->lod_info.grad.dPdx = var_ref(dPdx); in _texture()
5158 tex->lod_info.grad.dPdy = var_ref(dPdy); in _texture()
5167 tex->offset = var_ref(offset); in _texture()
5175 tex->offset = var_ref(offsets); in _texture()
5183 tex->lod_info.component = var_ref(component); in _texture()
5196 tex->lod_info.bias = var_ref(bias); in _texture()
5214 tex->set_sampler(var_ref(s), glsl_type::float_type); in _textureCubeArrayShadow()
5216 tex->coordinate = var_ref(P); in _textureCubeArrayShadow()
5217 tex->shadow_comparator = var_ref(compare); in _textureCubeArrayShadow()
5237 tex->coordinate = var_ref(P); in _texelFetch()
5238 tex->set_sampler(var_ref(s), return_type); in _texelFetch()
5243 tex->lod_info.sample_index = var_ref(sample); in _texelFetch()
5248 tex->lod_info.lod = var_ref(lod); in _texelFetch()
5257 tex->offset = var_ref(offset); in _texelFetch()
5291 body.emit(new(mem_ctx) ir_emit_vertex(var_ref(stream))); in _EmitStreamVertex()
5322 body.emit(new(mem_ctx) ir_end_primitive(var_ref(stream))); in _EndStreamPrimitive()
5347 tex->coordinate = var_ref(coord); in _textureQueryLod()
5348 tex->set_sampler(var_ref(s), glsl_type::vec2_type); in _textureQueryLod()
5364 tex->set_sampler(var_ref(s), return_type); in _textureQueryLevels()
5382 tex->coordinate = var_ref(P); in _textureSamplesIdentical()
5383 tex->set_sampler(var_ref(s), return_type); in _textureSamplesIdentical()