Lines Matching defs:int64_avail

766 int64_avail(const _mesa_glsl_parse_state *state)
1807 _##NAME(int64_avail, glsl_type::int64_t_type), \
1808 _##NAME(int64_avail, glsl_type::i64vec2_type), \
1809 _##NAME(int64_avail, glsl_type::i64vec3_type), \
1810 _##NAME(int64_avail, glsl_type::i64vec4_type), \
1829 _##NAME(int64_avail, glsl_type::int64_t_type), \
1830 _##NAME(int64_avail, glsl_type::i64vec2_type), \
1831 _##NAME(int64_avail, glsl_type::i64vec3_type), \
1832 _##NAME(int64_avail, glsl_type::i64vec4_type), \
1833 _##NAME(int64_avail, glsl_type::uint64_t_type), \
1834 _##NAME(int64_avail, glsl_type::u64vec2_type), \
1835 _##NAME(int64_avail, glsl_type::u64vec3_type), \
1836 _##NAME(int64_avail, glsl_type::u64vec4_type), \
1873 _##NAME(int64_avail, glsl_type::int64_t_type), \
1874 _##NAME(int64_avail, glsl_type::i64vec2_type), \
1875 _##NAME(int64_avail, glsl_type::i64vec3_type), \
1876 _##NAME(int64_avail, glsl_type::i64vec4_type), \
1877 _##NAME(int64_avail, glsl_type::uint64_t_type), \
1878 _##NAME(int64_avail, glsl_type::u64vec2_type), \
1879 _##NAME(int64_avail, glsl_type::u64vec3_type), \
1880 _##NAME(int64_avail, glsl_type::u64vec4_type), \
1920 _##NAME(int64_avail, glsl_type::int64_t_type, glsl_type::int64_t_type), \
1921 _##NAME(int64_avail, glsl_type::i64vec2_type, glsl_type::int64_t_type), \
1922 _##NAME(int64_avail, glsl_type::i64vec3_type, glsl_type::int64_t_type), \
1923 _##NAME(int64_avail, glsl_type::i64vec4_type, glsl_type::int64_t_type), \
1924 _##NAME(int64_avail, glsl_type::i64vec2_type, glsl_type::i64vec2_type), \
1925 _##NAME(int64_avail, glsl_type::i64vec3_type, glsl_type::i64vec3_type), \
1926 _##NAME(int64_avail, glsl_type::i64vec4_type, glsl_type::i64vec4_type), \
1927 _##NAME(int64_avail, glsl_type::uint64_t_type, glsl_type::uint64_t_type), \
1928 _##NAME(int64_avail, glsl_type::u64vec2_type, glsl_type::uint64_t_type), \
1929 _##NAME(int64_avail, glsl_type::u64vec3_type, glsl_type::uint64_t_type), \
1930 _##NAME(int64_avail, glsl_type::u64vec4_type, glsl_type::uint64_t_type), \
1931 _##NAME(int64_avail, glsl_type::u64vec2_type, glsl_type::u64vec2_type), \
1932 _##NAME(int64_avail, glsl_type::u64vec3_type, glsl_type::u64vec3_type), \
1933 _##NAME(int64_avail, glsl_type::u64vec4_type, glsl_type::u64vec4_type), \
2055 _mix_sel(int64_avail, glsl_type::int64_t_type, glsl_type::bool_type),
2056 _mix_sel(int64_avail, glsl_type::i64vec2_type, glsl_type::bvec2_type),
2057 _mix_sel(int64_avail, glsl_type::i64vec3_type, glsl_type::bvec3_type),
2058 _mix_sel(int64_avail, glsl_type::i64vec4_type, glsl_type::bvec4_type),
2060 _mix_sel(int64_avail, glsl_type::uint64_t_type, glsl_type::bool_type),
2061 _mix_sel(int64_avail, glsl_type::u64vec2_type, glsl_type::bvec2_type),
2062 _mix_sel(int64_avail, glsl_type::u64vec3_type, glsl_type::bvec3_type),
2063 _mix_sel(int64_avail, glsl_type::u64vec4_type, glsl_type::bvec4_type),
2163 add_function("packInt2x32", _packInt2x32(int64_avail), NULL);
2164 add_function("unpackInt2x32", _unpackInt2x32(int64_avail), NULL);
2165 add_function("packUint2x32", _packUint2x32(int64_avail), NULL);
2166 add_function("unpackUint2x32", _unpackUint2x32(int64_avail), NULL);