Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp70 Id basicTypeOp = getMostBasicTypeClass(typeId); in postProcessType()
DSpvBuilder.cpp586 Op Builder::getMostBasicTypeClass(Id typeId) const in getMostBasicTypeClass() function in spv::Builder
597 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
599 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
2063 switch (getMostBasicTypeClass(valueType)) { in createCompositeCompare()
DSpvBuilder.h167 Op getMostBasicTypeClass(Id typeId) const;