Home
last modified time | relevance | path

Searched refs:QuadRasterizer (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/src/Device/
DQuadRasterizer.cpp31QuadRasterizer::QuadRasterizer(const PixelProcessor::State &state, const PixelShader *pixelShader)… in QuadRasterizer() function in sw::QuadRasterizer
35 QuadRasterizer::~QuadRasterizer() in ~QuadRasterizer()
39 void QuadRasterizer::generate() in generate()
93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize()
319 …Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation,… in interpolate()
341 bool QuadRasterizer::interpolateZ() const in interpolateZ()
346 bool QuadRasterizer::interpolateW() const in interpolateW()
DQuadRasterizer.hpp25 class QuadRasterizer : public Rasterizer class
28 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
29 virtual ~QuadRasterizer();
DPixelProcessor.cpp775 QuadRasterizer *generator = new PixelProgram(state, context->pixelShader); in routine()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp31QuadRasterizer::QuadRasterizer(const PixelProcessor::State &state, const PixelShader *pixelShader)… in QuadRasterizer() function in sw::QuadRasterizer
35 QuadRasterizer::~QuadRasterizer() in ~QuadRasterizer()
39 void QuadRasterizer::generate() in generate()
93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize()
319 …Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation,… in interpolate()
341 bool QuadRasterizer::interpolateZ() const in interpolateZ()
346 bool QuadRasterizer::interpolateW() const in interpolateW()
DQuadRasterizer.hpp25 class QuadRasterizer : public Rasterizer class
28 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
29 virtual ~QuadRasterizer();
DBUILD.gn48 "QuadRasterizer.cpp",
DPixelProcessor.cpp1192 QuadRasterizer *generator = nullptr; in routine()
/external/swiftshader/src/
DAndroid.mk73 Renderer/QuadRasterizer.cpp \
DAndroid.bp137 "Renderer/QuadRasterizer.cpp",
/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp25 class PixelRoutine : public sw::QuadRasterizer, public ShaderCore
DPixelRoutine.cpp33 : QuadRasterizer(state, shader), v(shader && shader->indirectAddressableInput) in PixelRoutine()
/external/swiftshader/src/Shader/
DPixelRoutine.hpp25 class PixelRoutine : public sw::QuadRasterizer, public ShaderCore
DPixelRoutine.cpp33 : QuadRasterizer(state, shader), v(shader && shader->indirectAddressableInput) in PixelRoutine()
/external/swiftshader/docs/
DIndex.md46 …utine. Together with the traversal of the pixels in [QuadRasterizer](../src/Renderer/QuadRasterize…