Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1085 uint16_t constantSource : 2; // constant source to apply member
Dbinner.cpp194 switch ((SWR_CONSTANT_SOURCE)backendState.swizzleMap[i].constantSource) in ProcessAttributes()
199 constantValue = constTable[backendState.swizzleMap[i].constantSource][comp]; in ProcessAttributes()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1783 backendState.swizzleMap[ctx->vs->info.base.num_outputs - 1].constantSource = in swr_update_derived()