Searched defs:isGlobalVariable (Results 1 - 1 of 1) sorted by relevance
/third_party/glslang/SPIRV/ | ||
H A D | SpvBuilder.h | 316 bool isGlobalVariable(Id resultId) const { return isVariable(resultId) && isGlobalStorage(resultId); } in isGlobalVariable() function in spv::Builder |
Completed in 6 milliseconds