Searched defs:relaxedPrecision (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 189 RValue<SIMD::Float> Sin(RValue<SIMD::Float> x, bool relaxedPrecision) in Sin() 201 RValue<SIMD::Float> Cos(RValue<SIMD::Float> x, bool relaxedPrecision) in Cos() 213 RValue<SIMD::Float> Tan(RValue<SIMD::Float> x, bool relaxedPrecision) in Tan() 250 RValue<SIMD::Float> Asin(RValue<SIMD::Float> x, bool relaxedPrecision) in Asin() 263 RValue<SIMD::Float> Acos(RValue<SIMD::Float> x, bool relaxedPrecision) in Acos() 269 RValue<SIMD::Float> Atan(RValue<SIMD::Float> x, bool relaxedPrecision) in Atan() 281 RValue<SIMD::Float> Atan2(RValue<SIMD::Float> y, RValue<SIMD::Float> x, bool relaxedPrecision) in Atan2() 336 RValue<SIMD::Float> Exp2(RValue<SIMD::Float> x, bool relaxedPrecision) in Exp2() 406 RValue<SIMD::Float> Log2(RValue<SIMD::Float> x, bool relaxedPrecision) in Log2() 462 RValue<SIMD::Float> Exp(RValue<SIMD::Float> x, bool relaxedPrecision) in Exp() [all …]
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SIMD.cpp | 682 RValue<SIMD::Float> Rcp(RValue<SIMD::Float> x, bool relaxedPrecision, bool exactAtPow2) in Rcp() 688 RValue<SIMD::Float> RcpSqrt(RValue<SIMD::Float> x, bool relaxedPrecision) in RcpSqrt()
|
H A D | Reactor.cpp | 4813 static RValue<T> DoRcp(RValue<T> x, bool relaxedPrecision, bool exactAtPow2) in DoRcp() 4841 RValue<Float4> Rcp(RValue<Float4> x, bool relaxedPrecision, bool exactAtPow2) in Rcp() 4847 RValue<Float> Rcp(RValue<Float> x, bool relaxedPrecision, bool exactAtPow2) in Rcp() 4880 static RValue<T> DoRcpSqrt(RValue<T> x, bool relaxedPrecision) in DoRcpSqrt() 4908 RValue<Float4> RcpSqrt(RValue<Float4> x, bool relaxedPrecision) in RcpSqrt() 4913 RValue<Float> RcpSqrt(RValue<Float> x, bool relaxedPrecision) in RcpSqrt()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2280 bool relaxedPrecision) in ImageExtendOperandTestInstance() 2525 … const bool relaxedPrecision, ExtendTestType extendTestType) in ImageExtendOperandTest() 3308 const bool relaxedPrecision = (prec != 0); in createImageExtendOperandsTests() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 609 …std::vector<de::SharedPtr<tcu::FloatFormat>> relaxedPrecision = tcuFormat.type == tcu::TextureForm… in verify() local
|