HomeSort by: relevance | last modified time | path
    Searched defs:hiz_surf (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c 1949 struct isl_surf *hiz_surf)
2042 return isl_surf_init(dev, hiz_surf,
2174 const struct isl_surf *hiz_surf = hiz_or_mcs_surf; local
2177 if (hiz_surf == NULL || hiz_surf->size_B == 0)
2180 assert(hiz_surf->usage & ISL_SURF_USAGE_HIZ_BIT);
2181 assert(hiz_surf->tiling == ISL_TILING_HIZ);
2182 assert(hiz_surf->format == ISL_FORMAT_HIZ);
isl.h 1742 const struct isl_surf *hiz_surf; member in struct:isl_depth_stencil_hiz_emit_info
2327 * @param[out] hiz_surf The HiZ surface to populate on success
2333 struct isl_surf *hiz_surf);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl.h 1417 const struct isl_surf *hiz_surf; member in struct:isl_depth_stencil_hiz_emit_info
1811 struct isl_surf *hiz_surf);

Completed in 14 milliseconds