Searched defs:SamplerCore (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
H A DSamplerCore.hpp48 class SamplerCore class in namespace:sw
51 SamplerCore(Pointer<Byte> &constants, const Sampler::State &state);
H A DSamplerCore.cpp15 #include "SamplerCore.hpp"
55 SamplerCore::SamplerCore(Pointer<Byte> &constants, const Sampler::State &state) : constants(constants), state(state) function in class:sw::SamplerCore
59 Vector4s SamplerCore::sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy)
64 Vector4s SamplerCore::sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function, bool fixed12)
277 Vector4f SamplerCore::sampleTexture(Pointer<Byte> &texture, Float4 &u, Float4 &v, Float4 &w, Float4 &q, Float4 &bias, Vector4f &dsx, Vector4f &dsy, Vector4f &offset, SamplerFunction function)
506 Vector4f SamplerCore::textureSize(Pointer<Byte> &texture, Float4 &lod)
522 void SamplerCore::border(Short4 &mask, Float4 &coordinates)
528 void SamplerCore::border(Int4 &mask, Float4 &coordinates)
533 Short4 SamplerCore
[all...]

Completed in 2861 milliseconds