Searched refs:eTop (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 140 EdgeT eMaj, eTop, eBot; in NAME() local 227 eTop.v0 = vMid; eTop.v1 = vMax; in NAME() 233 eTop.dx = FixedToFloat(vMax_fx - vMid_fx); in NAME() 234 eTop.dy = FixedToFloat(vMax_fy - vMid_fy); in NAME() 269 eTop.fsy = FixedCeil(vMid_fy); in NAME() 270 eTop.lines = FixedToInt(FixedCeil(vMax_fy - eTop.fsy)); in NAME() 271 if (eTop.lines > 0) { in NAME() 272 eTop.dxdy = eTop.dx / eTop.dy; in NAME() 273 eTop.fdxdy = SignedFloatToFixed(eTop.dxdy); in NAME() 274 eTop.adjy = (GLfloat) (eTop.fsy - vMid_fy); /* SCALED! */ in NAME() [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/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…
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 558 CFX_CSSProperty eTop, in Add4ValuesProperty() argument 564 AddPropertyHolder(eTop, list[0], bImportant); in Add4ValuesProperty() 570 AddPropertyHolder(eTop, list[0], bImportant); in Add4ValuesProperty() 576 AddPropertyHolder(eTop, list[0], bImportant); in Add4ValuesProperty() 582 AddPropertyHolder(eTop, list[0], bImportant); in Add4ValuesProperty()
|
D | cfx_cssdeclaration.h | 74 CFX_CSSProperty eTop,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.h | 412 eTop = 0x02, enumerator
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPrint3DAPI.cpp | 598 int nYPos = (ePos & eTop) ? 1 : -1; in APIDrawLogo()
|