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

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

Completed in 142 milliseconds