Home
last modified time | relevance | path

Searched refs:EbtSpirvType (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h71 EbtSpirvType, enumerator
DTypes.h1873 bool isSpirvType() const { return getBasicType() == EbtSpirvType; } in isSpirvType()
2099 case EbtSpirvType: return "spirv_type"; in getBasicString()
/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp278 basicType = EbtSpirvType; in setSpirvType()
DSymbolTable.cpp79 case EbtSpirvType: mangledName += "spv-t"; break; in buildMangledName()
DParseHelper.cpp6548 … if (!type.isOpaque() && type.getBasicType() != EbtBlock && type.getBasicType() != EbtSpirvType) in layoutTypeCheck()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4546 case glslang::EbtSpirvType: { in convertGlslangToSpvType()