Lines Matching defs:bvec
431 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
447 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
449 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary);
553 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
577 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
676 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
691 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
749 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
764 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1623 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",