Lines Matching refs:uvec
430 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in ldexp_to_arith() local
436 ir_variable *result = new(ir) ir_variable(uvec, "result", ir_var_temporary); in ldexp_to_arith()
444 new(ir) ir_variable(uvec, "sign_mantissa", ir_var_temporary); in ldexp_to_arith()
750 const glsl_type *uvec = glsl_type::get_instance(GLSL_TYPE_UINT, vec_elem, 1); in dfrexp_exp_to_arith() local
766 new(ir) ir_variable(uvec, "high_words", ir_var_temporary); in dfrexp_exp_to_arith()
1064 ir_variable *temp = new(ir) ir_variable(glsl_type::uvec(elements), "temp", in bit_count_to_math()
1272 new(ir) ir_variable(glsl_type::uvec(ir->operands[0]->type->vector_elements), in reverse_to_shifts()
1349 new(ir) ir_variable(glsl_type::uvec(elements), "lsb_only", ir_var_temporary); in find_lsb_to_float_cast()
1430 new(ir) ir_variable(glsl_type::uvec(elements), "temp", ir_var_temporary); in find_msb_to_float_cast()
1573 new(ir) ir_variable(glsl_type::uvec(elements), "src1", ir_var_temporary); in imul_high_to_mul()
1575 new(ir) ir_variable(glsl_type::uvec(elements), "src1h", ir_var_temporary); in imul_high_to_mul()
1577 new(ir) ir_variable(glsl_type::uvec(elements), "src1l", ir_var_temporary); in imul_high_to_mul()
1579 new(ir) ir_variable(glsl_type::uvec(elements), "src2", ir_var_temporary); in imul_high_to_mul()
1581 new(ir) ir_variable(glsl_type::uvec(elements), "src2h", ir_var_temporary); in imul_high_to_mul()
1583 new(ir) ir_variable(glsl_type::uvec(elements), "src2l", ir_var_temporary); in imul_high_to_mul()
1585 new(ir) ir_variable(glsl_type::uvec(elements), "t1", ir_var_temporary); in imul_high_to_mul()
1587 new(ir) ir_variable(glsl_type::uvec(elements), "t2", ir_var_temporary); in imul_high_to_mul()
1589 new(ir) ir_variable(glsl_type::uvec(elements), "lo", ir_var_temporary); in imul_high_to_mul()
1591 new(ir) ir_variable(glsl_type::uvec(elements), "hi", ir_var_temporary); in imul_high_to_mul()
1711 ? glsl_type::uvec(elements) in mul64_to_mul_and_mul_high()