Home
last modified time | relevance | path

Searched full:param (Results 14251 - 14275 of 15464) sorted by relevance

1...<<571572573574575576577578579580>>...619

/third_party/openGLES/extensions/ATI/
H A DATI_text_fragment_shader.txt1058 MUL r2, c1, c0; # multiply global param by local param
1059 ADD r0, c2, r0; # add constant param and put result in r0
/third_party/openGLES/extensions/NV/
H A DNV_fragment_program_option.txt188 ALIAS, ATTRIB, END, OPTION, OUTPUT, PARAM, TEMP, fragment,
1177 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit>
1179 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
H A DNV_vertex_program2_option.txt249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
1120 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit>
1122 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp1802 * \param src_width in pixels
1803 * \param src_height in pixels
1804 * \param dst_stride in bytes
H A Duniform_query.cpp825 * \param uni Uniform whose data is to be propagated to driver storage
826 * \param array_index If \c uni is an array, this is the element of
828 * \param count Number of array elements to propagate.
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c1349 const struct brw_image_param *param) in anv_descriptor_set_write_image_param()
1352 for (unsigned i = 0; i < ARRAY_SIZE(param->field); i++) \ in anv_descriptor_set_write_image_param()
1353 param_desc_map[BRW_IMAGE_PARAM_##FIELD##_OFFSET + i] = param->field[i] in anv_descriptor_set_write_image_param()
1348 anv_descriptor_set_write_image_param(uint32_t *param_desc_map, const struct brw_image_param *param) anv_descriptor_set_write_image_param() argument
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js966 * @param cb The callback called with (er, entries). Note that the `er`
967 * param is somewhat extraneous, as all readdir() errors are handled and
969 * @param allowZalgo Boolean indicating that immediately known results should
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js938 * @param cb The callback called with (er, entries). Note that the `er`
939 * param is somewhat extraneous, as all readdir() errors are handled and
941 * @param allowZalgo Boolean indicating that immediately known results should
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c214 #include <sys/param.h>
790 * the PATH_MAX define value in param.h
829 * define value in param.h
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1046 * \param vec scale or bias vector
1047 * \param swz swizzle component mapping, may include ZERO, ONE, or IDENTITY
1048 * \param zeroOrOneValue vector value for component swizzled as ZERO or ONE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp1205 /// \param MI A previously unprocessed DEBUG_VALUE instruction to analyze for
1207 /// \param SeenFragments Map from DILocalVariable to all fragments of that
1209 /// \param OverlappingFragments The overlap map being constructed, from one
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp196 /// \param Asm - The assembler.
197 /// \param SectionIndexMap - Maps a section to its index.
198 /// \param RevGroupMap - Maps a signature symbol to the group section.
H A DMCAsmStreamer.cpp178 /// @param Symbol - The common symbol to emit.
179 /// @param Size - The size of the common symbol.
180 /// @param ByteAlignment - The alignment of the common symbol in bytes.
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py949 # and <param>?
957 self.warning(MessageId.UNKNOWN_MEMBER, ["Could not find member/param named '{}' in {}".format(entity, pname_context),
958 'Known {} member/param names are: {}'.format(
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
H A Dwriting.adoc807 phrasing "`pname{cl}param _is_`" rather than wordier forms such as
808 "`pname{cl}param _specifies_`" or "`The pname{cl}param parameter
H A Dwriting.txt748 phrasing "`pname{cl}param _is_`" rather than wordier forms such as
749 "`pname{cl}param _specifies_`" or "`The pname{cl}param parameter
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java206 * @param abi the ABI to run the test on
1181 * @param pool List of tests to select from
1182 * @param requiredConfig Select only instances with pending requiredConfig, or null to select
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py480 for target, (action, param) in iteritems(frame.symbols.loads):
484 self.writeline("%s = %s(%r)" % (target, self.get_resolve_func(), param))
486 self.writeline("%s = %s" % (target, param))
/third_party/skia/tests/
H A DCodecTest.cpp80 * @param r Reporter to assert that bm's digest matches goodDigest.
81 * @param goodDigest The known good digest to compare to.
82 * @param bm The bitmap to test.
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
H A DATI_text_fragment_shader.txt1058 MUL r2, c1, c0; # multiply global param by local param
1059 ADD r0, c2, r0; # add constant param and put result in r0
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
H A DNV_fragment_program_option.txt188 ALIAS, ATTRIB, END, OPTION, OUTPUT, PARAM, TEMP, fragment,
1177 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit>
1179 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
H A DNV_vertex_program2_option.txt249 MAX, MIN, MOV, MUL, OPTION, OUTPUT, PARAM, POW, RCC, RCP, RET,
1120 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit>
1122 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
/third_party/python/Lib/logging/
H A Dhandlers.py90 :param default_name: The default name for the log file.
107 :param source: The source filename. This is normally the base
109 :param dest: The destination filename. This is normally
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1449 /// @param AA Optional alias analysis, used to compare memory operands.
1450 /// @param Other MachineInstr to check aliasing against.
1451 /// @param UseTBAA Whether to pass TBAA information to alias analysis.
/third_party/typescript/tests/baselines/reference/
H A DquickInfoCommentsClassMembers.baseline5587 "name": "param",
5761 "name": "param",
5843 "name": "param",

Completed in 71 milliseconds

1...<<571572573574575576577578579580>>...619