Searched refs:samplersOnly (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/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 | 3605 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate() argument 3615 unsigned int registerCount = variable->blockRegisterCount(samplersOnly); in allocate() 3703 …iform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, int blockId, B… in declareUniform() argument 3719 if(isSampler && samplersOnly) in declareUniform() 3726 if(isSampler == samplersOnly) in declareUniform() 3758 …declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, ¤tBlockEnc… in declareUniform() 3786 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform() 3787 …fieldRegisterIndex += samplersOnly ? fieldType.totalSamplerRegisterCount() : fieldType.totalRegist… in declareUniform() 3807 declareUniform(fieldType, uniformName, fieldRegisterIndex, samplersOnly, blockId, encoder); in declareUniform() 3808 …fieldRegisterIndex += samplersOnly ? fieldType.totalSamplerRegisterCount() : fieldType.totalRegist… in declareUniform()
|