Lines Matching defs:height
639 * One-dimensional surfaces are identical to 2D surfaces with height of
1292 union { uint32_t h, height; };
1297 union { uint32_t h, height; };
1303 union { uint32_t h, height; };
1320 * Each format has 3D block extent (width, height, depth). The block extent of
1331 uint8_t bh; /**< Block height, in pixels */
1426 * @invariant height >= 1
1432 * @invariant if 1D then height == 1 and depth == 1 and samples == 1
1441 uint32_t height;
1533 * is given by row_pitch_B * isl_tile_info::physical_extent_B.height.
1535 * For linear images where isl_tile_info::physical_extent_B.height == 1,
2309 isl_extent2d(uint32_t width, uint32_t height)
2314 e.height = height;
2320 isl_extent3d(uint32_t width, uint32_t height, uint32_t depth)
2325 e.height = height;
2332 isl_extent4d(uint32_t width, uint32_t height, uint32_t depth,
2338 e.height = height;