OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleQuad
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/src/Shader/
SamplerCore.hpp
64
void
sampleQuad
(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function);
SamplerCore.cpp
723
sampleQuad
(texture, c, u, v, w, offset, lod, face, secondLOD, function);
754
sampleQuad
(texture, c, u0, v0, w, offset, lod, face, secondLOD, function);
775
void SamplerCore::
sampleQuad
(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w, Vector4f &offset, Float &lod, Int face[4], bool secondLOD, SamplerFunction function)
[
all
...]
Completed in 49 milliseconds