Searched refs:isSamplerRegister (Results 1 – 2 of 2) sorted by relevance
305 bool isSamplerRegister(TIntermTyped *operand);
709 if(isSamplerRegister(result)) in visitBinary()2815 if(isSamplerRegister(operand)) in registerType()2893 if(isSamplerRegister(operand)) in registerIndex()3452 bool OutputASM::isSamplerRegister(TIntermTyped *operand) in isSamplerRegister() function in glsl::OutputASM