Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Device/
H A DQuadRasterizer.cpp235 …:interpolate(SIMD::Float &x, SIMD::Float &D, SIMD::Float &rhw, Pointer<Byte> planeEquation, bool f… in interpolate()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp1057 …Pointer<Byte> planeEquation = interpolationData.primitive + OFFSET(Primitive, V[packedInterpolant]… in EmitInterpolate() local
1096 … SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, Pointer<Byte> planeEquation, Interp… in interpolateAtXY()
H A DSetupRoutine.cpp514 …ter<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2, int attribute, int planeEquation, bool flat, … in setupGradient()