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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 116 bool bind_scanout; member in struct:ilo_image_info
ilo_image.c 153 if (unlikely(info->bind_scanout))
942 info->bind_scanout ||
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 215 info->bind_scanout = (templ->bind & PIPE_BIND_SCANOUT);
461 if (!info->bind_scanout)
462 info->bind_scanout = (templ->usage & PIPE_BIND_RENDER_TARGET);

Completed in 69 milliseconds