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.h1104 uint16_t constantSource : 2; // constant source to apply member
Dbinner.cpp188 switch ((SWR_CONSTANT_SOURCE)backendState.swizzleMap[i].constantSource) in ProcessAttributes()
193 constantValue = constTable[backendState.swizzleMap[i].constantSource][comp]; in ProcessAttributes()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2044 backendState.swizzleMap[ctx->vs->info.base.num_outputs - 1].constantSource = in swr_update_derived()