Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.hpp103 bool hasThirdCoordinate() const;
DSamplerCore.cpp1234 if(hasThirdCoordinate()) in sampleFloat2D()
1684 if(hasThirdCoordinate()) in computeIndices()
1719 if(hasThirdCoordinate()) in computeIndices()
1737 if(hasThirdCoordinate()) in computeIndices()
2588 bool SamplerCore::hasThirdCoordinate() const in hasThirdCoordinate() function in sw::SamplerCore