| /third_party/openGLES/extensions/ATI/ |
| H A D | ATI_text_fragment_shader.txt | 1058 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 D | NV_fragment_program_option.txt | 188 ALIAS, ATTRIB, END, OPTION, OUTPUT, PARAM, TEMP, fragment, 1177 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit> 1179 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
|
| H A D | NV_vertex_program2_option.txt | 249 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 D | texcompress_astc.cpp | 1802 * \param src_width in pixels 1803 * \param src_height in pixels 1804 * \param dst_stride in bytes
|
| H A D | uniform_query.cpp | 825 * \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 D | anv_descriptor_set.c | 1349 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 D | index.js | 966 * @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 D | index.js | 938 * @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 D | symlink01.c | 214 #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 D | vktPipelineImageSamplingInstance.cpp | 1046 * \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 D | LiveDebugValues.cpp | 1205 /// \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 D | ELFObjectWriter.cpp | 196 /// \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 D | MCAsmStreamer.cpp | 178 /// @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 D | macro_checker_file.py | 949 # 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 D | writing.adoc | 807 phrasing "`pname{cl}param _is_`" rather than wordier forms such as 808 "`pname{cl}param _specifies_`" or "`The pname{cl}param parameter
|
| H A D | writing.txt | 748 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 D | DeqpTestRunner.java | 206 * @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 D | compiler.py | 480 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 D | CodecTest.cpp | 80 * @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 D | ATI_text_fragment_shader.txt | 1058 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 D | NV_fragment_program_option.txt | 188 ALIAS, ATTRIB, END, OPTION, OUTPUT, PARAM, TEMP, fragment, 1177 <PARAM_singleStmt> ::= "PARAM" <establishName> <paramSingleInit> 1179 <PARAM_multipleStmt> ::= "PARAM" <establishName> "[" <optArraySize> "]"
|
| H A D | NV_vertex_program2_option.txt | 249 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 D | handlers.py | 90 :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 D | MachineInstr.h | 1449 /// @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 D | quickInfoCommentsClassMembers.baseline | 5587 "name": "param", 5761 "name": "param", 5843 "name": "param",
|