Searched refs:TIMESTAMP_BITS (Results 1 – 7 of 7) sorted by relevance
56 #define TIMESTAMP_BITS 36 macro
302 return (1ULL << TIMESTAMP_BITS) + time1 - time0; in crocus_raw_timestamp_delta()329 q->result &= (1ull << TIMESTAMP_BITS) - 1; in calculate_result_on_cpu()334 q->result &= (1ull << TIMESTAMP_BITS) - 1; in calculate_result_on_cpu()
622 result &= (1ull << TIMESTAMP_BITS) - 1; in crocus_get_timestamp()
274 return (1ULL << TIMESTAMP_BITS) + time1 - time0; in iris_raw_timestamp_delta()301 q->result &= (1ull << TIMESTAMP_BITS) - 1; in calculate_result_on_cpu()306 q->result &= (1ull << TIMESTAMP_BITS) - 1; in calculate_result_on_cpu()
623 result &= (1ull << TIMESTAMP_BITS) - 1; in iris_get_timestamp()
371 #define TIMESTAMP_BITS 36 macro376 return (1ULL << TIMESTAMP_BITS) + time1 - time0; in raw_timestamp_delta()