Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h987 uint16_t constantSource : 2; // constant source to apply member
Dbinner.cpp273 switch ((SWR_CONSTANT_SOURCE)backendState.swizzleMap[i].constantSource) in ProcessAttributes()
278 constantValue = constTable[backendState.swizzleMap[i].constantSource][comp]; in ProcessAttributes()