Searched refs:int64_fp64 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 744 int64_fp64(const _mesa_glsl_parse_state *state) in int64_fp64() function 2009 _doubleBitsToInt64(int64_fp64, glsl_type::double_type), in create_builtins() 2010 _doubleBitsToInt64(int64_fp64, glsl_type::dvec2_type), in create_builtins() 2011 _doubleBitsToInt64(int64_fp64, glsl_type::dvec3_type), in create_builtins() 2012 _doubleBitsToInt64(int64_fp64, glsl_type::dvec4_type), in create_builtins() 2016 _doubleBitsToUint64(int64_fp64, glsl_type::double_type), in create_builtins() 2017 _doubleBitsToUint64(int64_fp64, glsl_type::dvec2_type), in create_builtins() 2018 _doubleBitsToUint64(int64_fp64, glsl_type::dvec3_type), in create_builtins() 2019 _doubleBitsToUint64(int64_fp64, glsl_type::dvec4_type), in create_builtins() 2023 _int64BitsToDouble(int64_fp64, glsl_type::int64_t_type), in create_builtins() [all …]
|