Home | History | Annotate | Download | only in i965

Lines Matching refs:ss2

185        surf->ss2.width >= 8192) {
207 uint32_t height = surf->ss2.height + 1;
274 surf->ss2.width = w & 0x7f; /* bits 6:0 of size or width */
275 surf->ss2.height = (w >> 7) & 0x1fff; /* bits 19:7 of size or width */
280 surf->ss2.width = 0;
281 surf->ss2.height = 0;
354 surf->ss2.width = width - 1;
355 surf->ss2.height = height - 1;
425 surf->ss2.width = w & 0x7f; /* bits 6:0 of size or width */
426 surf->ss2.height = (w >> 7) & 0x1fff; /* bits 19:7 of size or width */
483 surf->ss2.width = fb->Width - 1;
484 surf->ss2.height = fb->Height - 1;
564 surf->ss2.width = rb->Width - 1;
565 surf->ss2.height = rb->Height - 1;