Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1641 unsigned hwformat; in r300_create_sampler_view_custom() local
1656 hwformat = r300_translate_texformat(templ->format, in r300_create_sampler_view_custom()
1661 if (hwformat == ~0) { in r300_create_sampler_view_custom()
1665 assert(hwformat != ~0); in r300_create_sampler_view_custom()
1671 view->format.format1 |= hwformat; in r300_create_sampler_view_custom()