Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvPostProcess.cpp67 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
DSpvBuilder.cpp1189 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
1200 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
1202 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
3037 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
DSpvBuilder.h249 Op getMostBasicTypeClass(Id typeId) const;