Lines Matching defs:size
62 int (*bo_new_handle)(struct fd_device *dev, uint32_t size,
65 uint32_t size, uint32_t handle);
72 uint32_t size;
112 uint32_t *size, uint32_t flags);
119 struct fd_ringbuffer * (*ringbuffer_new)(struct fd_pipe *pipe, uint32_t size,
138 void (*grow)(struct fd_ringbuffer *ring, uint32_t size);
159 uint32_t size;
177 uint32_t size, uint32_t flags);
215 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
247 VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, 1);