Lines Matching refs:bvec
3782 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); in _atan2()
4180 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); in _isnan()
4191 MAKE_SIG(glsl_type::bvec(type->vector_elements), avail, 1, x); in _isinf()
4975 glsl_type::bvec(type->vector_elements), type, type); in _lessThan()
4983 glsl_type::bvec(type->vector_elements), type, type, in _lessThanEqual()
4992 glsl_type::bvec(type->vector_elements), type, type, in _greaterThan()
5001 glsl_type::bvec(type->vector_elements), type, type); in _greaterThanEqual()
5009 glsl_type::bvec(type->vector_elements), type, type); in _equal()
5017 glsl_type::bvec(type->vector_elements), type, type); in _notEqual()
5640 const glsl_type *bvec = glsl_type::get_instance(GLSL_TYPE_BOOL, vec_elem, 1); in _frexp() local
5660 ir_variable *is_not_zero = body.make_temp(bvec, "is_not_zero"); in _frexp()