Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp93 Short4 computeLayerIndex16(const Float4 &a, Pointer<Byte> &mipmap);
DSamplerCore.cpp462 Short4 layerIndex = computeLayerIndex16(a, mipmap); in sampleQuad2D()
2287 Short4 SamplerCore::computeLayerIndex16(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex16() function in sw::SamplerCore