HomeSort by: relevance | last modified time | path
    Searched defs:width_bytes (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 1877 unsigned int width_bytes; local in function:g4x_sprite_check_scaling
1902 width_bytes = ((src_x * cpp) & 63) + src_w * cpp;
1911 if (width_bytes > 4096) {
1913 width_bytes, 4096);

Completed in 74 milliseconds