Searched refs:depth_supertiled (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c209 bool depth_supertiled = (res->layout & ETNA_LAYOUT_BIT_SUPER) != 0; local in function:etna_set_framebuffer_state
213 COND(depth_supertiled, VIVS_PE_DEPTH_CONFIG_SUPER_TILED) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c248 bool depth_supertiled = (res->layout & ETNA_LAYOUT_BIT_SUPER) != 0; local in function:etna_set_framebuffer_state
252 COND(depth_supertiled, VIVS_PE_DEPTH_CONFIG_SUPER_TILED) |

Completed in 3 milliseconds