Home
last modified time | relevance | path

Searched refs:core (Results 876 - 900 of 1477) sorted by relevance

1...<<31323334353637383940>>...60

/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs374 pub type RawNonZeroPid = core::num::NonZeroI32;
406 let mut set = unsafe { core::mem::zeroed() };
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs27 use core::cmp;
28 use core::mem::MaybeUninit;
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs6 use core::char;
7 use core::str::{Bytes, CharIndices, Chars};
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp78 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
97 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
H A Des31fSampleShadingTests.cpp54 contextSupports(contextType, glu::ApiType::core(4, 5)) || in checkSupport()
418 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
H A Des31fShaderBuiltinConstantTests.cpp162 contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
205 contextSupports(renderCtx.getType(), glu::ApiType::core(4, 5)); in createGetConstantExecutor()
368 tcu::TestCaseGroup* const coreGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Core Specification"); in init()
H A Des31fShaderStateQueryTests.cpp102 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
386 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
H A Des31fShaderTextureSizeTests.cpp167 glu::contextSupports(rc.getType(), glu::ApiType::core(4, 5));
364 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
H A Des31fTessellationGeometryInteractionTests.cpp60 glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader()
62 const bool supportsGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader()
182 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
489 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
883 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
1802 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)))
2198 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
2867 const bool supportsCore40 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 0));
H A Des31fOpaqueTypeIndexingTests.cpp367 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init()
407 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec()
744 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init()
797 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec()
994 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init()
1031 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c514 //rga_scheduler->ops->soft_reset(job->core); in rga3_irq_handler()
708 rga_scheduler->core = RGA3_SCHEDULER_CORE0; in init_scheduler()
712 rga_scheduler->core = RGA3_SCHEDULER_CORE1; in init_scheduler()
716 rga_scheduler->core = RGA2_SCHEDULER_CORE0; in init_scheduler()
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp755 bool core = n > 0 && runHistory.at(2) == n && runHistory.at(3) == n * 3 && runHistory.at(4) == n && runHistory.at(5) == n; in finderPenaltyCountPatterns() local
756 return (core && runHistory.at(0) >= n * 4 && runHistory.at(6) >= n ? 1 : 0) in finderPenaltyCountPatterns()
757 + (core && runHistory.at(6) >= n * 4 && runHistory.at(0) >= n ? 1 : 0); in finderPenaltyCountPatterns()
/third_party/qrcodegen/python/
H A Dqrcodegen.py576 core: bool = n > 0 and (runhistory[2] == runhistory[4] == runhistory[5] == n) and runhistory[3] == n * 3
577 return (1 if (core and runhistory[0] >= n * 4 and runhistory[6] >= n) else 0) \
578 + (1 if (core and runhistory[6] >= n * 4 and runhistory[0] >= n) else 0)
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c44 #include <pulsecore/core-rtclock.h>
45 #include <pulsecore/core-util.h>
49 #include <pulsecore/core-error.h>
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilitySampleVariablesTests.cpp118 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
239 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
583 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dclk-provider.h293 * @core: pointer to the struct clk_core instance that points back to this
304 struct clk_core *core; member
1026 int __clk_determine_rate(struct clk_hw *core, struct clk_rate_request *req);
1035 dst->core = src->core; in __clk_hw_set_clk()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c37 #include <core/gpuobj.h>
38 #include <core/option.h>
39 #include <core/pci.h>
40 #include <core/tegra.h>
71 MODULE_PARM_DESC(config, "option string to pass to driver core");
75 MODULE_PARM_DESC(debug, "debug string to pass to driver core");
H A Dnouveau_drv.h238 #include <nvkm/core/tegra.h>
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.c28 #include <pulsecore/core-util.h>
40 pa_core *core; member
126 p->core = c; in dbus_protocol_new()
177 pa_assert_se(pa_shared_remove(p->core, "dbus-protocol") >= 0); in pa_dbus_protocol_unref()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp30 #include <opencv2/core.hpp>
/third_party/libwebsockets/lib/abstract/
H A Dabstract.c25 #include <private-lib-core.h>
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c25 #include <private-lib-core.h>
/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c25 #include <private-lib-core.h>
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_drmif.h109 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c27 #include <private-lib-core.h>

Completed in 29 milliseconds

1...<<31323334353637383940>>...60