Searched refs:setShiftBindingForSet (Results 1 – 5 of 5) sorted by relevance
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 471 … GLSLANG_EXPORT void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1824 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()
|
D | localintermediate.h | 599 void setShiftBindingForSet(TResourceType res, unsigned int shift, unsigned int set) in setShiftBindingForSet() function
|
D | linkValidate.cpp | 253 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1048 shader->setShiftBindingForSet(res, i->second, i->first); in CompileAndLinkShaderUnits()
|