Searched refs:sampleFloat3D (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 54 …void sampleFloat3D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 &w, Float &lo…
|
D | SamplerCore.cpp | 1237 sampleFloat3D(texture, c, u, v, w, lod, secondLOD); in sampleFloat() 1307 …void SamplerCore::sampleFloat3D(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 … in sampleFloat3D() function in sw::SamplerCore
|