cell: allocate batch buffers w/ 16-byte alignment
[mesa.git] / src / gallium / drivers / cell / ppu / cell_batch.h
index f74dd6007915717d9c8611d96306930d60e0f1db..290136031a1001a80c0f9ac43eaff1a17d178c94 100644 (file)
@@ -44,15 +44,8 @@ cell_batch_flush(struct cell_context *cell);
 extern uint
 cell_batch_free_space(const struct cell_context *cell);
 
-extern void
-cell_batch_append(struct cell_context *cell, const void *data, uint bytes);
-
-extern void *
-cell_batch_alloc(struct cell_context *cell, uint bytes);
-
 extern void *
-cell_batch_alloc_aligned(struct cell_context *cell, uint bytes,
-                         uint alignment);
+cell_batch_alloc16(struct cell_context *cell, uint bytes);
 
 extern void
 cell_init_batch_buffers(struct cell_context *cell);