Lines Matching refs:buffer
107 * Emit a relocation to a buffer.
111 * @reloc buffer address to be inserted into target.
112 * @usage how is the hardware going to use the buffer.
114 * @target buffer where to write the address, null for batchbuffer.
140 * Create a buffer.
147 * Create a tiled buffer.
149 * *stride, height are in bytes. The winsys tries to allocate the buffer with
159 * Creates a buffer from a handle.
173 struct i915_winsys_buffer *buffer,
177 * Map a buffer.
180 struct i915_winsys_buffer *buffer, bool write);
183 * Unmap a buffer.
186 struct i915_winsys_buffer *buffer);
189 * Write to a buffer.
197 struct i915_winsys_buffer *buffer);
200 * Check if a buffer is busy.
203 struct i915_winsys_buffer *buffer);