OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeLod3D
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/Shader/
SamplerCore.hpp
75
void
computeLod3D
(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerFunction function);
SamplerCore.cpp
125
computeLod3D
(texture, lod, uuuu, vvvv, wwww, lodBias, dsx, dsy, function);
357
computeLod3D
(texture, lod, uuuu, vvvv, wwww, lodBias, dsx, dsy, function);
[
all
...]
Completed in 504 milliseconds