Searched refs:getSpirvType (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BuildSPIRV.cpp | 523 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()
|
D | BuildSPIRV.h | 307 SpirvType getSpirvType(const TType &type, const SpirvTypeSpec &typeSpec) const;
|
D | OutputSPIRV.cpp | 3751 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/ |
D | Types.h | 2783 const TSpirvType& getSpirvType() const { assert(spirvType); return *spirvType; } in getSpirvType() function
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 4548 const auto& spirvType = type.getSpirvType(); in convertGlslangToSpvType()
|