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.c346 unsigned int newswz; in constant_folding() local
359 newswz = RC_SWIZZLE_ZERO; in constant_folding()
361 newswz = RC_SWIZZLE_ONE; in constant_folding()
363 newswz = RC_SWIZZLE_HALF; in constant_folding()
369 SET_SWZ(newsrc.Swizzle, chan, newswz); in constant_folding()