Home
last modified time | relevance | path

Searched refs:convertSigned15 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp92 void convertSigned15(Float4 &cf, Short4 &ci);
DSamplerCore.cpp436 convertSigned15(c[component], cs[component]); in sampleTexture()
2423 void SamplerCore::convertSigned15(Float4 &cf, Short4 &cs) in convertSigned15() function in sw::SamplerCore