Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h251 bool isVariableOpCode(Op opcode) const { return opcode == OpVariable; } in isVariableOpCode() function
252 bool isVariable(Id resultId) const { return isVariableOpCode(getOpCode(resultId)); } in isVariable()