Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp97 SWR_ATTRIB_SWIZZLE attribSwizzle = backendState.swizzleMap[i]; in ProcessAttributes()
185 uint32_t mask = backendState.swizzleMap[i].componentOverrideMask; in ProcessAttributes()
194 switch ((SWR_CONSTANT_SOURCE)backendState.swizzleMap[i].constantSource) in ProcessAttributes()
199 constantValue = constTable[backendState.swizzleMap[i].constantSource][comp]; in ProcessAttributes()
Dstate.h1101 SWR_ATTRIB_SWIZZLE swizzleMap[32]; member
Dclip.h468 … uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot;
Dapi.cpp963 …butes = std::max(pState->state.feNumAttributes, (uint32_t)backendState.swizzleMap[i].sourceAttrib … in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1781 backendState.swizzleMap[i].sourceAttrib = i; in swr_update_derived()
1783 backendState.swizzleMap[ctx->vs->info.base.num_outputs - 1].constantSource = in swr_update_derived()
1785 backendState.swizzleMap[ctx->vs->info.base.num_outputs - 1].componentOverrideMask = 1; in swr_update_derived()