Home
last modified time | relevance | path

Searched refs:SamplerCore (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp53SamplerCore::SamplerCore(Pointer<Byte> &constants, const Sampler::State &state) : constants(consta… in SamplerCore() function in sw::SamplerCore
57 …void SamplerCore::sampleTexture(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 … in sampleTexture()
62 …void SamplerCore::sampleTexture(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 … in sampleTexture()
296 …void SamplerCore::sampleTexture(Pointer<Byte> &texture, Vector4f &c, Float4 &u, Float4 &v, Float4 … in sampleTexture()
552 void SamplerCore::border(Short4 &mask, Float4 &coordinates) in border()
558 void SamplerCore::border(Int4 &mask, Float4 &coordinates) in border()
563 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample()
600 …void SamplerCore::sampleFilter(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &… in sampleFilter()
696 …void SamplerCore::sampleAniso(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w… in sampleAniso()
752 …void SamplerCore::sampleQuad(Pointer<Byte> &texture, Vector4s &c, Float4 &u, Float4 &v, Float4 &w,… in sampleQuad()
[all …]
DPixelRoutine.hpp23 class SamplerCore;
68 SamplerCore *sampler[TEXTURE_IMAGE_UNITS];
DSamplerCore.hpp31 class SamplerCore class
34 SamplerCore(Pointer<Byte> &r, const Sampler::State &state);
DVertexProgram.hpp121 SamplerCore *sampler[VERTEX_TEXTURE_IMAGE_UNITS];
DVertexProgram.cpp71 sampler[i] = new SamplerCore(constants, state.samplerState[i]); in pipeline()
DPixelRoutine.cpp63 sampler[i] = new SamplerCore(constants, state.sampler[i]); in quad()
/external/swiftshader/src/
DAndroid.mk68 Shader/SamplerCore.cpp \