Searched refs:samplerRegister (Results 1 – 2 of 2) sorted by relevance
292 int samplerRegister(TIntermTyped *sampler);293 int samplerRegister(TIntermSymbol *sampler);
2581 return samplerRegister(operand); in registerIndex()2942 int OutputASM::samplerRegister(TIntermTyped *sampler) in samplerRegister() function in glsl::OutputASM2955 return samplerRegister(symbol); in samplerRegister()2997 int base = samplerRegister(left); in samplerRegister()3011 int OutputASM::samplerRegister(TIntermSymbol *sampler) in samplerRegister() function in glsl::OutputASM3034 return operand && IsSampler(operand->getBasicType()) && samplerRegister(operand) >= 0; in isSamplerRegister()