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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 107 uint32_t prefer_linear_threshold; member in struct:ilo_image_info
ilo_image.c 289 if (estimated_size <= 64 || (info->prefer_linear_threshold &&
290 estimated_size > info->prefer_linear_threshold))
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 208 info->prefer_linear_threshold = dev->aperture_mappable / 4;

Completed in 59 milliseconds