Home
last modified time | relevance | path

Searched defs:planeEquation (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DQuadRasterizer.cpp233 Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, … in interpolate()
/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp1086 …Pointer<Byte> planeEquation = interpolationData.primitive + OFFSET(Primitive, V[packedInterpolant]… in Interpolate() local
1119 … SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, Pointer<Byte> planeEquation, bool f… in interpolateAtXY()
DSetupRoutine.cpp528 …ter<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2, int attribute, int planeEquation, bool flat, … in setupGradient()