Home
last modified time | relevance | path

Searched refs:WindowBase (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp58 class WindowBase class
61 WindowBase (void);
62 virtual ~WindowBase (void);
76 WindowBase (const WindowBase&);
77 WindowBase& operator= (const WindowBase&);
103 class XlibWindow : public WindowBase
DtcuLnxX11.cpp46 WindowBase::WindowBase () in WindowBase() function in tcu::lnx::x11::WindowBase
51 WindowBase::~WindowBase (void) in ~WindowBase()
127 : WindowBase () in XlibWindow()
DtcuLnxX11Xcb.hpp56 class XcbWindow : public WindowBase
DtcuLnxX11Xcb.cpp59 : WindowBase () in XcbWindow()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4946 int WindowBase; in ReconstructShuffle() member
4951 : Vec(Vec), MinElt(UINT_MAX), MaxElt(0), ShuffleVec(Vec), WindowBase(0), in ReconstructShuffle()
5037 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
5056 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
5070 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
5102 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5875 int WindowBase; in ReconstructShuffle() member
5880 : Vec(Vec), MinElt(UINT_MAX), MaxElt(0), ShuffleVec(Vec), WindowBase(0), in ReconstructShuffle()
5970 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
5988 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
6002 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
6034 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()