Home
last modified time | relevance | path

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

/external/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()
3044 if (state->has_double() in validate_fragment_flat_interpolation_input()
Dbuiltin_functions.cpp734 return state->has_double(); in fp64()
746 return state->has_int64() && state->has_double(); in int64_fp64()
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1278 has_double = False
1282 has_double = True
1284 if has_double:
/external/nanopb-c/generator/
Dnanopb_generator.py1379 has_double = False
1383 has_double = True
1385 if has_double:
/external/mesa3d/src/compiler/
Dglsl_types.cpp1790 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to()
1794 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()