Home
last modified time | relevance | path

Searched refs:has_double (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h255 bool has_double() const in has_double() function
Dast_to_hir.cpp261 if (!state->has_double()) in get_implicit_conversion_operation()
3122 if (state->has_double() in validate_fragment_flat_interpolation_input()
Dbuiltin_functions.cpp762 return state->has_double(); in fp64()
774 return state->has_int64() && state->has_double(); in int64_fp64()
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp1981 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to()
1985 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()