Lines Matching defs:obj
530 struct intel_perf_query_object *obj =
533 if (!obj)
536 obj->queryinfo = query;
539 return obj;
685 struct intel_perf_query_object *obj)
697 perf_ctx->unaccumulated[perf_ctx->unaccumulated_elements++] = obj;
706 struct intel_perf_query_object *obj,
710 const struct intel_perf_query_info *query = obj->queryinfo;
718 perf->vtbl.store_register_mem(ctx->ctx, obj->pipeline_stats.bo,
1627 struct intel_perf_query_object *obj,
1630 switch (obj->queryinfo->kind) {
1634 obj->oa.bo ? "yes," : "no,",
1635 intel_perf_is_query_ready(ctx, obj, current_batch) ? "ready," : "not ready,",
1636 obj->oa.results_accumulated ? "accumulated" : "not accumulated");
1640 obj->pipeline_stats.bo ? "yes" : "no");