Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp67 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
H A DSpvBuilder.cpp1265 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
1276 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
1278 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
3176 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
H A DSpvBuilder.h256 Op getMostBasicTypeClass(Id typeId) const;

Completed in 9 milliseconds