Searched refs:WindowBase (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.hpp | 58 class WindowBase class 61 WindowBase (void); 62 virtual ~WindowBase (void); 76 WindowBase (const WindowBase&); 77 WindowBase& operator= (const WindowBase&); 103 class XlibWindow : public WindowBase
|
D | tcuLnxX11.cpp | 46 WindowBase::WindowBase () in WindowBase() function in tcu::lnx::x11::WindowBase 51 WindowBase::~WindowBase (void) in ~WindowBase() 127 : WindowBase () in XlibWindow()
|
D | tcuLnxX11Xcb.hpp | 56 class XcbWindow : public WindowBase
|
D | tcuLnxX11Xcb.cpp | 59 : WindowBase () in XcbWindow()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4946 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/ |
D | ARMISelLowering.cpp | 5875 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()
|