Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.hpp65 class WindowBase class
68 WindowBase (void);
69 virtual ~WindowBase (void);
83 WindowBase (const WindowBase&);
84 WindowBase& operator= (const WindowBase&);
113 class XlibWindow : public WindowBase
DtcuLnxX11.cpp46 WindowBase::WindowBase () in WindowBase() function in tcu::lnx::x11::WindowBase
51 WindowBase::~WindowBase (void) in ~WindowBase()
152 : WindowBase () in XlibWindow()
DtcuLnxX11Xcb.hpp58 class XcbWindow : public WindowBase
DtcuLnxX11Xcb.cpp76 : 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6558 int WindowBase; in ReconstructShuffle() member
6563 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
6656 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
6675 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
6689 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
6720 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7844 int WindowBase; in ReconstructShuffle() member
7849 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
7948 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
7974 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
7989 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
8020 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7406 int WindowBase = 0; in ReconstructShuffle() member
7500 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
7518 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
7532 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
7563 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp7710 int WindowBase = 0; in ReconstructShuffle() member
7806 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
7824 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
7838 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
7869 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()