Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/radeon/
HDr500_reg.h74 # define R300_ZC_FREE (1 << 1) macro
HDr300.c260 radeon_ring_write(ring, R300_ZC_FLUSH | R300_ZC_FREE); in r300_ring_start()
270 radeon_ring_write(ring, R300_ZC_FLUSH | R300_ZC_FREE); in r300_ring_start()
HDradeon_drv.h848 # define R300_ZC_FREE (1 << 1) macro
1991 OUT_RING(R300_ZC_FLUSH | R300_ZC_FREE); \
/freebsd-11-stable/sys/dev/drm/
HDradeon_drv.h930 # define R300_ZC_FREE (1 << 1) macro
1978 OUT_RING(R300_ZC_FLUSH | R300_ZC_FREE); \
HDr300_cmdbuf.c829 cache_z |= R300_ZC_FREE; in r300_pacify()