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*/
365 /* block until the GPU has executed past a given timestamp
369 unsigned int timestamp;
378 unsigned int timestamp;
390 * timestamp is a returned counter value which can be passed to
401 unsigned int timestamp; /*output param */
408 /* read the most recently executed timestamp value
413 unsigned int timestamp; /*output param */
422 /* free memory when the GPU reaches a given timestamp.
430 unsigned int timestamp;
482 unsigned int timestamp; /*output param */
492 unsigned int timestamp;
633 * A timestamp event allows the user space to register an action following an
634 * expired timestamp. Note IOCTL_KGSL_TIMESTAMP_EVENT has been redefined to
640 unsigned int timestamp; /* Timestamp to trigger event on */
641 unsigned int context_id; /* Context for the timestamp */
649 /* A genlock timestamp event releases an existing lock on timestamp expire */
657 /* A fence timestamp event releases an existing lock on timestamp expire */
921 * @timestamp: GPU timestamp
923 * This structure defines a syncpoint comprising a context/timestamp pair. A
930 unsigned int timestamp;
970 * @timestamp: On entry the a user defined timestamp, on exist the timestamp
988 unsigned int timestamp;