Lines Matching defs:bvec
424 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
440 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
442 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary);
546 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
570 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
669 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
684 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
742 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
757 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1596 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",