Searched refs:SamplerCore (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 53 …SamplerCore::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 …]
|
D | PixelRoutine.hpp | 23 class SamplerCore; 68 SamplerCore *sampler[TEXTURE_IMAGE_UNITS];
|
D | SamplerCore.hpp | 31 class SamplerCore class 34 SamplerCore(Pointer<Byte> &r, const Sampler::State &state);
|
D | VertexProgram.hpp | 121 SamplerCore *sampler[VERTEX_TEXTURE_IMAGE_UNITS];
|
D | VertexProgram.cpp | 71 sampler[i] = new SamplerCore(constants, state.samplerState[i]); in pipeline()
|
D | PixelRoutine.cpp | 63 sampler[i] = new SamplerCore(constants, state.sampler[i]); in quad()
|
/external/swiftshader/src/ |
D | Android.mk | 68 Shader/SamplerCore.cpp \
|