Home
last modified time | relevance | path

Searched full:param (Results 8551 - 8575 of 17345) sorted by relevance

1...<<341342343344345346347348349350>>...694

/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py146 :param data: data to be checked in binary mode.
225 :param filename: name of the file to parse.
251 :param results: The dictionary used to store the parsed
286 :param filename: name of the file to parse.
318 :param data_f: file object of the data file.
351 :param filename: name of the file to parse.
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp361 * \param dr List of array_deref_range elements to be
363 * \param count Number of array_deref_range elements to be
365 * \param scale Current offset scale.
366 * \param linearized_index Current accumulated linearized array index.
428 * \param dr List of array_deref_range elements to be processed.
429 * \param count Number of array_deref_range elements to be processed.
/third_party/openGLES/docs/
H A Dfog_coord.txt103 Accepted by the <param> parameter of Fogi and Fogf:
275 void Fog{if}(enum pname, T param);
278 If <pname> is FOG_MODE, then <param> must be, or <param> must
283 FOG_COORDINATE_SOURCE_EXT, then <param> is or <params> points to
286 FOG_DENSITY, FOG_START, or FOG_END, then <param> is or <params>
/third_party/openGLES/extensions/EXT/
H A DEXT_fog_coord.txt103 Accepted by the <param> parameter of Fogi and Fogf:
275 void Fog{if}(enum pname, T param);
278 If <pname> is FOG_MODE, then <param> must be, or <param> must
283 FOG_COORDINATE_SOURCE_EXT, then <param> is or <params> points to
286 FOG_DENSITY, FOG_START, or FOG_END, then <param> is or <params>
/third_party/mesa3d/src/mesa/program/
H A Dprogramopt.c235 * \param ctx The GL context
236 * \param fprog Fragment program that fog instructions will be appended to.
237 * \param fog_mode Fog mode. One of \c GL_EXP, \c GL_EXP2, or \c GL_LINEAR.
238 * \param saturate True if writes to color outputs should be clamped to [0, 1]
283 /* PARAM fogParamsRefOpt = internal optimized fog params; */ in _mesa_append_fog_code()
286 /* PARAM fogColorRef = state.fog.color; */ in _mesa_append_fog_code()
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule_impl.h290 * @param n the number, e.g. 12.345
291 * @param v The number of visible fraction digits, e.g. 3
292 * @param f The fraction digits, e.g. 345
293 * @param e The exponent, e.g. 7 in 1.2e7, for scientific notation
294 * @param c Currently: an alias for param `e`.
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.hpp325 * @param [in] gl OpenGL functions access.
326 * @param [in] target Binding target of the VBO.
327 * @param [in] data Data of the buffer (may be empty).
390 * @param [in] program GLSL Program to which VBO shall be bound.
391 * @param [in] input_attribute_name Name of GLSL asttribute.
392 * @param [in] number_of_components Number of attribute's components.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py360 params = [param.text for param in cmdinfo.elem.findall('param/name')]
362 paramTypes = [param.text for param in cmdinfo.elem.findall('param/type')]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Darr-value-set-to-arr-value-squared.amber135 OpName %69 "param"
136 OpName %71 "param"
137 OpName %78 "param"
138 OpName %79 "param"
144 OpName %117 "param"
145 OpName %119 "param"
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.h327 const GLint *param);
330 const GLuint *param);
331 ANGLE_EXPORT void GL_APIENTRY GL_SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
334 const GLfloat *param);
335 ANGLE_EXPORT void GL_APIENTRY GL_SamplerParameteri(GLuint sampler, GLenum pname, GLint param);
338 const GLint *param);
/third_party/skia/src/core/
H A DSkScalerContext.h183 * @param preMatrixScale the kind of scale to extract from the total matrix.
184 * @param scale the scale extracted from the total matrix (both values positive).
185 * @param remaining apply after scale to apply the total matrix.
186 * @param remainingWithoutRotation apply after scale to apply the total matrix sans rotation.
187 * @param remainingRotation apply after remainingWithoutRotation to apply the total matrix.
188 * @param total the total matrix.
/third_party/skia/third_party/externals/opengl-registry/docs/
H A Dfog_coord.txt103 Accepted by the <param> parameter of Fogi and Fogf:
275 void Fog{if}(enum pname, T param);
278 If <pname> is FOG_MODE, then <param> must be, or <param> must
283 FOG_COORDINATE_SOURCE_EXT, then <param> is or <params> points to
286 FOG_DENSITY, FOG_START, or FOG_END, then <param> is or <params>
/third_party/parse5/packages/parse5/lib/common/
H A Dhtml.ts130 PARAM = 'param',
302 PARAM,
453 [TAG_NAMES.PARAM, TAG_ID.PARAM],
578 $.PARAM,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
H A DEXT_fog_coord.txt103 Accepted by the <param> parameter of Fogi and Fogf:
275 void Fog{if}(enum pname, T param);
278 If <pname> is FOG_MODE, then <param> must be, or <param> must
283 FOG_COORDINATE_SOURCE_EXT, then <param> is or <params> points to
286 FOG_DENSITY, FOG_START, or FOG_END, then <param> is or <params>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h425 /// @param Name The name of the symbol to search for.
426 /// @param ExportedSymbolsOnly If true, search only for exported symbols.
440 /// @param K The VModuleKey for the object to search in.
441 /// @param Name The name of the symbol to search for.
442 /// @param ExportedSymbolsOnly If true, search only for exported symbols.
461 /// @param K VModuleKey for object to emit/finalize.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h160 /// \param Layout The layout to use for evaluation.
161 /// \param Fixup The fixup to evaluate.
162 /// \param DF The fragment the fixup is inside.
163 /// \param Target [out] On return, the relocatable expression the fixup
165 /// \param Value [out] On return, the value of the fixup as currently laid
167 /// \param WasForced [out] On return, the value in the fixup is set to the
H A DMCSymbol.h338 /// \param Size - The size of the symbol.
339 /// \param Align - The alignment of the symbol.
340 /// \param Target - Is the symbol a target-specific common-like symbol.
362 /// \param Size - The size of the symbol.
363 /// \param Align - The alignment of the symbol.
364 /// \param Target - Is the symbol a target-specific common-like symbol.
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_intrinsic_texture_test.cc274 auto param = GetParam(); in TEST_P() local
276 param.BuildTextureVariable(this); in TEST_P()
277 param.BuildSamplerVariable(this); in TEST_P()
279 auto* call = Call(param.function, param.args(this)); in TEST_P()
288 auto expected = expected_texture_overload(param.overload); in TEST_P()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-target-lowering-inst-combine-compares-struct-array-clamp-function-cal/
H A D0-opt.spvasm21 OpName %param "param"
73 %param = OpVariable %_ptr_Function_S Function
141 OpStore %param %94
142 %95 = OpFunctionCall %void %func_struct_S_i11_ %param
143 %96 = OpLoad %S %param
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-bubblesort-flag-complex-conditionals/
H A D1.spvasm23 OpName %param "param"
24 OpName %param_0 "param"
84 %param = OpVariable %_ptr_Function_float Function
146 OpStore %param %95
150 %98 = OpFunctionCall %bool %checkSwap_f1_f1_ %param %param_0
/third_party/typescript/tests/baselines/reference/
H A DcheckExportsObjectAssignProperty.types228 >Object.defineProperty(exports, "setonlyAccessor", { /** @param {string} str */ set(str) { this.rwAccessors = Number(str) }}) : typeof import("tests/cases/conformance/jsdoc/mod1")
234 >{ /** @param {string} str */ set(str) { this.rwAccessors = Number(str) }} : { set(str: string): void; }
236 /** @param {string} str */
312 >Object.defineProperty(module.exports, "setonlyAccessor", { /** @param {string} str */ set(str) { this.rwAccessors = Number(str) }}) : typeof module.exports
320 >{ /** @param {string} str */ set(str) { this.rwAccessors = Number(str) }} : { set(str: string): void; }
322 /** @param {string} str */
H A DkeyofAndIndexedAccess2.errors.txt202 function fn<T extends {elements: Array<string>} | {elements: Array<number>}>(param: T, cb: (element: T['elements'][number]) => void) {
203 cb(param.elements[0]);
206 function fn2<T extends Array<string>>(param: T, cb: (element: T[number]) => void) {
207 cb(param[0]);
212 function fn3<T extends ReadonlyArray<string>>(param: T, cb: (element: T[number]) => void) {
213 cb(param[0]);
/third_party/typescript/src/services/
H A DsmartSelection.ts131 * @param sourceFile The source file containing the nodes.
132 * @param pos The position to check.
133 * @param node The candidate node to snap to.
260 * @param children The sibling nodes to split.
261 * @param pivotOn The predicate function to match the node to be the pivot. The first node that matches
263 * @param separateTrailingSemicolon If the last token is a semicolon, it will be returned as a separate
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A DLocation.php107 * @param array $data {
239 * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
273 * @param int[]|\Google\Protobuf\Internal\RepeatedField $var
379 * @param string $var
411 * @param string $var
433 * @param string[]|\Google\Protobuf\Internal\RepeatedField $var
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php88 * @param array $data {
197 * @param bool $var
237 * @param bool $var
279 * @param bool $var
349 * @param bool $var
375 * @param \Google\Protobuf\Internal\UninterpretedOption[]|\Google\Protobuf\Internal\RepeatedField $var

Completed in 27 milliseconds

1...<<341342343344345346347348349350>>...694