/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | amd.c | 16 #include <asm/spec-ctrl.h>
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 1021 plain text that may be violating ReST spec, so it requres some escaping
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 7 # To build the spec with a specific version included, set the 70 # on the command line to avoid building an HTML spec target. 102 # Where the spec files are 131 # SCPATCHVERSION is specific to the Vulkan SC spec 169 # Generate Asciidoc attributes for spec remark 171 # This used to be a dependency in the spec html/pdf targets, 173 # when pushing a new spec for review to the sandbox. 179 # Some of the attributes used in building all spec documents: 207 -r $(CONFIGS)/spec-macros.rb \ 255 # Images used by the spec [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 1116 uint32_t evaluate_spec_constant_u32(const SPIRConstantOp &spec) const;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.h | 39 ShShaderSpec spec, 161 // appropriate according to the spec. 512 // TODO(jie.a.chen@intel.com): Double check this once the spec vagueness is resolved. 738 // Track when we add new scope for func body in ESSL 1.00 spec
|
H A D | ParseContext.cpp | 188 ShShaderSpec spec, in TParseContext() 197 mShaderSpec(spec), in TParseContext() 210 mDefaultUniformBlockStorage(sh::IsWebGLBasedSpec(spec) ? EbsStd140 : EbsShared), in TParseContext() 212 mDefaultBufferBlockStorage(sh::IsWebGLBasedSpec(spec) ? EbsStd140 : EbsShared), in TParseContext() 215 mPreprocessor(mDiagnostics, &mDirectiveHandler, angle::pp::PreprocessorSettings(spec)), in TParseContext() 1046 // spec have allowed constant expressions with side effects - like array length() method on a in checkIsValidArraySize() 1616 // ESSL3 spec section 4.1.9: Array declaration which leaves the size unspecified is an in emptyDeclarationErrorCheck() 1792 // on arrays of arrays should be handled. We interpret the spec so that the binding value is in checkBindingIsValid() 2195 // with 'layout(noncoherent)' EXT_shader_framebuffer_fetch_non_coherent spec: "Unless the in getNamedVariable() 2230 // gl_WorkGroupSize can be used to size arrays according to the ESSL 3.10.4 spec, s in parseVariableIdentifier() 185 TParseContext(TSymbolTable &symt, TExtensionBehavior &ext, sh::GLenum type, ShShaderSpec spec, ShCompileOptions options, bool checksPrecErrors, TDiagnostics *diagnostics, const ShBuiltInResources &resources, ShShaderOutput outputType) TParseContext() argument [all...] |
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 874 parts.append(self.spec + (self.abstract or '')) 882 def spec(self): member in VarType
|
/third_party/python/Modules/_sre/ |
H A D | sre.c | 2969 #define CREATE_TYPE(m, type, spec) \ 2971 type = (PyTypeObject *)PyType_FromModuleAndSpec(m, spec, NULL); \
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 2017 #define CREATE_TYPE(module, type, spec) \ 2019 type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 1461 /* Must try at least 3 times according to DP spec */ in intel_dp_aux_xfer() 2525 * Prepare VSC Header for SU as per DP 1.4 spec, Table 2-118 in intel_dp_compute_vsc_colorimetry() 2532 /* DP 1.4a spec, Table 2-120 */ in intel_dp_compute_vsc_colorimetry() 2634 * Prepare VSC Header for SU as per eDP 1.4 spec, Table 6-11 in intel_dp_compute_psr_vsc_sdp() 2643 * Prepare VSC Header for SU as per DP 1.4 spec, Table 2-118 in intel_dp_compute_psr_vsc_sdp() 3852 /* enable with pattern 1 (as per spec) */ in intel_dp_enable_port() 4578 /* always enable with pattern 1 (as per spec) */ in intel_dp_link_down() 4843 * As per DP 1.4a spec section 2.2.4.3 [MSA Field for Indication in intel_dp_needs_vsc_sdp() 4875 * Prepare VSC Header for SU as per DP 1.4a spec, Table 2-119 in intel_dp_vsc_sdp_pack() 4885 * per DP 1.4a spec in intel_dp_vsc_sdp_pack() 7003 struct edp_power_seq cur, vbt, spec, intel_dp_init_panel_power_sequencer() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 357 u16 spec; in sky2_phy_init() local 360 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); in sky2_phy_init() 361 spec |= PHY_M_FESC_SEL_CL_A; in sky2_phy_init() 362 gm_phy_write(hw, port, PHY_MARV_FE_SPEC_2, spec); in sky2_phy_init()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | core.c | 404 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81"); 2097 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_tnt, "event=0x73,umask=0x6"); 2133 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_cmt, "event=0x73,umask=0x0"); 5598 EVENT_ATTR_STR_HYBRID(topdown-bad-spec, td_bad_spec_adl, "event=0x73,umask=0x0;event=0x00,umask=0x81", hybrid_big_small);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 356 u16 spec; in sky2_phy_init() local 359 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); in sky2_phy_init() 360 spec |= PHY_M_FESC_SEL_CL_A; in sky2_phy_init() 361 gm_phy_write(hw, port, PHY_MARV_FE_SPEC_2, spec); in sky2_phy_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2137 int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value); 3428 // <function-type> ::= [<CV-qualifiers>] [<exception-spec>] [Dx] F [Y] <bare-function-type> [<ref-qualifier>] E 3430 // <exception-spec> ::= Do # non-throwing exception-specification (e.g., noexcept, throw()) 3839 // ::= Du # char8_t (C++2a, not yet in the Itanium spec) in parseType() 4323 // (not yet in the spec) 5155 static constexpr const char* spec = "%af"; member 5163 static constexpr const char* spec = "%a"; member 5178 static constexpr const char *spec = "%LaL"; member
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 996 spec = inspect.getfullargspec(test) 997 self.assertEqual(test.__annotations__, spec.annotations) 1000 spec = inspect.getfullargspec(test) 1001 self.assertEqual(test.__annotations__, spec.annotations) 1022 spec = inspect.getfullargspec(builtin) 1023 self.assertEqual(spec.defaults[0], 'avocado')
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 765 ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const string& shaderOp, const ShaderDataSpec& spec); 780 ShaderOperatorCase::ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const string& shaderOp, const ShaderDataSpec& spec) in ShaderOperatorCase() argument 782 , m_spec (spec) in ShaderOperatorCase() 784 , m_evaluator (m_renderCtx.getFunctions(), isVertexCase ? SHADERTYPE_VERTEX : SHADERTYPE_FRAGMENT, evalFunc, spec.referenceScale, spec.referenceBias, getDataTypeScalarSize(spec.output)) in ShaderOperatorCase()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | asus-wmi.c | 175 int spec; member 1447 * bits or spec ... in asus_wmi_has_agfn_fan() 1592 * For the CPU_FAN device, the spec indicates that we should be in pwm1_enable_show() 2491 asus->spec = rv; in asus_wmi_platform_init()
|
/third_party/python/Lib/ |
H A D | inspect.py | 21 formatargvalues() - format an argument spec 1467 """Format an argument spec from the 4 values returned by getargvalues. 1528 spec = getfullargspec(func) 1529 args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, ann = spec
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 3050 #define CREATE_TYPE(module, type, spec) \ 3052 type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 1938 MultiVertexArrayTest::MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc) in MultiVertexArrayTest() argument 1940 , m_spec (spec) in MultiVertexArrayTest()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | smpboot.c | 81 #include <asm/spec-ctrl.h>
|
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra20-emc.c | 953 emc_of_icc_xlate_extended(struct of_phandle_args *spec, void *data) in emc_of_icc_xlate_extended() argument
|
H A D | tegra124-emc.c | 1288 emc_of_icc_xlate_extended(struct of_phandle_args *spec, void *data) in emc_of_icc_xlate_extended() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_types.h | 223 int (*ste_build_tag_func)(struct mlx5dr_match_param *spec,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | perf_event.h | 1294 br->spec = PERF_BR_SPEC_NA; in perf_clear_branch_entry_bitfields()
|