Home
last modified time | relevance | path

Searched defs:samplersOnly (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3605 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate()
3703 …eUniform(const TType &type, const TString &name, int registerIndex, bool samplersOnly, int blockId… in declareUniform()
Dintermediate.h333 …int blockRegisterCount(bool samplersOnly) const { return samplersOnly ? type.totalSamplerRegisterC… in blockRegisterCount()