Lines Matching refs:make_temp
3782 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); in _atan2()
3784 ir_variable *s = body.make_temp(type, "s"); in _atan2()
3786 ir_variable *t = body.make_temp(type, "t"); in _atan2()
3808 ir_variable *scale = body.make_temp(type, "scale"); in _atan2()
3811 ir_variable *rcp_scaled_t = body.make_temp(type, "rcp_scaled_t"); in _atan2()
3838 ir_variable *arc = body.make_temp(type, "arc"); in _atan2()
3867 ir_variable *x = body.make_temp(type, "atan_x"); in do_atan()
3880 ir_variable *tmp = body.make_temp(type, "atan_tmp"); in do_atan()
3913 ir_variable *tmp = body.make_temp(type, "tmp"); in _atan()
3958 ir_variable *t = body.make_temp(type, "tmp"); in _tanh()
4042 ir_variable *t = body.make_temp(type, "t"); in _modf()
4120 ir_variable *t = body.make_temp(x_type, "t"); in _step()
4167 ir_variable *t = body.make_temp(x_type, "t"); in _smoothstep()
4450 ir_variable *p = body.make_temp(type, "p"); in _distance()
4546 ir_variable *n_dot_i = body.make_temp(type->get_base_type(), "n_dot_i"); in _refract()
4556 ir_variable *k = body.make_temp(type->get_base_type(), "k"); in _refract()
4575 ir_variable *z = body.make_temp(type, "z"); in _matrixCompMult()
4599 ir_variable *m = body.make_temp(type, "m"); in _outerProduct()
4619 ir_variable *t = body.make_temp(transpose_type, "t"); in _transpose()
4676 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _determinant_mat4()
4677 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _determinant_mat4()
4678 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _determinant_mat4()
4679 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _determinant_mat4()
4680 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _determinant_mat4()
4681 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _determinant_mat4()
4682 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _determinant_mat4()
4683 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); in _determinant_mat4()
4684 ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); in _determinant_mat4()
4685 ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); in _determinant_mat4()
4686 ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); in _determinant_mat4()
4687 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _determinant_mat4()
4688 ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); in _determinant_mat4()
4689 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); in _determinant_mat4()
4690 ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); in _determinant_mat4()
4691 ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); in _determinant_mat4()
4692 ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); in _determinant_mat4()
4693 ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); in _determinant_mat4()
4694 ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); in _determinant_mat4()
4716 …ir_variable *adj_0 = body.make_temp(btype == glsl_type::float_type ? glsl_type::vec4_type : glsl_t… in _determinant_mat4()
4750 ir_variable *adj = body.make_temp(type, "adj"); in _inverse_mat2()
4771 ir_variable *f11_22_21_12 = body.make_temp(btype, "f11_22_21_12"); in _inverse_mat3()
4772 ir_variable *f10_22_20_12 = body.make_temp(btype, "f10_22_20_12"); in _inverse_mat3()
4773 ir_variable *f10_21_20_11 = body.make_temp(btype, "f10_21_20_11"); in _inverse_mat3()
4785 ir_variable *adj = body.make_temp(type, "adj"); in _inverse_mat3()
4833 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _inverse_mat4()
4834 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _inverse_mat4()
4835 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _inverse_mat4()
4836 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _inverse_mat4()
4837 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _inverse_mat4()
4838 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _inverse_mat4()
4839 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _inverse_mat4()
4840 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); in _inverse_mat4()
4841 ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); in _inverse_mat4()
4842 ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); in _inverse_mat4()
4843 ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); in _inverse_mat4()
4844 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _inverse_mat4()
4845 ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); in _inverse_mat4()
4846 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); in _inverse_mat4()
4847 ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); in _inverse_mat4()
4848 ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); in _inverse_mat4()
4849 ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); in _inverse_mat4()
4850 ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); in _inverse_mat4()
4851 ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); in _inverse_mat4()
4873 …ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_typ… in _inverse_mat4()
5450 ir_variable *a = body.make_temp(glsl_type::float_type, "a"); in _noise2()
5451 ir_variable *b = body.make_temp(glsl_type::float_type, "b"); in _noise2()
5452 ir_variable *t = body.make_temp(glsl_type::vec2_type, "t"); in _noise2()
5480 ir_variable *a = body.make_temp(glsl_type::float_type, "a"); in _noise3()
5481 ir_variable *b = body.make_temp(glsl_type::float_type, "b"); in _noise3()
5482 ir_variable *c = body.make_temp(glsl_type::float_type, "c"); in _noise3()
5483 ir_variable *t = body.make_temp(glsl_type::vec3_type, "t"); in _noise3()
5501 ir_variable *_p = body.make_temp(type, "_p"); in _noise4()
5517 ir_variable *a = body.make_temp(glsl_type::float_type, "a"); in _noise4()
5518 ir_variable *b = body.make_temp(glsl_type::float_type, "b"); in _noise4()
5519 ir_variable *c = body.make_temp(glsl_type::float_type, "c"); in _noise4()
5520 ir_variable *d = body.make_temp(glsl_type::float_type, "d"); in _noise4()
5521 ir_variable *t = body.make_temp(glsl_type::vec4_type, "t"); in _noise4()
5660 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); in _frexp()
5670 ir_variable *bits = body.make_temp(uvec, "bits"); in _frexp()
5824 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op()
5839 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op1()
5846 body.make_temp(glsl_type::uint_type, "neg_data"); in _atomic_counter_op1()
5881 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op2()
5897 ir_variable *retval = body.make_temp(type, "atomic_retval"); in _atomic_op2()
5914 ir_variable *retval = body.make_temp(type, "atomic_retval"); in _atomic_op3()
6110 body.make_temp(sig->return_type, "_ret_val"); in _image()
6157 ir_variable *retval = body.make_temp(glsl_type::uint64_t_type, "retval"); in _ballot()
6180 ir_variable *retval = body.make_temp(type, "retval"); in _read_first_invocation()
6205 ir_variable *retval = body.make_temp(type, "retval"); in _read_invocation()
6227 ir_variable *retval = body.make_temp(glsl_type::uvec2_type, "clock_retval"); in _shader_clock()
6258 ir_variable *retval = body.make_temp(glsl_type::bool_type, "retval"); in _vote()