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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.h 49 const struct ilo_vma *hiz_vma; member in struct:ilo_state_zs_info
66 const struct ilo_vma *hiz_vma; member in struct:ilo_state_zs
ilo_state_zs.c 81 if (info->hiz_vma) {
129 if (info->hiz_vma)
254 if (info->hiz_vma) {
407 if (info->hiz_vma || !info->z_img) {
454 if (info->hiz_vma)
627 if (info->z_img && info->hiz_vma)
634 zs->hiz_vma = info->hiz_vma;
670 if (zs->hiz_vma) {
673 zs->hiz_vma = NULL
    [all...]
ilo_builder_3d_bottom.h 796 if (zs->hiz_vma) {
797 ilo_builder_batch_reloc64(builder, pos + 2, zs->hiz_vma->bo,
798 zs->hiz_vma->bo_offset + zs->hiz[1],
807 if (zs->hiz_vma) {
808 ilo_builder_batch_reloc(builder, pos + 2, zs->hiz_vma->bo,
809 zs->hiz_vma->bo_offset + zs->hiz[1],
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 57 milliseconds