Home
last modified time | relevance | path

Searched refs:TResourceType (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h289 void setShiftBinding(TResourceType res, unsigned int shift) in setShiftBinding()
298 unsigned int getShiftBinding(TResourceType res) const { return shiftBinding[res]; } in getShiftBinding()
300 void setShiftBindingForSet(TResourceType res, unsigned int shift, unsigned int set) in setShiftBindingForSet()
315 int getShiftBindingForSet(TResourceType res, unsigned int set) const in getShiftBindingForSet()
320 bool hasShiftBindingForSet(TResourceType res) const { return !shiftBindingForSet[res].empty(); } in hasShiftBindingForSet()
748 static const char* getResourceName(TResourceType);
Diomapper.cpp367 int getBaseBinding(TResourceType res, unsigned int set) const { in getBaseBinding()
750 (intermediate.getShiftBinding(TResourceType(res)) != 0) || in addStage()
751 intermediate.hasShiftBindingForSet(TResourceType(res)); in addStage()
DlinkValidate.cpp239 setShiftBinding((TResourceType)i, unit.shiftBinding[i]); in mergeModes()
244 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
DShaderLang.cpp1738 void TShader::setShiftBinding(TResourceType res, unsigned int base) { in setShiftBinding()
1743 void TShader::setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set) { in setShiftBindingForSet()
DIntermediate.cpp3904 const char* TIntermediate::getResourceName(TResourceType res) in getResourceName()
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h370 enum TResourceType { enum
409 void setShiftBinding(TResourceType res, unsigned int base);
417 void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp305 void ProcessBindingBase(int& argc, char**& argv, glslang::TResourceType res) in ProcessBindingBase()
952 const glslang::TResourceType res = glslang::TResourceType(r); in CompileAndLinkShaderUnits()