Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp90 Short4 computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap);
92 Int4 computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap, SamplerFunction function);
DSamplerCore.cpp541 Short4 layerIndex = computeLayerIndex(a, mipmap); in sampleQuad2D()
997 Int4 layerIndex = computeLayerIndex(a, mipmap, function); in sampleFloat2D()
2235 Short4 SamplerCore::computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex() function in sw::SamplerCore
2476 Int4 SamplerCore::computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap, SamplerFunction functio… in computeLayerIndex() function in sw::SamplerCore