Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.h51 LP_TEX_LAYOUT_BOTH /**< the tile data is in both modes */ enumerator
Dlp_texture.c864 if (cur_layout == LP_TEX_LAYOUT_BOTH) { in layout_logic()
866 new_layout = LP_TEX_LAYOUT_BOTH; in layout_logic()
875 new_layout = LP_TEX_LAYOUT_BOTH; in layout_logic()
883 assert(new_layout == LP_TEX_LAYOUT_BOTH || in layout_logic()