Searched refs:EbtSpirvType (Results 1 – 6 of 6) sorted by relevance
71 EbtSpirvType, enumerator
1873 bool isSpirvType() const { return getBasicType() == EbtSpirvType; } in isSpirvType()2099 case EbtSpirvType: return "spirv_type"; in getBasicString()
278 basicType = EbtSpirvType; in setSpirvType()
79 case EbtSpirvType: mangledName += "spv-t"; break; in buildMangledName()
6548 … if (!type.isOpaque() && type.getBasicType() != EbtBlock && type.getBasicType() != EbtSpirvType) in layoutTypeCheck()
4546 case glslang::EbtSpirvType: { in convertGlslangToSpvType()