Lines Matching defs:data
69 * extend the struct and have userspace pass in more data. Another option,
89 * surface data and the coherency for this data wrt. CPU vs. GPU accesses.
698 /** Length of data to read */
701 * Pointer to write the data into.
714 /** Length of data to write */
717 * Pointer to read the data from.
731 * Length of data to map.
737 * Returned pointer the data was mapped at.
1200 * GPU access is coherent with cpu caches and furthermore the data is cached in
1723 * Enable data capture for a stream that was either opened in a disabled state
1730 * It's undefined whether any pending data for the stream will be lost.
1735 * Disable data capture for a stream.
1758 * DRM_I915_PERF_SAMPLE_xyz_PROP request the inclusion of 'xyz' data in
1762 * affect on the ordering of data within a sample. The order is
1817 * data to be written at the data_ptr pointer. The kernel sets this
1830 * value of length matches the length of the data to be written by the
1853 * data: contains the 3 pieces of information :
1859 * (data[X / 8] >> (X % 8)) & 1
1865 * (data[subslice_offset +
1873 * (data[eu_offset +
1888 * Offset in data[] at which the subslice masks are stored.
1899 * Offset in data[] at which the EU masks are stored.
1908 __u8 data[];