Searched refs:eMaj (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 140 EdgeT eMaj, eTop, eBot; in NAME() local 226 eMaj.v0 = vMin; eMaj.v1 = vMax; /*TODO: .v1's not needed */ in NAME() 231 eMaj.dx = FixedToFloat(vMax_fx - vMin_fx); in NAME() 232 eMaj.dy = FixedToFloat(vMax_fy - vMin_fy); in NAME() 240 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy; in NAME() 256 eMaj.fsy = FixedCeil(vMin_fy); in NAME() 257 eMaj.lines = FixedToInt(FixedCeil(vMax_fy - eMaj.fsy)); in NAME() 258 if (eMaj.lines > 0) { in NAME() 259 eMaj.dxdy = eMaj.dx / eMaj.dy; in NAME() 260 eMaj.fdxdy = SignedFloatToFixed(eMaj.dxdy); in NAME() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-11-25-ImpDefBug.ll | 21 …%eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#us… 43 …%eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%st…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-11-25-ImpDefBug.ll | 21 …%eTop.eMaj = select i1 %0, %struct..0EdgeT* undef, %struct..0EdgeT* null ; <%struct..0EdgeT*> [#us… 43 …%eRight.08 = phi %struct..0EdgeT* [ %eTop.eMaj, %bb32 ], [ undef, %bb34 ], [ undef, %bb33 ] ; <%st…
|