Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DDecodedMux.cpp408 ReplaceVal(MUX_SHADE, MUX_TEXEL0+i, N64Cycle0Alpha, MUX_MASK); in Simplify()
434 if( m_dWords[N64Cycle0Alpha] == m_dWords[N64Cycle1Alpha] ) in Reformat()
519 …if( (i == N64Cycle0RGB || i == N64Cycle0Alpha) && splitType[i+2]!=CM_FMT_TYPE_NOT_USED ) //Cycl… in Reformat()
1043 ReplaceVal((uint8_t)m_dwShadeColorChannelFlag, MUX_SHADE, N64Cycle0Alpha, MUX_MASK); in UseShadeForConstant()
1058 countEnv = Count(MUX_ENV, N64Cycle0Alpha, MUX_MASK) + in UseShadeForConstant()
1063 countPrim = Count(MUX_PRIM, N64Cycle0Alpha, MUX_MASK) + in UseShadeForConstant()
1073 ReplaceVal(MUX_PRIM, MUX_SHADE, N64Cycle0Alpha, MUX_MASK); in UseShadeForConstant()
1082 ReplaceVal(MUX_ENV, MUX_SHADE, N64Cycle0Alpha, MUX_MASK); in UseShadeForConstant()
1091 ReplaceVal(MUX_PRIM, MUX_SHADE, N64Cycle0Alpha, MUX_MASK); in UseShadeForConstant()
1100 ReplaceVal(MUX_ENV, MUX_SHADE, N64Cycle0Alpha, MUX_MASK); in UseShadeForConstant()
H A DDecodedMux.h34 N64Cycle0Alpha = 1, enumerator