Lines Matching full:bvec
390 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
412 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
491 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
515 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
613 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
628 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
685 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
700 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1520 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",