Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_zsa.c102 COND(disable_zs && ctx->specs.halti < 5, VIVS_PE_DEPTH_CONFIG_DISABLE_ZS); in etna_zsa_state_create()
Detnaviv_state.c216 …COND(ctx->specs.halti >= 5, VIVS_PE_DEPTH_CONFIG_DISABLE_ZS) /* Needs to be enabled on GC7000, oth… in etna_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Dstate_3d.xml.h817 #define VIVS_PE_DEPTH_CONFIG_DISABLE_ZS 0x01000000 macro