Searched refs:temp_ccs_surf (Results 1 – 1 of 1) sorted by relevance
939 struct isl_surf temp_ccs_surf; in create_ccs_buf_for_image() local954 if (!isl_surf_get_ccs_surf(&brw->isl_dev, &mt->surf, &temp_ccs_surf, in create_ccs_buf_for_image()959 assert(temp_ccs_surf.size <= image->bo->size - image->aux_offset); in create_ccs_buf_for_image()979 mt->mcs_buf->surf = temp_ccs_surf; in create_ccs_buf_for_image()1748 struct isl_surf temp_ccs_surf; in intel_miptree_alloc_ccs() local1750 if (!isl_surf_get_ccs_surf(&brw->isl_dev, &mt->surf, &temp_ccs_surf, 0)) in intel_miptree_alloc_ccs()1753 assert(temp_ccs_surf.size && in intel_miptree_alloc_ccs()1754 (temp_ccs_surf.size % temp_ccs_surf.row_pitch == 0)); in intel_miptree_alloc_ccs()1776 &temp_ccs_surf, alloc_flags, mt); in intel_miptree_alloc_ccs()