Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.hpp25 class PixelRoutine : public sw::QuadRasterizer, public ShaderCore class
28 PixelRoutine(const PixelProcessor::State &state, const PixelShader *shader);
30 virtual ~PixelRoutine();
DPixelRoutine.cpp32PixelRoutine::PixelRoutine(const PixelProcessor::State &state, const PixelShader *shader) : QuadRa… in PixelRoutine() function in sw::PixelRoutine
46 PixelRoutine::~PixelRoutine() in ~PixelRoutine()
50 …void PixelRoutine::quad(Pointer<Byte> cBuffer[RENDERTARGETS], Pointer<Byte> &zBuffer, Pointer<Byte… in quad()
280 …Float4 PixelRoutine::interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEqu… in interpolateCentroid()
298 void PixelRoutine::stencilTest(Pointer<Byte> &sBuffer, int q, Int &x, Int &sMask, Int &cMask) in stencilTest()
341 void PixelRoutine::stencilTest(Byte8 &value, StencilCompareMode stencilCompareMode, bool CCW) in stencilTest()
387 …Bool PixelRoutine::depthTest(Pointer<Byte> &zBuffer, int q, Int &x, Float4 &z, Int &sMask, Int &zM… in depthTest()
523 void PixelRoutine::alphaTest(Int &aMask, Short4 &alpha) in alphaTest()
567 void PixelRoutine::alphaToCoverage(Int cMask[4], Float4 &alpha) in alphaToCoverage()
585 void PixelRoutine::fogBlend(Vector4f &c0, Float4 &fog) in fogBlend()
[all …]
DPixelPipeline.hpp22 class PixelPipeline : public PixelRoutine
26PixelRoutine(state, shader), current(rs[0]), diffuse(vs[0]), specular(vs[1]), perturbate(false), l… in PixelPipeline()
DPixelProgram.hpp23 class PixelProgram : public PixelRoutine
27 PixelRoutine(state, shader), r(shader->dynamicallyIndexedTemporaries), in PixelProgram()
DBUILD.gn41 "PixelRoutine.cpp",
DPixelPipeline.cpp277 PixelRoutine::alphaTest(aMask, current.w); in alphaTest()
361 PixelRoutine::fogBlend(oC, fog); in rasterOperation()
DPixelProgram.cpp550 PixelRoutine::alphaTest(aMask, alpha); in alphaTest()
/external/swiftshader/src/
DAndroid.mk87 Shader/PixelRoutine.cpp \
/external/swiftshader/src/Renderer/
DTextureStage.hpp25 class PixelRoutine;
/external/swiftshader/docs/
DIndex.md46 The [PixelRoutine](../src/Shader/PixelRoutine.cpp) takes a batch of primitives and performs per-pix…