Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/
H A Dradeon_textured_videofuncs.c1100 txfilter = (R300_TX_CLAMP_S(R300_TX_CLAMP_WRAP) | in R300PrepareTexturedVideo()
1101 R300_TX_CLAMP_T(R300_TX_CLAMP_WRAP) | in R300PrepareTexturedVideo()
2544 txfilter = (R300_TX_CLAMP_S(R300_TX_CLAMP_WRAP) | in R500PrepareTexturedVideo()
2545 R300_TX_CLAMP_T(R300_TX_CLAMP_WRAP) | in R500PrepareTexturedVideo()
H A Dradeon_exa_render.c1217 txfilter |= R300_TX_CLAMP_S(R300_TX_CLAMP_WRAP); in R300TextureSetup()
1222 txfilter |= R300_TX_CLAMP_T(R300_TX_CLAMP_WRAP); in R300TextureSetup()
H A Dradeon_reg.h4670 # define R300_TX_CLAMP_WRAP 0 macro