Searched refs:setShiftBindingForSet (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 367 shader->shader->setShiftBindingForSet(res_type, base, set); in glslang_shader_shift_binding_for_set()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 490 … GLSLANG_EXPORT void setShiftBindingForSet(TResourceType res, unsigned int base, unsigned int set);
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1843 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()
|
D | localintermediate.h | 668 void setShiftBindingForSet(TResourceType res, unsigned int shift, unsigned int set) in setShiftBindingForSet() function
|
D | linkValidate.cpp | 313 setShiftBindingForSet((TResourceType)i, it->second, it->first); in mergeModes()
|
/third_party/glslang/StandAlone/ |
D | StandAlone.cpp | 1336 shader->setShiftBindingForSet(res, i->second, i->first); in CompileAndLinkShaderUnits()
|