Lines Matching full:timestamp
127 driver. The timestamp fields are volatile because they are written by the
147 /* timestamp id*/
149 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
150 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
214 /* block until the GPU has executed past a given timestamp
218 unsigned int timestamp;
227 unsigned int timestamp;
239 * timestamp is a returned counter value which can be passed to
247 unsigned int timestamp; /*output param */
254 /* read the most recently executed timestamp value
259 unsigned int timestamp; /*output param */
268 /* free memory when the GPU reaches a given timestamp.
276 unsigned int timestamp;
328 unsigned int timestamp; /*output param */
338 unsigned int timestamp;
471 * A timestamp event allows the user space to register an action following an
472 * expired timestamp. Note IOCTL_KGSL_TIMESTAMP_EVENT has been redefined to
478 unsigned int timestamp; /* Timestamp to trigger event on */
479 unsigned int context_id; /* Context for the timestamp */
487 /* A genlock timestamp event releases an existing lock on timestamp expire */
495 /* A fence timestamp event releases an existing lock on timestamp expire */