Lines Matching defs:width
973 /* Line width > 2 is an internal recommendation. */
2938 if ((!state->width || !state->height) && (state->nr_cbufs || state->zsbuf)) {
3605 S_028208_BR_X(state->width) | S_028208_BR_Y(state->height));
4008 unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height,
4080 state[1] = S_00A004_FORMAT(img_format) | S_00A004_WIDTH_LO(width - 1);
4081 state[2] = S_00A008_WIDTH_HI((width - 1) >> 2) | S_00A008_HEIGHT(height - 1) |
4171 S_00A004_WIDTH_LO(width - 1);
4172 fmask_state[2] = S_00A008_WIDTH_HI((width - 1) >> 2) | S_00A008_HEIGHT(height - 1) |
4194 unsigned last_layer, unsigned width, unsigned height,
4340 state[2] = (S_008F18_WIDTH(width - 1) | S_008F18_HEIGHT(height - 1) | S_008F18_PERF_MOD(4));
4490 fmask_state[2] = S_008F18_WIDTH(width - 1) | S_008F18_HEIGHT(height - 1);