Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp79 : WindowBase () in XcbWindow()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7404 int WindowBase = 0; in ReconstructShuffle() member
7498 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
7516 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
7530 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
7561 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()