Lines Matching defs:data
718 * with data), check if the last BO in the cache is
856 * because the data port accesses 2x2 blocks even if the
1593 * data that the GPU is busy using (or, more specifically, that if it
1594 * does write over the data, it acknowledges that rendering is
1771 unsigned long size, const void *data)
1785 pwrite.data_ptr = (uint64_t) (uintptr_t) data;
1793 DBG("%s:%d: Error writing data to buffer %d: (%d %d) %s .\n",
1800 mmap_write(bo, offset, size, data);
1832 unsigned long size, void *data)
1846 pread.data_ptr = (uint64_t) (uintptr_t) data;
1854 DBG("%s:%d: Error reading data from buffer %d: (%d %d) %s .\n",
1861 mmap_read(bo, offset, size, data);
3334 * describing the type of data in various sections of the bo. Each
3343 * Annotations are copied into a private data structure, so caller may