Home
last modified time | relevance | path

Searched refs:setShiftBindingForSet (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h471 … GLSLANG_EXPORT void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1824 void TShader::setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set) { in setShiftBindingForSet() function in glslang::TShader
1825 intermediate->setShiftBindingForSet(res, base, set); in setShiftBindingForSet()
Dlocalintermediate.h599 void setShiftBindingForSet(TResourceType res, unsigned int shift, unsigned int set) in setShiftBindingForSet() function
DlinkValidate.cpp253 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
/third_party/glslang/StandAlone/
DStandAlone.cpp1048 shader->setShiftBindingForSet(res, i->second, i->first); in CompileAndLinkShaderUnits()