Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp95 Int4 computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap);
DSamplerCore.cpp916 Int4 layerIndex = computeLayerIndex(a, mipmap); in sampleFloat2D()
2524 Int4 SamplerCore::computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex() function in sw::SamplerCore