Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvPostProcess.cpp68 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
DSpvBuilder.cpp645 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
656 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
658 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
2268 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
DSpvBuilder.h195 Op getMostBasicTypeClass(Id typeId) const;