HomeSort by relevance Sort by last modified time
    Searched refs:RcpSqrt_pp (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/Shader/
VertexPipeline.cpp 272 d = RcpSqrt_pp(d); // FIXME: Sufficient precision?
824 A = RcpSqrt_pp(A + d * (B + d * C));
928 Float4 rcpLength = RcpSqrt_pp(dot3(src, src));
948 dst = RcpSqrt_pp(dst);
949 dst = RcpSqrt_pp(dst);
PixelProgram.cpp     [all...]
ShaderCore.cpp 231 rsq = RcpSqrt_pp(abs);
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]

Completed in 156 milliseconds