Searched refs:height (Results 201 - 206 of 206) sorted by relevance

123456789

/freebsd-10.0-release/sys/dev/drm/
H A Dr600_cp.c2313 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) {
2318 size = tex->height * tex->pitch;
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr600_cp.c2479 if (!radeon_check_offset(dev_priv, tex->offset + tex->height * tex->pitch - 1)) {
2484 size = tex->height * tex->pitch;
H A Dr300.c1041 track->textures[i].height = tmp + 1;
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_display.c1860 * - framebuffer <= 2048 in width, 1536 in height
6475 if (y > (int) crtc->fb->height)
6520 uint32_t width, uint32_t height)
6531 /* if we want to turn off the cursor ignore width and height */
6541 if (width != 64 || height != 64) {
6550 if (obj->base.size < width * height * 4) {
6591 I915_WRITE(CURSIZE, (height << 12) | width);
6608 intel_crtc->cursor_height = height;
6738 mode_cmd.height = mode->vdisplay;
6517 intel_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file, uint32_t handle, uint32_t width, uint32_t height) argument
H A Di915_gem.c954 args->size = args->pitch * args->height;
2021 * tile height. The simplest method for determining this is to reuse
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp2016 // don't take height increments relative to previous height if

Completed in 272 milliseconds

123456789