Searched refs:get_time (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_bbox.c15 get_time( void ) function in typeref:typename:long
142 time0 = get_time();
146 time0 = get_time() - time0;
157 time0 = get_time();
161 time0 = get_time() - time0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.h137 double get_time(void);
H A Dbrw_cs.c86 start_time = get_time();
114 (get_time() - start_time) * 1000);
H A Dbrw_gs.c90 start_time = get_time();
112 (get_time() - start_time) * 1000);
H A Dbrw_tes.c69 start_time = get_time();
98 (get_time() - start_time) * 1000);
H A Dbrw_tcs.c106 start_time = get_time();
137 (get_time() - start_time) * 1000);
H A Dbrw_vs.c166 start_time = get_time();
204 (get_time() - start_time) * 1000);
H A Dbrw_wm.c109 start_time = get_time();
150 (get_time() - start_time) * 1000);
H A Dbrw_program.c707 get_time() - brw->shader_time.report_time >= 1.0) {
709 brw->shader_time.report_time = get_time();
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.h129 double get_time(void);
H A Dbrw_cs.c84 start_time = get_time();
122 (get_time() - start_time) * 1000);
H A Dbrw_gs.c128 start_time = get_time();
151 (get_time() - start_time) * 1000);
H A Dbrw_tes.c71 start_time = get_time();
100 (get_time() - start_time) * 1000);
H A Dbrw_tcs.c108 start_time = get_time();
139 (get_time() - start_time) * 1000);
H A Dbrw_vs.c172 start_time = get_time();
217 (get_time() - start_time) * 1000);
H A Dbrw_wm.c111 start_time = get_time();
161 (get_time() - start_time) * 1000);
H A Dbrw_program.c678 get_time() - brw->shader_time.report_time >= 1.0) {
680 brw->shader_time.report_time = get_time();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.h136 #define get_time old_get_time macro
169 double get_time(void);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.h136 #define get_time old_get_time macro
170 double get_time(void);
/xsrc/external/mit/xf86-input-synaptics/dist/tools/
H A Dsyndaemon.c217 get_time(void) function in typeref:typename:double
234 current_time = get_time();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.c42 get_time(void) function in typeref:typename:double
H A Diris_context.h660 double get_time(void);
H A Diris_bufmgr.c811 double elapsed = unlikely(busy) ? -get_time() : 0.0;
816 elapsed += get_time();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c84 get_time(void) function in typeref:typename:double
746 double elapsed = unlikely(busy) ? -get_time() : 0.0;
751 elapsed += get_time();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c115 get_time(void) function in typeref:typename:double
1409 double elapsed = unlikely(busy) ? -get_time() : 0.0;
1414 elapsed += get_time();

Completed in 30 milliseconds

12