Searched refs:samplersOnly (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 314 int allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly = false); 317 …void declareUniform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, …
|
D | intermediate.h | 333 …int blockRegisterCount(bool samplersOnly) const { return samplersOnly ? type.totalSamplerRegisterC… in blockRegisterCount() argument
|
D | OutputASM.cpp | 3607 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate() argument 3617 unsigned int registerCount = variable->blockRegisterCount(samplersOnly); in allocate() 3705 …iform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, int blockId, B… in declareUniform() argument 3721 if(isSampler && samplersOnly) in declareUniform() 3728 if(isSampler == samplersOnly) in declareUniform() 3760 …declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, ¤tBlockEnc… in declareUniform() 3788 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform() 3789 …fieldRegisterIndex += samplersOnly ? fieldType.totalSamplerRegisterCount() : fieldType.totalRegist… in declareUniform() 3809 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform() 3810 …fieldRegisterIndex += samplersOnly ? fieldType.totalSamplerRegisterCount() : fieldType.totalRegist… in declareUniform()
|