Home
last modified time | relevance | path

Searched refs:getSpirvType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp523 SpirvType SPIRVBuilder::getSpirvType(const TType &type, const SpirvTypeSpec &typeSpec) const in getSpirvType() function in sh::SPIRVBuilder
563 SpirvType spirvType = getSpirvType(type, typeSpec); in getTypeData()
583 SpirvType spirvType = getSpirvType(type, typeSpec); in getTypeDataOverrideTypeSpec()
774 const SpirvType fieldSpirvType = getSpirvType(fieldType, fieldTypeSpec); in declareType()
DBuildSPIRV.h307 SpirvType getSpirvType(const TType &type, const SpirvTypeSpec &typeSpec) const;
DOutputSPIRV.cpp3751 SpirvType imageType = mBuilder.getSpirvType(samplerType, {}); in createImageTextureBuiltIn()
3791 SpirvType drefSpirvType = mBuilder.getSpirvType(*coordinatesType, {}); in createImageTextureBuiltIn()
3928 SpirvType spirvType = mBuilder.getSpirvType(*coordinatesType, {}); in createImageTextureBuiltIn()
4184 SpirvType valueSpirvType = mBuilder.getSpirvType(valueType, {}); in castBasicType()
5945 SpirvType elementType = mBuilder.getSpirvType(type, {}); in visitDeclaration()
/third_party/glslang/glslang/Include/
DTypes.h2783 const TSpirvType& getSpirvType() const { assert(spirvType); return *spirvType; } in getSpirvType() function
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4548 const auto& spirvType = type.getSpirvType(); in convertGlslangToSpvType()