Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.hpp101 Int4 computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap);
H A DSamplerCore.cpp1179 Int4 layerIndex = computeLayerIndex(a, mipmap); in sampleFloat2D()
2637 Int4 SamplerCore::computeLayerIndex(const Float4 &a, Pointer<Byte> &mipmap) in computeLayerIndex() function in sw::SamplerCore