Home
last modified time | relevance | path

Searched refs:cbid (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc174 for (auto cbid : {CUPTI_DRIVER_TRACE_CBID_cuLaunchKernel, in Enable()
184 /*enable=*/1, subscriber_, CUPTI_CB_DOMAIN_DRIVER_API, cbid))); in Enable()
196 CUpti_CallbackId cbid, in CuptiCallback() argument
203 DriverApiEnterCallback(cbid, *data, recorder); in CuptiCallback()
205 DriverApiExitCallback(cbid, *data, recorder); in CuptiCallback()
238 static void DriverApiEnterCallback(CUpti_CallbackId cbid, in DriverApiEnterCallback() argument
241 switch (cbid) { in DriverApiEnterCallback()
289 LOG(ERROR) << "Unexpected callback id: " << cbid; in DriverApiEnterCallback()
293 static void DriverApiExitCallback(CUpti_CallbackId cbid, in DriverApiExitCallback() argument
296 switch (cbid) { in DriverApiExitCallback()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp190 uint32_t cbid = 0; in ContinueBlockIdIfAny() local
194 cbid = merge_ii->GetSingleWordInOperand(kLoopMergeContinueBlockIdInIdx); in ContinueBlockIdIfAny()
197 return cbid; in ContinueBlockIdIfAny()
Dcfg.cpp136 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local
137 if (cbid != 0) { in ComputeStructuredSuccessors()
138 block2structured_succs_[&blk].push_back(block(cbid)); in ComputeStructuredSuccessors()
Dcommon_uniform_elim_pass.cpp300 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local
301 if (cbid != 0) { in ComputeStructuredSuccessors()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.cpp190 uint32_t cbid = 0; in ContinueBlockIdIfAny() local
194 cbid = merge_ii->GetSingleWordInOperand(kLoopMergeContinueBlockIdInIdx); in ContinueBlockIdIfAny()
197 return cbid; in ContinueBlockIdIfAny()
Dcfg.cpp136 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local
137 if (cbid != 0) { in ComputeStructuredSuccessors()
138 block2structured_succs_[&blk].push_back(block(cbid)); in ComputeStructuredSuccessors()
Dcommon_uniform_elim_pass.cpp299 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local
300 if (cbid != 0) { in ComputeStructuredSuccessors()
/external/tensorflow/tensorflow/core/platform/default/gpu/
Dcupti_wrapper.cc108 CUpti_CallbackId cbid) { in EnableCallback() argument
109 return dynload::cuptiEnableCallback(enable, subscriber, domain, cbid); in EnableCallback()
Dcupti_wrapper.h62 CUpti_CallbackId cbid);