Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c57 brw_raw_timestamp_delta(struct brw_context *brw, uint64_t time0, uint64_t time1) in brw_raw_timestamp_delta() function
158 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]); in brw_queryobj_get_results()
Dgen6_queryobj.c237 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]); in gen6_queryobj_get_results()
Dbrw_context.h1313 uint64_t brw_raw_timestamp_delta(struct brw_context *brw,