Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3531 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate()
3625 …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()