Searched refs:tex_desc (Results 1 – 1 of 1) sorted by relevance
1794 const struct util_format_description *tex_desc in r600_create_surface() local1799 assert(tex_desc->block.bits == templ_desc->block.bits); in r600_create_surface()1803 if (tex_desc->block.width != templ_desc->block.width || in r600_create_surface()1804 tex_desc->block.height != templ_desc->block.height) { in r600_create_surface()