Lines Matching refs:fp64
574 - glsl: Add "built-in" function to do abs(fp64)
575 - glsl: Add "built-in" functions to do neg(fp64)
576 - glsl: Add "built-in" function to do sign(fp64)
577 - glsl: Add "built-in" functions to do eq/ne(fp64, fp64)
579 - glsl: Add "built-in" functions to do lt(fp64, fp64)
580 - glsl: Add "built-in" functions to do add(fp64, fp64)
581 - glsl: Add "built-in" functions to do mul(fp64, fp64)
582 - glsl: Add "built-in" functions to do fp64_to_uint(fp64)
584 - glsl: Add "built-in" functions to do fp64_to_int(fp64)
586 - glsl: Add "built-in" functions to do fp64_to_fp32(fp64)
588 - glsl: Add "built-in" functions to do sqrt(fp64)
589 - glsl: Add "built-in" functions to do trunc(fp64)
590 - glsl: Add "built-in" functions to do round(fp64)
1573 - gm107/ir: add fp64 rcp
1574 - gm107/ir: add fp64 rsq
1876 - glsl: Create file to contain software fp64 functions
1877 - glsl: Add "built-in" functions to do ffma(fp64)
1878 - glsl: Add "built-in" functions to do fmin/fmax(fp64)
1879 - glsl: Add "built-in" function to do ffloor(fp64)
1880 - glsl: Add "built-in" functions to do ffract(fp64)
1898 - i965: Compile fp64 software routines and lower double-ops
1900 - i965: Compile fp64 funcs only if we do not have 64-bit hardware
1908 - i965: Always compile fp64 funcs when needed
2208 - glsl: Add "built-in" functions to do fp64_to_uint64(fp64)
2210 - glsl: Add "built-in" functions to do fp64_to_int64(fp64)