Home
last modified time | relevance | path

Searched defs:functionName (Results 51 - 75 of 89) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiVersionCheck.cpp410 void reportFail (tcu::TestLog& log, const char* const functionName, const char* const firstParamName, const char* const secondParamName, deBool shouldBeNonNull, deUint32& failsQuantity) in reportFail() argument
459 const char* functionName = testsArr[ndx].first; in mixupAddressProcCheck() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.cpp494 const TString &functionName = mSSBOFunctionHLSL->registerShaderStorageBlockFunction( in traverseSSBOAccess() local
498 out << functionName; in traverseSSBOAccess() local
H A DOutputGLSLBase.cpp153 out << functionName; in writeFunctionTriplet() local
917 ImmutableString functionName = node->getFunction()->name(); in visitAggregate() local
140 writeFunctionTriplet(Visit visit, const ImmutableString &functionName, bool useEmulatedFunction) writeFunctionTriplet() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp185 std::string functionName = GetIndexFunctionName(type, write); in GetIndexFunctionDefinition() local
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp306 String PipelineStageCodeGenerator::functionName(const FunctionDeclaration& decl) { in functionName() function in SkSL::PipelineStage::PipelineStageCodeGenerator
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp703 const char* functionName = function == (int)PrimitiveRestartCase::FUNCTION_DRAW_ELEMENTS ? "draw_elements" in init() local
H A Des3fInstancedRenderingTests.cpp628 const char* functionName = function == (int)InstancedRenderingCase::FUNCTION_DRAW_ARRAYS_INSTANCED ? "draw_arrays_instanced" in init() local
H A Des3fShaderCommonFunctionTests.cpp1596 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp137 std::string functionName = methodName + "(" + std::to_string(GetMethodId().GetOffset()) + ")"; in ProcessToJson() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp697 auto functionName = GetEntrypointInternalName(eid); in GetEntrypointCallee() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp251 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType type) in AddRunningState() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp892 const std::string &functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
H A Dheap_snapshot.h301 std::string functionName = ""; member
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc677 String16 functionName = in monitorFunctionCallback() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp414 void reportFail (tcu::TestLog& log, const char* const functionName, const char* const firstParamName, const char* const secondParamName, deBool shouldBeNonNull, deUint32& failsQuantity) in reportFail() argument
463 const char* functionName = testsArr[ndx].first; in mixupAddressProcCheck() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument
H A DvktShaderIntegerFunctionTests.cpp221 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) in addFunctionCases() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1074 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) in addFunctionCases() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument
H A DvktShaderIntegerFunctionTests.cpp221 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) in addFunctionCases() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c225 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) TNC_TNCC_BindFunction() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c288 TNC_TNCS_BindFunction( TNC_IMVID imvID, char *functionName, void **pOutFunctionPointer) TNC_TNCS_BindFunction() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c225 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) TNC_TNCC_BindFunction() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dtncs.c288 TNC_TNCS_BindFunction( TNC_IMVID imvID, char *functionName, void **pOutFunctionPointer) TNC_TNCS_BindFunction() argument
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp286 auto functionName = value->GetAsScalar()->GetValue<std::string>(); in CheckValueMethodCase() local
620 auto functionName = GetMethodSignatureFromProgram(record.name + "." + name, program); in CreateAnnotationItem() local

Completed in 44 milliseconds

1234