Home
last modified time | relevance | path

Searched refs:query_obj (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c172 struct intel_perf_query_object *query_obj = NULL; in iris_create_monitor_object() local
209 query_obj = intel_perf_new_query(perf_ctx, group); in iris_create_monitor_object()
210 if (unlikely(!query_obj)) in iris_create_monitor_object()
213 monitor->query = query_obj; in iris_create_monitor_object()
226 free(query_obj); in iris_create_monitor_object()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c332 struct intel_perf_query_object *query_obj = NULL; in crocus_create_monitor_object() local
369 query_obj = intel_perf_new_query(perf_ctx, group); in crocus_create_monitor_object()
370 if (unlikely(!query_obj)) in crocus_create_monitor_object()
373 monitor->query = query_obj; in crocus_create_monitor_object()
386 free(query_obj); in crocus_create_monitor_object()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h227 struct llvmpipe_query *query_obj; member
306 arg.query_obj = pq; in lp_rast_arg_query()
Dlp_rast.c640 struct llvmpipe_query *pq = arg.query_obj; in lp_rast_begin_query()
670 struct llvmpipe_query *pq = arg.query_obj; in lp_rast_end_query()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc359 nlohmann::json query_obj; in ParseTargetJobStatus() local
360 if (!ParseJson(GetJsonValue<std::string>(json_obj, kResult), &query_obj)) { in ParseTargetJobStatus()
363 auto kernel_name = GetJsonValue<std::string>(query_obj, kFusionOpName); in ParseTargetJobStatus()
368 … MS_LOG(DEBUG) << "Job " << GetJsonValue<std::string>(query_obj, kJobType) << " running success."; in ParseTargetJobStatus()
369 std::string build_result = GetJsonValue<std::string>(query_obj, kResult); in ParseTargetJobStatus()