Home | History | Annotate | Download | only in i915

Lines Matching refs:buffer

109     * Emit a relocation to a buffer.
113 * @reloc buffer address to be inserted into target.
114 * @usage how is the hardware going to use the buffer.
116 * @target buffer where to write the address, null for batchbuffer.
138 * Buffer functions.
142 * Create a buffer.
150 * Create a tiled buffer.
152 * *stride, height are in bytes. The winsys tries to allocate the buffer with
164 * Creates a buffer from a handle.
180 struct i915_winsys_buffer *buffer,
185 * Map a buffer.
188 struct i915_winsys_buffer *buffer,
192 * Unmap a buffer.
195 struct i915_winsys_buffer *buffer);
198 * Write to a buffer.
209 struct i915_winsys_buffer *buffer);
212 * Check if a buffer is busy.
215 struct i915_winsys_buffer *buffer);