Searched refs:int64_fp64 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 588 int64_fp64(const _mesa_glsl_parse_state *state) in int64_fp64() function 1653 _doubleBitsToInt64(int64_fp64, glsl_type::double_type), in create_builtins() 1654 _doubleBitsToInt64(int64_fp64, glsl_type::dvec2_type), in create_builtins() 1655 _doubleBitsToInt64(int64_fp64, glsl_type::dvec3_type), in create_builtins() 1656 _doubleBitsToInt64(int64_fp64, glsl_type::dvec4_type), in create_builtins() 1660 _doubleBitsToUint64(int64_fp64, glsl_type::double_type), in create_builtins() 1661 _doubleBitsToUint64(int64_fp64, glsl_type::dvec2_type), in create_builtins() 1662 _doubleBitsToUint64(int64_fp64, glsl_type::dvec3_type), in create_builtins() 1663 _doubleBitsToUint64(int64_fp64, glsl_type::dvec4_type), in create_builtins() 1667 _int64BitsToDouble(int64_fp64, glsl_type::int64_t_type), in create_builtins() [all …]
|