HomeSort by relevance Sort by last modified time
    Searched refs:max_w (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.c 152 uint16_t *max_w, uint16_t *max_h)
160 *max_w = max_size;
165 *max_w = max_size;
169 *max_w = 2048;
174 *max_w = 1;
247 uint16_t w, h, max_w, max_h; local
270 zs_get_gen6_max_extent(dev, info, &max_w, &max_h);
271 assert(w && h && w <= max_w && h <= max_h);
ilo_state_surface.c 516 uint16_t *max_w, uint16_t *max_h)
524 *max_w = max_size;
529 *max_w = max_size;
533 *max_w = 2048;
538 *max_w = 1;
549 uint16_t w, h, max_w, max_h; local
556 surface_get_gen6_image_max_extent(dev, info, &max_w, &max_h);
557 assert(w && h && w <= max_w && h <= max_h);
    [all...]
  /external/pdfium/testing/image_diff/
image_diff.cpp 128 int max_w = std::max(baseline.w(), actual.w()); local
131 *pixels_different += (max_w - w) * h;
133 *pixels_different += (max_h - h) * max_w;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 208 const unsigned max_w = 1024; local
210 unsigned sub_w = w > max_w ? max_w : w;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 580 * \param max_w The maximum width of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 580 * \param max_w The maximum width of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 580 * \param max_w The maximum width of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 580 * \param max_w The maximum width of the window, must be >0
590 int max_w, int max_h);
    [all...]

Completed in 264 milliseconds