Home
last modified time | relevance | path

Searched refs:appendMemoryBarrier (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdlist/
H A Dcmdlist_imp.cpp39 return MetricQuery::appendMemoryBarrier(*this); in appendMetricMemoryBarrier()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/metrics/
H A Dmetric.h153 static ze_result_t appendMemoryBarrier(CommandList &commandList);
H A Dmetric_query_imp.cpp894 ze_result_t MetricQuery::appendMemoryBarrier(CommandList &commandList) { in appendMemoryBarrier() function in L0::MetricQuery