Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h305 bool isSamplerRegister(TIntermTyped *operand);
DOutputASM.cpp709 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