Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DDecodedMux.h120 bool IsUsedInCycle(uint8_t fac, int cycle, CombineChannel channel, uint8_t mask);
122 uint32_t GetCycle(int cycle, CombineChannel channel);
134 virtual void MergeShadeWithConstantsInChannel(CombineChannel channel);
157 void DisplayConstantsWithShade(uint32_t flag,CombineChannel channel);
161 void DisplayConstantsWithShade(uint32_t flag,CombineChannel channel){} in DisplayConstantsWithShade()
164 void LogConstantsWithShade(uint32_t flag,CombineChannel channel, FILE *fp);
H A DCombinerDefs.h102 } CombineChannel; typedef
H A DDecodedMux.cpp245 bool DecodedMux::IsUsedInCycle(uint8_t val, int cycle, CombineChannel channel, uint8_t mask) in IsUsedInCycle()
847 uint32_t DecodedMux::GetCycle(int cycle, CombineChannel channel) in GetCycle()
908 void DecodedMux::MergeShadeWithConstantsInChannel(CombineChannel channel) in MergeShadeWithConstantsInChannel()
1272 void DecodedMux::DisplayConstantsWithShade(uint32_t flag,CombineChannel channel) in DisplayConstantsWithShade()
1338 void DecodedMux::LogConstantsWithShade(uint32_t flag,CombineChannel channel, FILE *fp) in LogConstantsWithShade()