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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.c 65 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img;
70 assert(!info->s_img == !info->s_vma);
77 if (info->s_img) {
78 assert(info->s_img->tiling == GEN8_TILING_W);
95 if (info->z_img && info->s_img && info->z_img != info->s_img) {
96 assert(info->z_img->type == info->s_img->type &&
97 info->z_img->height0 == info->s_img->height0 &&
98 info->z_img->depth0 == info->s_img->depth0);
246 const struct ilo_image *img = (info->z_img) ? info->z_img : info->s_img;
    [all...]
ilo_state_zs.h 42 const struct ilo_image *s_img; member in struct:ilo_state_zs_info
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 156 milliseconds