Lines Matching full:container
2 * TILER container manager specification and support functions for TI
57 u16 width, height; /* container dimensions */
76 BASIC TILER CONTAINER MANAGER INTERFACE
86 * width and height fits within container
87 * number of pages is more than the size of the container
95 * Deinitialize tiler container manager.
97 * @param tcm Pointer to container manager.
111 * Reserves a 2D area in the container.
113 * @param tcm Pointer to container manager.
117 * all values may be supported by the container manager,
153 * Reserves a 1D area in the container.
155 * @param tcm Pointer to container manager.
183 * Free a previously reserved area from the container.
209 HELPER FUNCTION FOR ANY TILER CONTAINER MANAGER