Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1556 const struct util_format_description *tex_desc in r600_create_surface() local
1561 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c2028 const struct util_format_description *tex_desc in r600_create_surface() local
2033 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()