Searched refs:thisVar (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramExecutable.h | 74 sh::ShaderVariable *thisVar = this; in TransformFeedbackVarying() local 75 *thisVar = field; in TransformFeedbackVarying()
|
/third_party/mindspore/patches/ |
D | 0003-add-js-api.patch | 1477 + static int32_t SetTensorData(napi_env env, napi_value thisVar, napi_value argv, 2092 + napi_value thisVar = nullptr; \ 2094 + napi_get_cb_info(env, info, &argc, argv, &thisVar, &data) 2760 + napi_wrap(env, thisVar, reinterpret_cast<void *>(model_napi.get()), MSLiteModelNapi::Finalize,… 2763 + return thisVar; 3793 + if (SetTensorData(env, thisVar, argv[PARAM0], asyncContext.get()) != SUCCESS) { 3834 +int32_t MSLiteModelNapi::SetTensorData(napi_env env, napi_value thisVar, napi_value argv, 3843 + status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&(async_context->lite_model))); 4724 + napi_value thisVar = nullptr; \ 4726 + napi_get_cb_info(env, info, &argc, argv, &thisVar, &data) [all …]
|