Lines Matching refs:int64_fp64
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()
1668 _int64BitsToDouble(int64_fp64, glsl_type::i64vec2_type), in create_builtins()
1669 _int64BitsToDouble(int64_fp64, glsl_type::i64vec3_type), in create_builtins()
1670 _int64BitsToDouble(int64_fp64, glsl_type::i64vec4_type), in create_builtins()
1674 _uint64BitsToDouble(int64_fp64, glsl_type::uint64_t_type), in create_builtins()
1675 _uint64BitsToDouble(int64_fp64, glsl_type::u64vec2_type), in create_builtins()
1676 _uint64BitsToDouble(int64_fp64, glsl_type::u64vec3_type), in create_builtins()
1677 _uint64BitsToDouble(int64_fp64, glsl_type::u64vec4_type), in create_builtins()