Home
last modified time | relevance | path

Searched refs:temp_ccs_surf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c1589 struct isl_surf temp_ccs_surf; in intel_miptree_alloc_non_msrt_mcs() local
1595 if (!isl_surf_get_ccs_surf(&brw->isl_dev, &temp_main_surf, &temp_ccs_surf)) in intel_miptree_alloc_non_msrt_mcs()
1598 assert(temp_ccs_surf.size && in intel_miptree_alloc_non_msrt_mcs()
1599 (temp_ccs_surf.size % temp_ccs_surf.row_pitch == 0)); in intel_miptree_alloc_non_msrt_mcs()
1605 buf->size = temp_ccs_surf.size; in intel_miptree_alloc_non_msrt_mcs()
1606 buf->pitch = temp_ccs_surf.row_pitch; in intel_miptree_alloc_non_msrt_mcs()
1607 buf->qpitch = isl_surf_get_array_pitch_sa_rows(&temp_ccs_surf); in intel_miptree_alloc_non_msrt_mcs()