Searched refs:cbid (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/platform/default/ |
D | device_tracer.cc | 174 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/ |
D | basic_block.cpp | 190 uint32_t cbid = 0; in ContinueBlockIdIfAny() local 194 cbid = merge_ii->GetSingleWordInOperand(kLoopMergeContinueBlockIdInIdx); in ContinueBlockIdIfAny() 197 return cbid; in ContinueBlockIdIfAny()
|
D | cfg.cpp | 136 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local 137 if (cbid != 0) { in ComputeStructuredSuccessors() 138 block2structured_succs_[&blk].push_back(block(cbid)); in ComputeStructuredSuccessors()
|
D | common_uniform_elim_pass.cpp | 300 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local 301 if (cbid != 0) { in ComputeStructuredSuccessors()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | basic_block.cpp | 190 uint32_t cbid = 0; in ContinueBlockIdIfAny() local 194 cbid = merge_ii->GetSingleWordInOperand(kLoopMergeContinueBlockIdInIdx); in ContinueBlockIdIfAny() 197 return cbid; in ContinueBlockIdIfAny()
|
D | cfg.cpp | 136 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local 137 if (cbid != 0) { in ComputeStructuredSuccessors() 138 block2structured_succs_[&blk].push_back(block(cbid)); in ComputeStructuredSuccessors()
|
D | common_uniform_elim_pass.cpp | 299 uint32_t cbid = blk.ContinueBlockIdIfAny(); in ComputeStructuredSuccessors() local 300 if (cbid != 0) { in ComputeStructuredSuccessors()
|
/external/tensorflow/tensorflow/core/platform/default/gpu/ |
D | cupti_wrapper.cc | 108 CUpti_CallbackId cbid) { in EnableCallback() argument 109 return dynload::cuptiEnableCallback(enable, subscriber, domain, cbid); in EnableCallback()
|
D | cupti_wrapper.h | 62 CUpti_CallbackId cbid);
|