Searched refs:cbdata (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/ |
D | gpu_profiling.cc | 362 void GPUProfiler::EventHandleProcess(CUpti_CallbackId cbid, const CUpti_CallbackData *cbdata, in EventHandleProcess() argument 366 CuptiGetDeviceId(cbdata->context, &device_id); in EventHandleProcess() 367 event.kernel_name = cbdata->symbolName ? GetKernelFunc(cbdata->symbolName) : cbdata->functionName; in EventHandleProcess() 375 event.correlation_id = cbdata->correlationId; in EventHandleProcess() 377 event.context_id = cbdata->contextUid; in EventHandleProcess() 378 event.stream_id = GetStreamID(cbdata->context, stream_); in EventHandleProcess()
|
D | gpu_profiling.h | 126 …void EventHandleProcess(CUpti_CallbackId cbid, const CUpti_CallbackData *cbdata, const std::string…
|
/third_party/mesa3d/src/freedreno/isa/ |
D | isa.h | 69 void *cbdata; member
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | decode.c | 566 options->field_cb(options->cbdata, field_name, &(struct isa_decode_value){ in display_field() 589 options->field_cb(options->cbdata, field_name, &(struct isa_decode_value){ in display_field() 721 state->options->instr_cb(state->options->cbdata, in decode() 728 state->options->instr_cb(state->options->cbdata, state->n, instr.bitset); in decode()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gsthdv1394src.c | 291 unsigned int dropped, void *cbdata) in gst_hdv1394src_iec61883_receive() argument 293 GstHDV1394Src *dv1394src = GST_HDV1394SRC (cbdata); in gst_hdv1394src_iec61883_receive()
|
D | gstdv1394src.c | 421 int complete, void *cbdata) in gst_dv1394src_iec61883_receive() argument 423 GstDV1394Src *dv1394src = GST_DV1394SRC (cbdata); in gst_dv1394src_iec61883_receive()
|
/third_party/node/src/ |
D | js_native_api_v8.cc | 250 v8::Local<v8::Value> cbdata = v8::External::New(env->isolate, bundle); in New() local 251 Reference::New(env, cbdata, 0, true, Delete, bundle, nullptr); in New() 252 return cbdata; in New() 339 v8::Local<v8::Value> cbdata = v8impl::CallbackBundle::New(env, cb, cb_data); in NewFunction() local 340 RETURN_STATUS_IF_FALSE(env, !cbdata.IsEmpty(), napi_generic_failure); in NewFunction() 343 v8::Function::New(env->context(), Invoke, cbdata); in NewFunction() 355 v8::Local<v8::Value> cbdata = v8impl::CallbackBundle::New(env, cb, cb_data); in NewTemplate() local 356 RETURN_STATUS_IF_FALSE(env, !cbdata.IsEmpty(), napi_generic_failure); in NewTemplate() 358 *result = v8::FunctionTemplate::New(env->isolate, Invoke, cbdata, sig); in NewTemplate()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 546 decode_options.cbdata = &ctx; in disasm_a3xx_stat()
|