Lines Matching refs:buffer
86 * As stopgap to prevent buffer read overflows, we allocate an extra bit of
108 * Represents the mapped vertex buffer.
221 /** vertex element/index buffer (ex: glDrawElements) */
319 struct tgsi_buffer *buffer;
341 struct tgsi_buffer *buffer;
356 struct tgsi_buffer *buffer;
372 struct tgsi_buffer *buffer;
558 #define DRAW_FLUSH_BACKEND 0x4 /**< Flush the output buffer */
580 * Return index i from the index buffer.
581 * If the index buffer would overflow we return index 0.