Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h292 int samplerRegister(TIntermTyped *sampler);
293 int samplerRegister(TIntermSymbol *sampler);
DOutputASM.cpp2581 return samplerRegister(operand); in registerIndex()
2942 int OutputASM::samplerRegister(TIntermTyped *sampler) in samplerRegister() function in glsl::OutputASM
2955 return samplerRegister(symbol); in samplerRegister()
2997 int base = samplerRegister(left); in samplerRegister()
3011 int OutputASM::samplerRegister(TIntermSymbol *sampler) in samplerRegister() function in glsl::OutputASM
3034 return operand && IsSampler(operand->getBasicType()) && samplerRegister(operand) >= 0; in isSamplerRegister()