Searched refs:tex_desc (Results 1 – 5 of 5) sorted by relevance
44 bool tex_desc);
273 bool tex_desc) in texture_use_int_filter() argument278 if (tex_desc) in texture_use_int_filter()
1570 const struct util_format_description *tex_desc in r600_create_surface() local1575 assert(tex_desc->block.bits == templ_desc->block.bits); in r600_create_surface()1579 if (tex_desc->block.width != templ_desc->block.width || in r600_create_surface()1580 tex_desc->block.height != templ_desc->block.height) { in r600_create_surface()
1939 const struct util_format_description *tex_desc = util_format_description(tex->format); in si_create_surface() local1942 assert(tex_desc->block.bits == templ_desc->block.bits); in si_create_surface()1946 if (tex_desc->block.width != templ_desc->block.width || in si_create_surface()1947 tex_desc->block.height != templ_desc->block.height) { in si_create_surface()
3233 - etnaviv: tex_desc: fix TS compression enable