Home
last modified time | relevance | path

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

/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp367 shader->shader->setShiftBindingForSet(res_type, base, set); in glslang_shader_shift_binding_for_set()
/third_party/glslang/glslang/Public/
DShaderLang.h490 … GLSLANG_EXPORT void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1843 void TShader::setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set) { in setShiftBindingForSet() function in glslang::TShader
1844 intermediate->setShiftBindingForSet(res, base, set); in setShiftBindingForSet()
Dlocalintermediate.h668 void setShiftBindingForSet(TResourceType res, unsigned int shift, unsigned int set) in setShiftBindingForSet() function
DlinkValidate.cpp313 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
/third_party/glslang/StandAlone/
DStandAlone.cpp1336 shader->setShiftBindingForSet(res, i->second, i->first); in CompileAndLinkShaderUnits()