Lines Matching full:timestamp
225 driver. The timestamp fields are volatile because they are written by the
245 /* timestamp id*/
247 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
248 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
364 /* block until the GPU has executed past a given timestamp
368 unsigned int timestamp;
377 unsigned int timestamp;
389 * timestamp is a returned counter value which can be passed to
400 unsigned int timestamp; /*output param */
407 /* read the most recently executed timestamp value
412 unsigned int timestamp; /*output param */
421 /* free memory when the GPU reaches a given timestamp.
429 unsigned int timestamp;
481 unsigned int timestamp; /*output param */
491 unsigned int timestamp;
632 * A timestamp event allows the user space to register an action following an
633 * expired timestamp. Note IOCTL_KGSL_TIMESTAMP_EVENT has been redefined to
639 unsigned int timestamp; /* Timestamp to trigger event on */
640 unsigned int context_id; /* Context for the timestamp */
648 /* A genlock timestamp event releases an existing lock on timestamp expire */
656 /* A fence timestamp event releases an existing lock on timestamp expire */
920 * @timestamp: GPU timestamp
922 * This structure defines a syncpoint comprising a context/timestamp pair. A
929 unsigned int timestamp;
969 * @timestamp: On entry the a user defined timestamp, on exist the timestamp
987 unsigned int timestamp;