Lines Matching refs:fp64
753 fp64(const _mesa_glsl_parse_state *state) in fp64() function
1646 _##NAME(fp64, glsl_type::double_type), \ in create_builtins()
1647 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1648 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1649 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1658 _##NAME(fp64, glsl_type::double_type), \ in create_builtins()
1659 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1660 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1661 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1670 _##NAME(fp64, glsl_type::double_type), \ in create_builtins()
1671 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1672 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1673 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1682 _##NAME(fp64, glsl_type::double_type), \ in create_builtins()
1683 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1684 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1685 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1710 _##NAME(fp64, glsl_type::double_type), \ in create_builtins()
1711 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1712 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1713 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1733 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1734 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1735 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1777 _##NAME(fp64, glsl_type::dvec2_type), \ in create_builtins()
1778 _##NAME(fp64, glsl_type::dvec3_type), \ in create_builtins()
1779 _##NAME(fp64, glsl_type::dvec4_type), \ in create_builtins()
1819 _##NAME(fp64, glsl_type::double_type, glsl_type::double_type), \ in create_builtins()
1820 _##NAME(fp64, glsl_type::dvec2_type, glsl_type::double_type), \ in create_builtins()
1821 _##NAME(fp64, glsl_type::dvec3_type, glsl_type::double_type), \ in create_builtins()
1822 _##NAME(fp64, glsl_type::dvec4_type, glsl_type::double_type), \ in create_builtins()
1823 _##NAME(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), \ in create_builtins()
1824 _##NAME(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), \ in create_builtins()
1825 _##NAME(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), \ in create_builtins()
1910 _mod(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
1911 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins()
1912 _mod(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins()
1913 _mod(fp64, glsl_type::dvec4_type, glsl_type::double_type), in create_builtins()
1915 _mod(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), in create_builtins()
1916 _mod(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), in create_builtins()
1917 _mod(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), in create_builtins()
1936 _mix_lrp(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
1937 _mix_lrp(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins()
1938 _mix_lrp(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins()
1939 _mix_lrp(fp64, glsl_type::dvec4_type, glsl_type::double_type), in create_builtins()
1941 _mix_lrp(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), in create_builtins()
1942 _mix_lrp(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), in create_builtins()
1943 _mix_lrp(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), in create_builtins()
1950 _mix_sel(fp64, glsl_type::double_type, glsl_type::bool_type), in create_builtins()
1951 _mix_sel(fp64, glsl_type::dvec2_type, glsl_type::bvec2_type), in create_builtins()
1952 _mix_sel(fp64, glsl_type::dvec3_type, glsl_type::bvec3_type), in create_builtins()
1953 _mix_sel(fp64, glsl_type::dvec4_type, glsl_type::bvec4_type), in create_builtins()
1990 _step(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
1991 _step(fp64, glsl_type::double_type, glsl_type::dvec2_type), in create_builtins()
1992 _step(fp64, glsl_type::double_type, glsl_type::dvec3_type), in create_builtins()
1993 _step(fp64, glsl_type::double_type, glsl_type::dvec4_type), in create_builtins()
1995 _step(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), in create_builtins()
1996 _step(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), in create_builtins()
1997 _step(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), in create_builtins()
2009 _smoothstep(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
2010 _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec2_type), in create_builtins()
2011 _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec3_type), in create_builtins()
2012 _smoothstep(fp64, glsl_type::double_type, glsl_type::dvec4_type), in create_builtins()
2014 _smoothstep(fp64, glsl_type::dvec2_type, glsl_type::dvec2_type), in create_builtins()
2015 _smoothstep(fp64, glsl_type::dvec3_type, glsl_type::dvec3_type), in create_builtins()
2016 _smoothstep(fp64, glsl_type::dvec4_type, glsl_type::dvec4_type), in create_builtins()
2075 add_function("packDouble2x32", _packDouble2x32(fp64), NULL); in create_builtins()
2076 add_function("unpackDouble2x32", _unpackDouble2x32(fp64), NULL); in create_builtins()
2088 _cross(fp64, glsl_type::dvec3_type), NULL); in create_builtins()
2106 _matrixCompMult(fp64, glsl_type::dmat2_type), in create_builtins()
2107 _matrixCompMult(fp64, glsl_type::dmat3_type), in create_builtins()
2108 _matrixCompMult(fp64, glsl_type::dmat4_type), in create_builtins()
2109 _matrixCompMult(fp64, glsl_type::dmat2x3_type), in create_builtins()
2110 _matrixCompMult(fp64, glsl_type::dmat2x4_type), in create_builtins()
2111 _matrixCompMult(fp64, glsl_type::dmat3x2_type), in create_builtins()
2112 _matrixCompMult(fp64, glsl_type::dmat3x4_type), in create_builtins()
2113 _matrixCompMult(fp64, glsl_type::dmat4x2_type), in create_builtins()
2114 _matrixCompMult(fp64, glsl_type::dmat4x3_type), in create_builtins()
2126 _outerProduct(fp64, glsl_type::dmat2_type), in create_builtins()
2127 _outerProduct(fp64, glsl_type::dmat3_type), in create_builtins()
2128 _outerProduct(fp64, glsl_type::dmat4_type), in create_builtins()
2129 _outerProduct(fp64, glsl_type::dmat2x3_type), in create_builtins()
2130 _outerProduct(fp64, glsl_type::dmat2x4_type), in create_builtins()
2131 _outerProduct(fp64, glsl_type::dmat3x2_type), in create_builtins()
2132 _outerProduct(fp64, glsl_type::dmat3x4_type), in create_builtins()
2133 _outerProduct(fp64, glsl_type::dmat4x2_type), in create_builtins()
2134 _outerProduct(fp64, glsl_type::dmat4x3_type), in create_builtins()
2140 _determinant_mat2(fp64, glsl_type::dmat2_type), in create_builtins()
2141 _determinant_mat3(fp64, glsl_type::dmat3_type), in create_builtins()
2142 _determinant_mat4(fp64, glsl_type::dmat4_type), in create_builtins()
2149 _inverse_mat2(fp64, glsl_type::dmat2_type), in create_builtins()
2150 _inverse_mat3(fp64, glsl_type::dmat3_type), in create_builtins()
2151 _inverse_mat4(fp64, glsl_type::dmat4_type), in create_builtins()
2163 _transpose(fp64, glsl_type::dmat2_type), in create_builtins()
2164 _transpose(fp64, glsl_type::dmat3_type), in create_builtins()
2165 _transpose(fp64, glsl_type::dmat4_type), in create_builtins()
2166 _transpose(fp64, glsl_type::dmat2x3_type), in create_builtins()
2167 _transpose(fp64, glsl_type::dmat2x4_type), in create_builtins()
2168 _transpose(fp64, glsl_type::dmat3x2_type), in create_builtins()
2169 _transpose(fp64, glsl_type::dmat3x4_type), in create_builtins()
2170 _transpose(fp64, glsl_type::dmat4x2_type), in create_builtins()
2171 _transpose(fp64, glsl_type::dmat4x3_type), in create_builtins()
6985 return binop(x_type->is_double() ? fp64 : gpu_shader5_or_es31_or_integer_functions, in _ldexp()
6994 MAKE_SIG(x_type, fp64, 2, x, exponent); in _dfrexp()