Searched refs:swizzleMap (Results 1 – 5 of 5) sorted by relevance
97 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()
1101 SWR_ATTRIB_SWIZZLE swizzleMap[32]; member
468 … uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot;
963 …butes = std::max(pState->state.feNumAttributes, (uint32_t)backendState.swizzleMap[i].sourceAttrib … in SetupPipeline()
1781 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()