Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c363 unsigned int newswz; in constant_folding() local
376 newswz = RC_SWIZZLE_ZERO; in constant_folding()
378 newswz = RC_SWIZZLE_ONE; in constant_folding()
380 newswz = RC_SWIZZLE_HALF; in constant_folding()
386 SET_SWZ(newsrc.Swizzle, chan, newswz); in constant_folding()