Searched refs:PixelProgram (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelProgram.cpp | 28 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 …]
|
D | PixelProgram.hpp | 23 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/ |
D | PixelProgram.cpp | 28 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 …]
|
D | PixelProgram.hpp | 23 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()
|
D | BUILD.gn | 40 "PixelProgram.cpp",
|
/external/swiftshader/docs/ |
D | Index.md | 46 …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/ |
D | Android.mk | 85 Shader/PixelProgram.cpp \
|
D | Android.bp | 147 "Shader/PixelProgram.cpp",
|
/external/swiftshader/src/Device/ |
D | PixelProcessor.cpp | 775 QuadRasterizer *generator = new PixelProgram(state, context->pixelShader); in routine()
|
/external/swiftshader/src/Renderer/ |
D | PixelProcessor.cpp | 1200 generator = new PixelProgram(state, context->pixelShader); in routine()
|