Searched refs:brw_raw_timestamp_delta (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_queryobj.c | 57 brw_raw_timestamp_delta(struct brw_context *brw, uint64_t time0, uint64_t time1) function in typeref:typename:uint64_t 158 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]);
|
| H A D | gen6_queryobj.c | 238 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]);
|
| H A D | brw_context.h | 1336 uint64_t brw_raw_timestamp_delta(struct brw_context *brw,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_queryobj.c | 57 brw_raw_timestamp_delta(struct brw_context *brw, uint64_t time0, uint64_t time1) function in typeref:typename:uint64_t 158 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]);
|
| H A D | gfx6_queryobj.c | 237 query->Base.Result = brw_raw_timestamp_delta(brw, results[0], results[1]);
|
| H A D | brw_context.h | 1307 uint64_t brw_raw_timestamp_delta(struct brw_context *brw,
|
Completed in 10 milliseconds