Home
last modified time | relevance | path

Searched refs:Core (Results 1 - 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp4 * drawElements Quality Program Tester Core
164 * \brief Core WGL API
166 * \note Created API objects depend on Core object being live. User is
167 * resposible of keeping Core live as long as there are API objects
170 class Core class
173 Core (HINSTANCE instance);
174 ~Core (void);
183 Core (const Core& other);
184 Core
[all...]
H A DtcuWGL.cpp2 * drawElements Quality Program Tester Core
158 // Core
292 // Core
294 Core::Core (HINSTANCE instance) in Core() function in tcu::wgl::Core
299 Core::~Core (void) in ~Core()
304 std::vector<int> Core::getPixelFormats (HDC deviceCtx) const in getPixelFormats()
355 PixelFormatInfo Core::getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const in getPixelFormatInfo()
421 Context::Context (const Core* cor
[all...]
H A DtcuWGLContextFactory.cpp2 * drawElements Quality Program Tester Core
68 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::RenderConfig& config);
93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::RenderConfig& config) in WGLContext()
H A DtcuWGLContextFactory.hpp4 * drawElements Quality Program Tester Core
44 Core m_wglCore;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp242 unsigned Units = ISJ->Core.getUnits(); in restrictSlot1AOK()
250 ISJ->Core.setUnits(Units & ~2U); in restrictSlot1AOK()
271 unsigned Units = ISJ->Core.getUnits(); in restrictNoSlot1Store()
277 ISJ->Core.setUnits(Units & ~2U); in restrictNoSlot1Store()
344 if (ISJ->Core.getUnits() == slotSingleLoad || in check()
363 if (ISJ->Core.getUnits() == slotSingleStore || in check()
382 if (ISJ->Core.getUnits() == slotSingleLoad || in check()
432 if (!ISJ->Core.getUnits()) { in check()
451 ISJ->Core.setUnits(ISJ->Core in check()
[all...]
H A DHexagonShuffler.h110 HexagonResource Core; member in llvm::HexagonInstr
117 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id) {} in HexagonInstr()
124 return (HexagonResource::lessWeight(B.Core, Core)); in operator <()
129 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dthread.h30 // Core identifies a logical processor unit.
32 struct Core { struct in marl::Thread
35 uint8_t index; // Core within the processor group
38 uint16_t index; // Core number
46 MARL_NO_EXPORT inline bool operator==(const Core&) const;
47 MARL_NO_EXPORT inline bool operator<(const Core&) const;
100 MARL_EXPORT Affinity(std::initializer_list<Core>, Allocator* allocator);
106 MARL_EXPORT Core operator[](size_t index) const;
119 containers::vector<Core, 32> cores;
153 // Thread::Core
[all...]
/third_party/rust/crates/rustix/tests/process/
H A Drlimit.rs2 #[cfg(not(target_os = "haiku"))] // No `Core` on Haiku.
12 #[cfg(not(target_os = "haiku"))] // No `Core` on Haiku.
15 let old = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
21 rustix::process::setrlimit(Resource::Core, new.clone()).unwrap(); in test_setrlimit()
23 let lim = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
33 let first = rustix::process::getrlimit(Resource::Core); in test_setrlimit()
35 let old = match rustix::process::prlimit(None, Resource::Core, new.clone()) { in test_setrlimit()
49 rustix::process::prlimit(Some(rustix::process::getpid()), Resource::Core, other) in test_setrlimit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow.h48 ComPtr<ABI::Windows::UI::Core::ICoreWindow> mCoreWindow;
72 (ABI::Windows::UI::Core::ICoreWindow *sender, in Invoke()
73 ABI::Windows::UI::Core::IWindowSizeChangedEventArgs *sizeChangedEventArgs) in Invoke()
94 HRESULT GetCoreWindowSizeInPixels(const ComPtr<ABI::Windows::UI::Core::ICoreWindow> &coreWindow,
H A DCoreWindowNativeWindow_unittest.cpp22 using namespace ABI::Windows::ApplicationModel::Core;
25 using namespace ABI::Windows::UI::Core;
47 class MockCoreWindow : public ABI::Windows::UI::Core::ICoreWindow
69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this); in QueryInterface()
108 ABI::Windows::UI::Core::CoreVirtualKeyStates *));
112 ABI::Windows::UI::Core::CoreVirtualKeyStates *));
H A DSwapChainPanelNativeWindow.h41 ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> mSwapChainPanelDispatcher;
93 const ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> &dispatcher,
H A DInspectableNativeWindow.cpp17 ComPtr<ABI::Windows::UI::Core::ICoreWindow> *coreWindow) in IsCoreWindow()
25 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWin; in IsCoreWindow()
H A DNativeWindow11WinRT.cpp44 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWindow; in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp53 inline uint64_t operator()(const marl::Thread::Core& core) const { in operator ()()
64 std::numeric_limits<decltype(Thread::Core::windows.index)>::max() + 1ULL;
66 std::numeric_limits<decltype(Thread::Core::windows.group)>::max() + 1ULL;
68 "Thread::Core::windows.index is too small");
123 Thread::Affinity::Affinity(std::initializer_list<Core> list, in Affinity()
140 Core core; in all()
141 core.windows.group = static_cast<decltype(Core::windows.group)>(groupIdx); in all()
156 Core core; in all()
168 Core core; in all()
236 Thread::Core Threa
[all...]
H A Dthread_test.cpp21 marl::Thread::Core core(int idx) { in core()
22 marl::Thread::Core c; in core()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h37 #include <llvm-c/Core.h>
H A Dlp_bld.h51 #include <llvm-c/Core.h>
H A Dlp_bld_debug.cpp34 #include <llvm-c/Core.h>
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.h29 #include <llvm-c/Core.h>
H A Dac_shader_abi.h31 #include <llvm-c/Core.h>
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h30 #include <llvm-c/Core.h>
/third_party/skia/experimental/tskit/bindings/
H A Dcore.cpp27 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS()
/third_party/skia/experimental/tskit/go/gen_types/testdata/
H A Dbindings1.cpp13 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS()
/third_party/node/deps/v8/tools/
H A Dturbolizer-perf.py18 from Core import *
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTrim11.cpp20 using namespace ABI::Windows::ApplicationModel::Core;

Completed in 10 milliseconds

123