Home
last modified time | relevance | path

Searched defs:argIndex (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/util/
Dtest_utils_unittest_helper.cpp22 for (int argIndex = 1; argIndex < argc; ++argIndex) in main() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLKernel.cpp18 cl_int Kernel::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg()
157 cl_int Kernel::getArgInfo(cl_uint argIndex, in getArgInfo()
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittest_main.cpp53 for (int argIndex = 1; argIndex < argc; ++argIndex) in main() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTestArgs.cpp28 for (int argIndex = 0; argIndex < *argc; argIndex++) in ANGLEProcessPerfTestArgs() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTestArgs.cpp58 for (int argIndex = 0; argIndex < *argc; argIndex++) in ANGLEProcessPerfTestArgs() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp588 void HandleCaseName(const char *caseString, int *argc, int argIndex, char **argv) in HandleCaseName()
603 void DeleteArg(int *argc, int argIndex, char **argv) in DeleteArg()
616 int argIndex = 0; in InitTestHarness() local
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp97 for (int argIndex = 1; argIndex < argc; argIndex++) in SampleApplication() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp150 for (size_t argIndex = 0; argIndex < originalCallArguments.size(); ++argIndex) in CreateMonomorphizedFunctionCallArgs() local
289 for (size_t argIndex = 0; argIndex < callArguments.size(); ++argIndex) in processFunctionCall() local
DRewriteCubeMapSamplersAs2DArray.cpp927 for (size_t argIndex = 2; argIndex < arguments->size(); ++argIndex) in convertBuiltinFunction() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp129 cl_int CLKernelCL::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp735 void HandleCaseName(const char *caseString, int *argc, int argIndex, char **argv) in HandleCaseName()
771 int argIndex = 0; in InitTestHarness() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp188 for (size_t argIndex = 1; argIndex < arguments->size(); ++argIndex) in RewriteBuiltinFunctionCall() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp294 for (int argIndex = 0; argIndex < *argc; ++argIndex) in RunSeparateProcessesForEachConfig() local
1349 for (int argIndex = 1; argIndex < *argc; argIndex++) in ANGLEProcessTestArgs() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java618 int argIndex = IterInternal.getArgIndex(state); in append() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java690 int argIndex = IterInternal.getArgIndex(state); in append() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp959 size_t argIndex = 0; in assembleMatrixFromExpressions() local
1056 size_t argIndex = 0; in getMatrixConstructHelper() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp147 void DeleteArg(int *argc, char **argv, int argIndex) in DeleteArg()
1073 for (int argIndex = 1; argIndex < *argc;) in TestSuite() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp903 for (size_t argIndex = 2; argIndex < arguments->size(); ++argIndex) in convertBuiltinFunction() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp1579 for (int argIndex = 1; argIndex < *argc; argIndex++) in ANGLEProcessTestArgs() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp784 for (size_t argIndex = 0; argIndex < arguments->size(); ++argIndex) in determineAccess() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3429 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods() local
3461 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods() local
3528 … TIntermTyped* argIndex = makeIntegerIndex(argAggregate->getSequence()[1]->getAsTyped()); // index in decomposeStructBufferMethods() local
3647 TIntermTyped* argIndex = makeIntegerIndex(sequence[1]->getAsTyped()); // index in decomposeStructBufferMethods() local
/third_party/mesa3d/include/CL/
Dcl2.hpp5906 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo()
5915 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo()
Dcl.hpp4954 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo()
4963 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.hpp4937 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo()
4946 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo()
Dcl2.hpp5754 cl_int getArgInfo(cl_uint argIndex, cl_kernel_arg_info name, T* param) const in getArgInfo()
5763 getArgInfo(cl_uint argIndex, cl_int* err = NULL) const in getArgInfo()

12