Home
last modified time | relevance | path

Searched refs:has_int64 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h260 bool has_int64() const in has_int64() function
Dast_to_hir.cpp273 if (!state->has_int64()) in get_implicit_conversion_operation()
283 if (!state->has_int64()) in get_implicit_conversion_operation()
Dbuiltin_functions.cpp761 return state->has_int64(); in int64_avail()
767 return state->has_int64() && state->has_double(); in int64_fp64()
872 return state->INTEL_shader_integer_functions2_enable && state->has_int64(); in shader_integer_functions2_int64()