Searched refs:zmode (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/util/
H A Dstormdwg.c38 const char *zmode[] = { variable in typeref:typename:const char * []
125 printf("zmode: %s\n", zmode[tmp]);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c3829 enum a6xx_ztest_mode zmode = A6XX_EARLY_Z; local in function:tu6_build_depth_plane_z_mode
3836 zmode = cmd->state.lrz.valid ? A6XX_EARLY_LRZ_LATE_Z : A6XX_LATE_Z;
3840 zmode = A6XX_LATE_Z;
3844 zmode = A6XX_EARLY_Z;
3847 tu_cs_emit(&cs, A6XX_GRAS_SU_DEPTH_PLANE_CNTL_Z_MODE(zmode));
3850 tu_cs_emit(&cs, A6XX_RB_DEPTH_PLANE_CNTL_Z_MODE(zmode));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1441 - turnip: set zmode to A6XX_EARLY_Z if FS forces early fragment test
5031 - turnip: set depth plane control zmode to A6XX_LATE_Z when sample mask is written

Completed in 15 milliseconds