summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bin_queue.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-12-12 20:29:39 +0000
committerKeith Whitwell <keithw@vmware.com>2009-12-12 20:29:39 +0000
commit39dd7108bf6014a8430dffc290e98c7b47432cd3 (patch)
treeb4a7d8f4640ac3e4f07585673cacfd3aefe89270 /src/gallium/drivers/llvmpipe/lp_bin_queue.h
parent314d3cd751448f9ae36126937b3bbf0330542da3 (diff)
llvmpipe: rename queue size to count
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bin_queue.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bin_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bin_queue.h b/src/gallium/drivers/llvmpipe/lp_bin_queue.h
index 8946a54158..1a0f8832db 100644
--- a/src/gallium/drivers/llvmpipe/lp_bin_queue.h
+++ b/src/gallium/drivers/llvmpipe/lp_bin_queue.h
@@ -46,10 +46,10 @@ void
lp_bins_enqueue(struct lp_bins_queue *queue, struct lp_bins *bins);
unsigned
-lp_bins_queue_size(struct lp_bins_queue *queue);
+lp_bins_queue_count(struct lp_bins_queue *queue);
void
-lp_bins_queue_wait_size(struct lp_bins_queue *queue, unsigned size);
+lp_bins_queue_wait_count(struct lp_bins_queue *queue, unsigned size);
#endif /* LP_BIN_QUEUE */