Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/
H A Dradeon_exa_render.c76 static struct formatinfo R100TexFormats[] = { variable
312 for (i = 0; i < sizeof(R100TexFormats) / sizeof(R100TexFormats[0]); i++) { in R100CheckCompositeTexture()
313 if (R100TexFormats[i].fmt == pPict->format) in R100CheckCompositeTexture()
316 if (i == sizeof(R100TexFormats) / sizeof(R100TexFormats[0])) in R100CheckCompositeTexture()
376 for (i = 0; i < sizeof(R100TexFormats) / sizeof(R100TexFormats[0]); i++) in R100TextureSetup()
378 if (R100TexFormats[i].fmt == pPict->format) in R100TextureSetup()
381 txformat = R100TexFormats[i].card_fmt; in R100TextureSetup()