Home
last modified time | relevance | path

Searched full:param (Results 15451 - 15475 of 22565) sorted by relevance

1...<<611612613614615616617618619620>>...903

/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dmatching_imports_to_exports_test.cpp407 OpName %3 "param" in TEST_F()
428 OpName %2 "param" in TEST_F()
448 OpName %2 "param" in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2_autogen.h391 GLint param);
477 GLfloat param);
487 GLint param);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp416 // List of param indices for which loop indices are used as argument. in validateFunctionCall()
437 const TParameter& param = function->getParam(*i); in validateFunctionCall() local
438 TQualifier qual = param.type->getQualifier(); in validateFunctionCall()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp157 void (GL_APIENTRY *glPixelStorei)(GLenum pname, GLint param);
180 void (GL_APIENTRY *glTexParameterf)(GLenum target, GLenum pname, GLfloat param);
182 void (GL_APIENTRY *glTexParameteri)(GLenum target, GLenum pname, GLint param);
/third_party/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod38 void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param);
120 to I<param>. After this call B<param> should not be used.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dmatching_imports_to_exports_test.cpp407 OpName %3 "param" in TEST_F()
428 OpName %2 "param" in TEST_F()
448 OpName %2 "param" in TEST_F()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h409 GL_APICALL void GL_APIENTRY glPixelStorei (GLenum pname, GLint param);
423 GL_APICALL void GL_APIENTRY glTexParameterf (GLenum target, GLenum pname, GLfloat param);
425 GL_APICALL void GL_APIENTRY glTexParameteri (GLenum target, GLenum pname, GLint param);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_point_sprite.txt217 respectively, then the value of <param> or the value pointed to by
241 void TexEnv{if}(enum target, enum pname, T param)
245 possible values for param are FALSE and TRUE. The default value for
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
H A DOES_point_sprite.txt181 respectively, then the value of <param> or the value pointed
205 void TexEnv{ixf}(enum target, enum pname, T param)
209 possible values for param are FALSE and TRUE. The default value for
H A DOES_texture_border_clamp.txt95 Accepted by the <param> parameter of TexParameteri, TexParameterf,
125 "In the first form of the command, <param> is a value to which to
179 "In the first form of the command, <param> is a value to which to
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
H A DSGIS_texture_lod.txt134 and <param> set to (or <params> pointing to) the desired value. The
166 TEXTURE_MAX_LOD_SGIS, and <param> set to (or <params> pointing to) the
189 TEXTURE_3D_EXT, <pname> set to TEXTURE_MAX_LEVEL_SGIS, and <param> set
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c601 int pa_rtsp_setparameter(pa_rtsp_client *c, const char *param) { in pa_rtsp_setparameter() argument
606 if (!param) in pa_rtsp_setparameter()
610 rv = rtsp_exec(c, "SET_PARAMETER", "text/parameters", param, 1, NULL); in pa_rtsp_setparameter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp174 for (auto &Param : Fn.args()) { in FunctionInfo()
175 if (Param.getType()->isPointerTy()) { in FunctionInfo()
176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo()
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness.cc52 /// @param expr the array, vector or matrix index expression
203 /// @param type intrinsic type
213 /// @param expr the intrinsic call expression
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc460 Param(Sym(), ty.bool_()), in TEST_F()
461 Param(Sym(), ty.bool_()), in TEST_F()
462 Param(Sym(), ty.bool_()), in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc460 Param(Sym(), ty.bool_()), in TEST_F()
461 Param(Sym(), ty.bool_()), in TEST_F()
462 Param(Sym(), ty.bool_()), in TEST_F()
/third_party/skia/third_party/externals/tint/test/bug/tint/
H A D943.spvasm.expected.msl132 int3 param = 0;
138 param = int3(x_115, x_116, x_117);
139 int const x_120 = getOutputFlatIndex_vi3_(&(param), tint_symbol_14);
H A D943.spvasm.expected.wgsl155 var param : vec3<i32>;
161 param = vec3<i32>(x_115, x_116, x_117);
162 let x_120 : i32 = getOutputFlatIndex_vi3_(&(param));
H A D949.wgsl.expected.glsl122 mat3 param = mat3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f);
127 param = x_125;
131 vec3 x_129 = perturbNormalBase_mf33_vf3_f1_(param, param_1, param_2);
H A D949.wgsl.expected.hlsl105 float3x3 param = float3x3(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f);
110 param = x_125;
114 const float3 x_129 = perturbNormalBase_mf33_vf3_f1_(param, param_1, param_2);
H A D949.wgsl.expected.msl144 float3x3 param = float3x3(0.0f);
149 param = x_125;
153 float3 const x_129 = perturbNormalBase_mf33_vf3_f1_(&(param), &(param_1), &(param_2));
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-quicksort-if-false-else-return/
H A D0.wgsl283 var param : i32;
308 param = x_402;
311 swap_i1_i1_(&(param), &(param_1));
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp68 *@param source string to get results for
165 *@param set the source string to iterate against. This allows the same iterator to be used
264 * @param source the string to find permutations for
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMustExecute.h379 /// \param ExploreInterBlock Flag to indicate if instructions in blocks
460 /// \param It The iterator that is used to traverse the must be
462 /// \param PP The program point for which the next instruction
/third_party/typescript/tests/baselines/reference/
H A DassignmentCompatWithCallSignaturesWithRestParameters.types67 a = (x: number) => 1; // ok, rest param corresponds to infinite number of params
130 a2 = (x: number, y: number) => 1; // ok, rest param corresponds to infinite number of params
233 a4 = (x: number, y?: number) => 1; // error, second param has type mismatch

Completed in 35 milliseconds

1...<<611612613614615616617618619620>>...903