Lines Matching refs:accumulator
941 uint64_t *accumulator)
943 *accumulator += (uint32_t)(*report1 - *report0);
951 uint64_t *accumulator)
966 *accumulator += delta;
1048 result->accumulator + query->gpu_time_offset); /* timestamp */
1050 result->accumulator + query->gpu_clock_offset); /* clock */
1055 result->accumulator + query->a_offset + i);
1061 result->accumulator + query->a_offset + 32 + i);
1068 result->accumulator + query->b_offset + i);
1074 result->accumulator + query->c_offset + i);
1080 accumulate_uint32(start + 1, end + 1, result->accumulator); /* timestamp */
1084 result->accumulator + query->a_offset + i);
1133 result->accumulator[query->perfcnt_offset + i] = v0 > v1 ?
1206 result->accumulator[query_accumulator_offset(query, field->type, field->index)] = v1 - v0;