Searched refs:tex_desc (Results 1 – 2 of 2) sorted by relevance
1556 const struct util_format_description *tex_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()
2028 const struct util_format_description *tex_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()