Lines Matching defs:bvec
216 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
232 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary);
234 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary);
338 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
362 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary);
461 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
476 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
534 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1);
549 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary);
1369 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs",