Lines Matching refs:grid

25 /* DVS statistics grid dimensions in number of cells.
29 u32 width; /** Width of DVS grid table in cells */
30 u32 height; /** Height of DVS grid table in cells */
34 * grid, coeffieicient and projection.
41 } grid, coef, proj;
45 /* DVS statistics grid
53 u32 width; /** Width of DVS grid table.
54 (= Horizontal number of grid cells
59 u32 aligned_width; /** Stride of each grid line.
60 (= Horizontal number of grid cells
63 u32 height; /** Height of DVS grid table.
64 (= Vertical number of grid cells
69 u32 aligned_height;/** Stride of each grid column.
70 (= Vertical number of grid cells
81 u32 width; /** Width of DVS grid table.
82 (= Horizontal number of grid cells
87 u32 aligned_width; /** Stride of each grid line.
88 (= Horizontal number of grid cells
91 u32 height; /** Height of DVS grid table.
92 (= Vertical number of grid cells
97 u32 aligned_height;/** Stride of each grid column.
98 (= Vertical number of grid cells
125 /* DVS statistics generated by accelerator level grid
130 /** DVS statistics grid width */
132 /** DVS statistics grid height */
139 /* DVS statistics generated by accelerator level grid start
151 /* DVS statistics generated by accelerator level grid end
179 /** DVS statistics level grid configuration */
181 /** DVS statistics level grid start configuration */
183 /** DVS statistics level grid end configuration */
186 /* DVS statistics grid generated by accelerator
192 /** DVS statistics grid configuration (blocks and grids) */
198 /* DVS statistics generated by accelerator default grid info
210 /* Union that holds all types of DVS statistics grid info in
215 /** DVS statistics produced by accelerator grid info */
217 /** DVS (DVS1/DVS2) grid info */