Home
last modified time | relevance | path

Searched refs:PixelProgram (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelProgram.cpp28 void PixelProgram::setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) in setBuiltins()
69 void PixelProgram::applyShader(Int cMask[4]) in applyShader()
578 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest()
614 …void PixelProgram::rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], In… in rasterOperation()
707 …Vector4f PixelProgram::sampleTexture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &d… in sampleTexture()
741 …Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx… in sampleTexture()
757 void PixelProgram::clampColor(Vector4f oC[RENDERTARGETS]) in clampColor()
811 Int4 PixelProgram::enableMask(const Shader::Instruction *instruction) in enableMask()
836 Vector4f PixelProgram::fetchRegister(const Src &src, unsigned int offset) in fetchRegister()
969 RValue<Pointer<Byte>> PixelProgram::uniformAddress(int bufferIndex, unsigned int index) in uniformAddress()
[all …]
DPixelProgram.hpp23 class PixelProgram : public PixelRoutine class
26 PixelProgram(const PixelProcessor::State &state, const PixelShader *shader) : in PixelProgram() function in sw::PixelProgram
48 virtual ~PixelProgram() {} in ~PixelProgram()
/external/swiftshader/src/Shader/
DPixelProgram.cpp28 void PixelProgram::setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) in setBuiltins()
69 void PixelProgram::applyShader(Int cMask[4]) in applyShader()
579 Bool PixelProgram::alphaTest(Int cMask[4]) in alphaTest()
615 …void PixelProgram::rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], In… in rasterOperation()
719 …Vector4f PixelProgram::sampleTexture(const Src &sampler, Vector4f &uvwq, Float4 &bias, Vector4f &d… in sampleTexture()
753 …Vector4f PixelProgram::sampleTexture(int samplerIndex, Vector4f &uvwq, Float4 &bias, Vector4f &dsx… in sampleTexture()
769 void PixelProgram::clampColor(Vector4f oC[RENDERTARGETS]) in clampColor()
834 Int4 PixelProgram::enableMask(const Shader::Instruction *instruction) in enableMask()
861 Vector4f PixelProgram::fetchRegister(const Src &src, unsigned int offset) in fetchRegister()
994 RValue<Pointer<Byte>> PixelProgram::uniformAddress(int bufferIndex, unsigned int index) in uniformAddress()
[all …]
DPixelProgram.hpp23 class PixelProgram : public PixelRoutine class
26 PixelProgram(const PixelProcessor::State &state, const PixelShader *shader) : in PixelProgram() function in sw::PixelProgram
48 virtual ~PixelProgram() {} in ~PixelProgram()
DBUILD.gn40 "PixelProgram.cpp",
/external/swiftshader/docs/
DIndex.md46 …mable pixel processing with a shader is implemented by [PixelProgram](../src/Shader/PixelProgram.c…
48 The PixelProgram and VertexProgram share some common functionality in [ShaderCore](../src/Shader/Sh…
/external/swiftshader/src/
DAndroid.mk85 Shader/PixelProgram.cpp \
DAndroid.bp147 "Shader/PixelProgram.cpp",
/external/swiftshader/src/Device/
DPixelProcessor.cpp775 QuadRasterizer *generator = new PixelProgram(state, context->pixelShader); in routine()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp1200 generator = new PixelProgram(state, context->pixelShader); in routine()