Home
last modified time | relevance | path

Searched full:param (Results 7401 - 7425 of 14201) sorted by relevance

1...<<291292293294295296297298299300>>...569

/third_party/skia/gm/verifiers/
H A Dgmverifier.h85 * @param gold Bitmap containing the "correct" image.
86 * @param actual Bitmap containing rendered output of a GM.
94 * @param actual Bitmap containing rendered output of a GM.
/third_party/spirv-tools/test/diff/diff_files/
H A Ddifferent_decorations_vertex_dst.spvasm35 OpName %42 "param"
36 OpName %50 "param"
37 OpName %53 "param"
H A Ddifferent_decorations_vertex_src.spvasm41 OpName %42 "param"
42 OpName %50 "param"
43 OpName %53 "param"
/third_party/spirv-tools/test/
H A Dtext_to_binary.device_side_enqueue_test.cpp44 " %wait_events %ret_event %invoke %param %param_size %param_align " + in TEST_P()
85 " %wait_events %ret_event %invoke %param %param_size"), in TEST_F()
94 " %wait_events %ret_event %invoke %param %param_size 42"), in TEST_F()
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolHeap.h38 * \param TYPENAME Type name of the declared heap.
39 * \param VALUETYPE Type of the value contained in the heap.
40 * \param CMPFUNC Comparison function of two elements returning (-1, 0, +1).
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextFactory.hpp60 * \param config Rendering context configuration
61 * \param cmdLine Command line for extra arguments
62 * \param sharedContext Context with which objects should be shared
H A DgluContextInfo.hpp83 virtual int getInt (int param) const;
84 virtual bool getBool (int param) const;
85 virtual const char* getString (int param) const;
/third_party/ffmpeg/libavcodec/
H A Dav1dec.c172 int32_t *param = &s->cur_frame.gm_params[idx][0]; in get_shear_params_valid() local
173 if (param[2] <= 0) in get_shear_params_valid()
176 alpha = av_clip_int16(param[2] - (1 << AV1_WARPEDMODEL_PREC_BITS)); in get_shear_params_valid()
177 beta = av_clip_int16(param[3]); in get_shear_params_valid()
178 divf = resolve_divisor(abs(param[2]), &divs); in get_shear_params_valid()
179 v = (int64_t)param[4] * (1 << AV1_WARPEDMODEL_PREC_BITS); in get_shear_params_valid()
180 w = (int64_t)param[3] * param[4]; in get_shear_params_valid()
182 delta = av_clip_int16(param[5] - (int)round_two_signed((w * divf), divs) - (1 << AV1_WARPEDMODEL_PREC_BITS)); in get_shear_params_valid()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c346 * \param data->stencilVals the stencil values from the stencil buffer
347 * \param func the stencil func (PIPE_FUNC_x)
348 * \param ref the stencil reference value
349 * \param valMask the stencil value mask indicating which bits of the stencil
429 * \param data->stencilVals the stencil buffer values (read and written)
430 * \param mask indicates which pixels to update
431 * \param op the stencil operator (PIPE_STENCIL_OP_x)
432 * \param ref the stencil reference value
433 * \param wrtMask writemask controlling which bits are changed in the
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
H A Dindex.d.ts16 * @param exitCode - suggested exit code which could be used with process.exit
17 * @param code - an id string representing the error
18 * @param message - human-readable description of the error
27 * @param message - explanation of why argument is invalid
316 * @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
317 * @param opts - configuration options
334 * @param nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
335 * @param description - description of executable command
336 * @param opts - configuration options
/third_party/mesa3d/src/mesa/main/
H A Dtransformfeedback.c1347 _mesa_GetTransformFeedbackiv(GLuint xfb, GLenum pname, GLint *param) in _mesa_GetTransformFeedbackiv() argument
1360 *param = obj->Paused; in _mesa_GetTransformFeedbackiv()
1363 *param = obj->Active; in _mesa_GetTransformFeedbackiv()
1373 GLint *param) in _mesa_GetTransformFeedbacki_v()
1392 *param = obj->BufferNames[index]; in _mesa_GetTransformFeedbacki_v()
1402 GLint64 *param) in _mesa_GetTransformFeedbacki64_v()
1435 *param = 0; in _mesa_GetTransformFeedbacki64_v()
1443 *param = obj->Offset[index]; in _mesa_GetTransformFeedbacki64_v()
1447 *param = obj->Size[index]; in _mesa_GetTransformFeedbacki64_v()
1372 _mesa_GetTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param) _mesa_GetTransformFeedbacki_v() argument
1401 _mesa_GetTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param) _mesa_GetTransformFeedbacki64_v() argument
H A Darrayobj.c986 * \param n Number of array objects to delete.
987 * \param ids Array of \c n array object IDs.
1055 * \param n Number of IDs to generate.
1056 * \param arrays Array of \c n locations to store the IDs.
1057 * \param create Indicates that the objects should also be created.
1058 * \param func The name of the GL entry point.
1145 * \param id ID of the potential array object.
1231 _mesa_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint *param) in _mesa_GetVertexArrayiv() argument
1260 param[0] = vao->IndexBufferObj ? vao->IndexBufferObj->Name : 0; in _mesa_GetVertexArrayiv()
H A Dqueryobj.c94 * index param so it should be useless; but radeonsi needs it in some cases, in target_to_index()
1169 GLint *param = (GLint *)offset; in get_query_object() local
1171 *param = 0x7fffffff; in get_query_object()
1173 *param = value; in get_query_object()
1177 GLuint *param = (GLuint *)offset; in get_query_object() local
1179 *param = 0xffffffff; in get_query_object()
1181 *param = value; in get_query_object()
1186 GLuint64EXT *param = (GLuint64EXT *)offset; in get_query_object() local
1187 *param = value; in get_query_object()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c90 * @param pattern printf style pattern
91 * @param ap vprintf style arg list
99 * @param pattern printf pattern
105 * @param pattern printf pattern
296 * @param deltaTime change in time
324 * @param root root of the subtree to operate on
325 * @param depth The depth of this tree (0=root)
326 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
327 * @param mode what mode we are operating in.
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c719 agx_get_param(struct pipe_screen* pscreen, enum pipe_cap param) in agx_get_param() argument
723 switch (param) { in agx_get_param()
860 return u_pipe_screen_get_param_defaults(pscreen, param); in agx_get_param()
866 enum pipe_capf param) in agx_get_paramf()
868 switch (param) { in agx_get_paramf()
899 debug_printf("Unexpected PIPE_CAPF %d query\n", param); in agx_get_paramf()
907 enum pipe_shader_cap param) in agx_get_shader_param()
917 switch (param) { in agx_get_shader_param()
1001 enum pipe_compute_cap param, in agx_get_compute_param()
865 agx_get_paramf(struct pipe_screen* pscreen, enum pipe_capf param) agx_get_paramf() argument
905 agx_get_shader_param(struct pipe_screen* pscreen, enum pipe_shader_type shader, enum pipe_shader_cap param) agx_get_shader_param() argument
999 agx_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, enum pipe_compute_cap param, void *ret) agx_get_compute_param() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp91 * @param context CTS context handle.
301 * @param context Rendering context handle.
399 * @param context CTS context handle.
494 * @param context CTS context handle.
635 * @param context CTS context handle.
760 * @param context CTS context handle.
886 * @param context CTS context handle.
1024 * @param context CTS context handle.
1106 * @param context CTS context handle.
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c89 * @param pattern printf style pattern
90 * @param ap vprintf style arg list
98 * @param pattern printf pattern
104 * @param pattern printf pattern
294 * @param deltaTime change in time
322 * @param root root of the subtree to operate on
323 * @param depth The depth of this tree (0=root)
324 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
325 * @param mode what mode we are operating in.
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_call_log_wrapper.py361 return ", ".join(glwPrefix(param.declaration) for param in command.params)
395 for paramNdx, param in enumerate(command.params):
400 callPrintItems.append(logSpec.argInPrints[paramNdx](param.name))
402 callPrintItems.append(getVarDefaultPrint(param.type, param.name))
423 for paramNdx, param in enumerate(command.params):
425 printouts += "\t\tm_log << TestLog::Message << \"// %s = \" << %s << TestLog::EndMessage;\n" % (param.name, logSpec.argOutPrints[paramNdx](param.name))
/applications/standard/app_samples/code/BasicFeature/Notification/CustomNotificationBadge/notification/src/main/ets/notification/
H A DNotificationUtil.ets39 * @param notificationRequest
40 * @param id, Support specifying notification id when publishing notifications
/applications/standard/app_samples/code/Performance/PerformanceLibrary/feature/ThreadDataTransfer/src/main/ets/utils/
H A DLoggerUtils.ets30 * @param Prefix Identifies the log tag.
31 * @param domain Domain Indicates the service domain, which is a hexadecimal integer ranging from 0x0 to 0xFFFFF.
/applications/standard/app_samples/code/SuperFeature/Widget/FormGame/entry/src/main/cpp/
H A Dnative_module.cpp25 * @param[in] env The environment that the Node-API call is invoked under
26 * @param[in] exports An empty object via the exports parameter as a convenience
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/ComponentCollection/entry/src/main/ets/pages/components/navigation/navigationSample/
H A DNavigationRouter.ets33 routerMap(routerName: string, param: Object) {
34 RouterModule.getBuilder(routerName).builder(param);
/applications/standard/launcher/feature/form/src/main/ets/default/datasource/
H A DBaseDataSource.ts70 * @param dataSourceList 数据源的数据
71 * @param allDataMap 所有数据集合
/applications/standard/printspooler/feature/ippPrint/src/main/ets/common/napi/
H A DLocalPrinterCapabilities.ts26 * @param printerCapability
72 * @param array
/applications/standard/security_privacy_center/CertManager/src/main/ets/pages/picker/
H A DCaCertPage.ets33 selected: (path, param) => {
40 this.stack?.pushPath(new NavPathInfo(path, param));

Completed in 60 milliseconds

1...<<291292293294295296297298299300>>...569