Lines Matching refs:make_temp
5133 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); in _atan2()
5135 ir_variable *s = body.make_temp(type, "s"); in _atan2()
5137 ir_variable *t = body.make_temp(type, "t"); in _atan2()
5159 ir_variable *scale = body.make_temp(type, "scale"); in _atan2()
5162 ir_variable *rcp_scaled_t = body.make_temp(type, "rcp_scaled_t"); in _atan2()
5189 ir_variable *arc = body.make_temp(type, "arc"); in _atan2()
5218 ir_variable *x = body.make_temp(type, "atan_x"); in do_atan()
5231 ir_variable *tmp = body.make_temp(type, "atan_tmp"); in do_atan()
5264 ir_variable *tmp = body.make_temp(type, "tmp"); in _atan()
5306 ir_variable *t = body.make_temp(type, "tmp"); in _tanh()
5393 ir_variable *t = body.make_temp(type, "t"); in _modf()
5471 ir_variable *t = body.make_temp(x_type, "t"); in _step()
5518 ir_variable *t = body.make_temp(x_type, "t"); in _smoothstep()
5807 ir_variable *p = body.make_temp(type, "p"); in _distance()
5903 ir_variable *n_dot_i = body.make_temp(type->get_base_type(), "n_dot_i"); in _refract()
5913 ir_variable *k = body.make_temp(type->get_base_type(), "k"); in _refract()
5932 ir_variable *z = body.make_temp(type, "z"); in _matrixCompMult()
5956 ir_variable *m = body.make_temp(type, "m"); in _outerProduct()
5976 ir_variable *t = body.make_temp(transpose_type, "t"); in _transpose()
6033 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _determinant_mat4()
6034 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _determinant_mat4()
6035 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _determinant_mat4()
6036 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _determinant_mat4()
6037 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _determinant_mat4()
6038 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _determinant_mat4()
6039 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _determinant_mat4()
6040 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); in _determinant_mat4()
6041 ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); in _determinant_mat4()
6042 ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); in _determinant_mat4()
6043 ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); in _determinant_mat4()
6044 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _determinant_mat4()
6045 ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); in _determinant_mat4()
6046 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); in _determinant_mat4()
6047 ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); in _determinant_mat4()
6048 ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); in _determinant_mat4()
6049 ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); in _determinant_mat4()
6050 ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); in _determinant_mat4()
6051 ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); in _determinant_mat4()
6073 …ir_variable *adj_0 = body.make_temp(btype == glsl_type::float_type ? glsl_type::vec4_type : glsl_t… in _determinant_mat4()
6107 ir_variable *adj = body.make_temp(type, "adj"); in _inverse_mat2()
6128 ir_variable *f11_22_21_12 = body.make_temp(btype, "f11_22_21_12"); in _inverse_mat3()
6129 ir_variable *f10_22_20_12 = body.make_temp(btype, "f10_22_20_12"); in _inverse_mat3()
6130 ir_variable *f10_21_20_11 = body.make_temp(btype, "f10_21_20_11"); in _inverse_mat3()
6142 ir_variable *adj = body.make_temp(type, "adj"); in _inverse_mat3()
6190 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _inverse_mat4()
6191 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _inverse_mat4()
6192 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _inverse_mat4()
6193 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _inverse_mat4()
6194 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _inverse_mat4()
6195 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _inverse_mat4()
6196 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _inverse_mat4()
6197 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); in _inverse_mat4()
6198 ir_variable *SubFactor08 = body.make_temp(btype, "SubFactor08"); in _inverse_mat4()
6199 ir_variable *SubFactor09 = body.make_temp(btype, "SubFactor09"); in _inverse_mat4()
6200 ir_variable *SubFactor10 = body.make_temp(btype, "SubFactor10"); in _inverse_mat4()
6201 ir_variable *SubFactor11 = body.make_temp(btype, "SubFactor11"); in _inverse_mat4()
6202 ir_variable *SubFactor12 = body.make_temp(btype, "SubFactor12"); in _inverse_mat4()
6203 ir_variable *SubFactor13 = body.make_temp(btype, "SubFactor13"); in _inverse_mat4()
6204 ir_variable *SubFactor14 = body.make_temp(btype, "SubFactor14"); in _inverse_mat4()
6205 ir_variable *SubFactor15 = body.make_temp(btype, "SubFactor15"); in _inverse_mat4()
6206 ir_variable *SubFactor16 = body.make_temp(btype, "SubFactor16"); in _inverse_mat4()
6207 ir_variable *SubFactor17 = body.make_temp(btype, "SubFactor17"); in _inverse_mat4()
6208 ir_variable *SubFactor18 = body.make_temp(btype, "SubFactor18"); in _inverse_mat4()
6230 …ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_typ… in _inverse_mat4()
7001 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); in _frexp()
7011 ir_variable *bits = body.make_temp(uvec, "bits"); in _frexp()
7115 ir_variable *unpack_val = body.make_temp(unpack_type, "_unpack_val"); in _mulExtended()
7241 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op()
7256 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op1()
7263 body.make_temp(glsl_type::uint_type, "neg_data"); in _atomic_counter_op1()
7298 ir_variable *retval = body.make_temp(glsl_type::uint_type, "atomic_retval"); in _atomic_counter_op2()
7314 ir_variable *retval = body.make_temp(type, "atomic_retval"); in _atomic_op2()
7331 ir_variable *retval = body.make_temp(type, "atomic_retval"); in _atomic_op3()
7535 body.make_temp(sig->return_type, "_ret_val"); in _image()
7582 ir_variable *retval = body.make_temp(glsl_type::uint64_t_type, "retval"); in _ballot()
7605 ir_variable *retval = body.make_temp(type, "retval"); in _read_first_invocation()
7630 ir_variable *retval = body.make_temp(type, "retval"); in _read_invocation()
7670 ir_variable *retval = body.make_temp(glsl_type::uvec2_type, "clock_retval"); in _shader_clock()
7701 ir_variable *retval = body.make_temp(glsl_type::bool_type, "retval"); in _vote()
7722 ir_variable *retval = body.make_temp(glsl_type::bool_type, "retval"); in _helper_invocation()