/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.hpp | 4 * 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 D | tcuWGL.cpp | 2 * 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 D | tcuWGLContextFactory.cpp | 2 * 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 D | tcuWGLContextFactory.hpp | 4 * 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 D | HexagonShuffler.cpp | 242 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 D | HexagonShuffler.h | 110 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 D | thread.h | 30 // 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 D | rlimit.rs | 2 #[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 D | CoreWindowNativeWindow.h | 48 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 D | CoreWindowNativeWindow_unittest.cpp | 22 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 D | SwapChainPanelNativeWindow.h | 41 ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> mSwapChainPanelDispatcher; 93 const ComPtr<ABI::Windows::UI::Core::ICoreDispatcher> &dispatcher,
|
H A D | InspectableNativeWindow.cpp | 17 ComPtr<ABI::Windows::UI::Core::ICoreWindow> *coreWindow) in IsCoreWindow() 25 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWin; in IsCoreWindow()
|
H A D | NativeWindow11WinRT.cpp | 44 ComPtr<ABI::Windows::UI::Core::ICoreWindow> coreWindow; in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | thread.cpp | 53 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 D | thread_test.cpp | 21 marl::Thread::Core core(int idx) { in core() 22 marl::Thread::Core c; in core()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.h | 37 #include <llvm-c/Core.h>
|
H A D | lp_bld.h | 51 #include <llvm-c/Core.h>
|
H A D | lp_bld_debug.cpp | 34 #include <llvm-c/Core.h>
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.h | 29 #include <llvm-c/Core.h>
|
H A D | ac_shader_abi.h | 31 #include <llvm-c/Core.h>
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute_internal.h | 30 #include <llvm-c/Core.h>
|
/third_party/skia/experimental/tskit/bindings/ |
H A D | core.cpp | 27 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/experimental/tskit/go/gen_types/testdata/ |
H A D | bindings1.cpp | 13 EMSCRIPTEN_BINDINGS(Core) { in EMSCRIPTEN_BINDINGS()
|
/third_party/node/deps/v8/tools/ |
H A D | turbolizer-perf.py | 18 from Core import *
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Trim11.cpp | 20 using namespace ABI::Windows::ApplicationModel::Core;
|