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
57
void
computeLod3D
(Pointer<Byte> &texture, Float &lod, Float4 &u, Float4 &v, Float4 &w, const Float &lodBias, Vector4f &dsx, Vector4f &dsy, SamplerMethod method);
SamplerCore.cpp
122
computeLod3D
(texture, lod, uuuu, vvvv, wwww, q.x, dsx, dsy, method);
350
computeLod3D
(texture, lod, uuuu, vvvv, wwww, q.x, dsx, dsy, method);
[
all
...]
Completed in 490 milliseconds