• Home
  • Raw
  • Download

Lines Matching refs:ir_variable

109ir_variable *temp = new(ir) ir_variable(glsl_get_base_glsl_type(ir->operands[0]->type), "dot_res",  in double_dot_to_fma()
174 ir_variable *temp = in find_lsb_to_float_cast()
175 new(ir) ir_variable(glsl_ivec_type(elements), "temp", ir_var_temporary); in find_lsb_to_float_cast()
176 ir_variable *lsb_only = in find_lsb_to_float_cast()
177 new(ir) ir_variable(glsl_uvec_type(elements), "lsb_only", ir_var_temporary); in find_lsb_to_float_cast()
178 ir_variable *as_float = in find_lsb_to_float_cast()
179 new(ir) ir_variable(glsl_vec_type(elements), "as_float", ir_var_temporary); in find_lsb_to_float_cast()
180 ir_variable *lsb = in find_lsb_to_float_cast()
181 new(ir) ir_variable(glsl_ivec_type(elements), "lsb", ir_var_temporary); in find_lsb_to_float_cast()
257 ir_variable *temp = in find_msb_to_float_cast()
258 new(ir) ir_variable(glsl_uvec_type(elements), "temp", ir_var_temporary); in find_msb_to_float_cast()
259 ir_variable *as_float = in find_msb_to_float_cast()
260 new(ir) ir_variable(glsl_vec_type(elements), "as_float", ir_var_temporary); in find_msb_to_float_cast()
261 ir_variable *msb = in find_msb_to_float_cast()
262 new(ir) ir_variable(glsl_ivec_type(elements), "msb", ir_var_temporary); in find_msb_to_float_cast()
289 ir_variable *as_int = in find_msb_to_float_cast()
290 new(ir) ir_variable(glsl_ivec_type(elements), "as_int", ir_var_temporary); in find_msb_to_float_cast()
378 ir_variable *src1 = in imul_high_to_mul()
379 new(ir) ir_variable(glsl_uvec_type(elements), "src1", ir_var_temporary); in imul_high_to_mul()
380 ir_variable *src1h = in imul_high_to_mul()
381 new(ir) ir_variable(glsl_uvec_type(elements), "src1h", ir_var_temporary); in imul_high_to_mul()
382 ir_variable *src1l = in imul_high_to_mul()
383 new(ir) ir_variable(glsl_uvec_type(elements), "src1l", ir_var_temporary); in imul_high_to_mul()
384 ir_variable *src2 = in imul_high_to_mul()
385 new(ir) ir_variable(glsl_uvec_type(elements), "src2", ir_var_temporary); in imul_high_to_mul()
386 ir_variable *src2h = in imul_high_to_mul()
387 new(ir) ir_variable(glsl_uvec_type(elements), "src2h", ir_var_temporary); in imul_high_to_mul()
388 ir_variable *src2l = in imul_high_to_mul()
389 new(ir) ir_variable(glsl_uvec_type(elements), "src2l", ir_var_temporary); in imul_high_to_mul()
390 ir_variable *t1 = in imul_high_to_mul()
391 new(ir) ir_variable(glsl_uvec_type(elements), "t1", ir_var_temporary); in imul_high_to_mul()
392 ir_variable *t2 = in imul_high_to_mul()
393 new(ir) ir_variable(glsl_uvec_type(elements), "t2", ir_var_temporary); in imul_high_to_mul()
394 ir_variable *lo = in imul_high_to_mul()
395 new(ir) ir_variable(glsl_uvec_type(elements), "lo", ir_var_temporary); in imul_high_to_mul()
396 ir_variable *hi = in imul_high_to_mul()
397 new(ir) ir_variable(glsl_uvec_type(elements), "hi", ir_var_temporary); in imul_high_to_mul()
398 ir_variable *different_signs = NULL; in imul_high_to_mul()
417 ir_variable *itmp1 = in imul_high_to_mul()
418 new(ir) ir_variable(glsl_ivec_type(elements), "itmp1", ir_var_temporary); in imul_high_to_mul()
419 ir_variable *itmp2 = in imul_high_to_mul()
420 new(ir) ir_variable(glsl_ivec_type(elements), "itmp2", ir_var_temporary); in imul_high_to_mul()
429 new(ir) ir_variable(glsl_bvec_type(elements), "different_signs", in imul_high_to_mul()
480 ir_variable *neg_hi = in imul_high_to_mul()
481 new(ir) ir_variable(glsl_ivec_type(elements), "neg_hi", ir_var_temporary); in imul_high_to_mul()