Searched refs:TResourceType (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 289 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);
|
D | iomapper.cpp | 367 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()
|
D | linkValidate.cpp | 239 setShiftBinding((TResourceType)i, unit.shiftBinding[i]); in mergeModes() 244 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
|
D | ShaderLang.cpp | 1738 void TShader::setShiftBinding(TResourceType res, unsigned int base) { in setShiftBinding() 1743 void TShader::setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set) { in setShiftBindingForSet()
|
D | Intermediate.cpp | 3904 const char* TIntermediate::getResourceName(TResourceType res) in getResourceName()
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 370 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/ |
D | StandAlone.cpp | 305 void ProcessBindingBase(int& argc, char**& argv, glslang::TResourceType res) in ProcessBindingBase() 952 const glslang::TResourceType res = glslang::TResourceType(r); in CompileAndLinkShaderUnits()
|