Searched refs:rhw (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 35 Float4 rhw; // Reciprocal w member in sw::PixelRoutine 71 …Float4 interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEquation, bool fl…
|
D | VertexRoutine.cpp | 618 Float4 rhw = Float4(1.0f) / o[pos].w; in postTransform() local 625 o[pos].x = (o[pos].x - L) / W * rhw; in postTransform() 626 o[pos].y = (o[pos].y - T) / H * rhw; in postTransform() 627 o[pos].z = o[pos].z * rhw; in postTransform() 628 o[pos].w = rhw; in postTransform() 726 Float4 rhw = Float4(1.0f) / w; in writeCache() local 728 …v.x = As<Float4>(RoundInt(*Pointer<Float4>(data + OFFSET(DrawData,X0x16)) + v.x * rhw * *Pointer<F… in writeCache() 729 …v.y = As<Float4>(RoundInt(*Pointer<Float4>(data + OFFSET(DrawData,Y0x16)) + v.y * rhw * *Pointer<F… in writeCache() 730 v.z = v.z * rhw; in writeCache() 731 v.w = rhw; in writeCache()
|
D | SetupRoutine.cpp | 156 Float rhw = IfThenElse(w != 0.0f, 1.0f / w, Float(1.0f)); in generate() 158 …X[i] = RoundInt(*Pointer<Float>(data + OFFSET(DrawData,X0x16)) + v.x * rhw * *Pointer<Float>(data … in generate() 159 …Y[i] = RoundInt(*Pointer<Float>(data + OFFSET(DrawData,Y0x16)) + v.y * rhw * *Pointer<Float>(data … in generate()
|
D | PixelRoutine.cpp | 144 w = interpolate(xxxx, Dw, rhw, primitive + OFFSET(Primitive,w), false, false); in quad() 145 rhw = reciprocal(w, false, false, true); in quad() 161 …v[interpolant][component] = interpolate(xxxx, Dv[interpolant][component], rhw, primitive + OFFSET(… in quad() 196 …f = interpolate(xxxx, Df, rhw, primitive + OFFSET(Primitive,f), state.fog.flat & 0x01, state.persp… in quad() 289 …Float4 PixelRoutine::interpolateCentroid(Float4 &x, Float4 &y, Float4 &rhw, Pointer<Byte> planeEqu… in interpolateCentroid() argument 300 interpolant *= rhw; in interpolateCentroid() 630 zw = rhw; in pixelFog()
|
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.hpp | 52 …Float4 interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation, bool flat, bool…
|
D | QuadRasterizer.cpp | 316 …Float4 QuadRasterizer::interpolate(Float4 &x, Float4 &D, Float4 &rhw, Pointer<Byte> planeEquation,… in interpolate() argument 326 interpolant *= rhw; in interpolate()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 904 pVertices[VertexCount+0].rhw = f2vt(1.0f); in UpdateLine() 911 pVertices[VertexCount+1].rhw = f2vt(1.0f); in UpdateLine() 918 pVertices[VertexCount+2].rhw = f2vt(1.0f); in UpdateLine() 925 pVertices[VertexCount+3].rhw = f2vt(1.0f); in UpdateLine()
|
D | PVRTPrint3D.h | 72 VERTTYPE sx, sy, sz, rhw; member
|
/external/lisa/ipynb/sched_dvfs/ |
D | smoke_test.ipynb | 622 …tFrr72m+vXra+PGjbne7/Tp\n0+rcubM6duyoOXPmaP/+/TJNU4Zh6MCBA5ozZ446deqkzp075/rhw/0H/C+//GK9yV9q/fr1k…
|