Lines Matching defs:height
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,
4071 height = 1;
4081 state[2] = S_00A008_WIDTH_HI((width - 1) >> 2) | S_00A008_HEIGHT(height - 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,
4330 height = 1;
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);