Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp48 if (getAsConstant() != nullptr) in operator ==()
49 return getAsConstant()->getConstArray() == rhs.getAsConstant()->getConstArray(); in operator ==()
/third_party/glslang/glslang/Include/
DSpirvIntrinsics.h103 const TIntermConstantUnion* getAsConstant() const in getAsConstant() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4553 if (typeParam.getAsConstant() != nullptr) { in convertGlslangToSpvType()
4555 auto constant = typeParam.getAsConstant(); in convertGlslangToSpvType()