HomeSort by relevance Sort by last modified time
    Searched refs:z_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;
69 assert(!info->z_img == !info->z_vma);
73 if (info->z_img) {
74 assert(info->z_img->tiling == GEN6_TILING_Y);
82 assert(info->z_img &&
83 ilo_image_can_enable_aux(info->z_img, info->level));
95 if (info->z_img && info->s_img && info->z_img != info->s_img) {
96 assert(info->z_img->type == info->s_img->type &
    [all...]
ilo_state_zs.h 41 const struct ilo_image *z_img; member in struct:ilo_state_zs_info
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 797 milliseconds