Searched refs:templ_desc (Results 1 – 2 of 2) sorted by relevance
1558 const struct util_format_description *templ_desc in r600_create_surface() local1561 assert(tex_desc->block.bits == templ_desc->block.bits); in r600_create_surface()1565 if (tex_desc->block.width != templ_desc->block.width || in r600_create_surface()1566 tex_desc->block.height != templ_desc->block.height) { in r600_create_surface()1570 width = nblks_x * templ_desc->block.width; in r600_create_surface()1571 height = nblks_y * templ_desc->block.height; in r600_create_surface()
2030 const struct util_format_description *templ_desc in r600_create_surface() local2033 assert(tex_desc->block.bits == templ_desc->block.bits); in r600_create_surface()2037 if (tex_desc->block.width != templ_desc->block.width || in r600_create_surface()2038 tex_desc->block.height != templ_desc->block.height) { in r600_create_surface()2042 width = nblks_x * templ_desc->block.width; in r600_create_surface()2043 height = nblks_y * templ_desc->block.height; in r600_create_surface()