Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp340 const TType *vec2Type = StaticType::GetTemporary<EbtFloat, EbpHigh, 2>(); in AddBresenhamEmulationVS() local
345 TVariable *ndc = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS()
359 TVariable *windowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS()
373 TVariable *clampedWindowCoords = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationVS()
692 const TType *vec2Type = StaticType::GetTemporary<EbtFloat, EbpHigh, 2>(); in AddBresenhamEmulationFS() local
706 TVariable *p = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
715 TVariable *d = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
722 TVariable *f = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
727 TVariable *p_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
732 TVariable *d_ = CreateTempVariable(symbolTable, vec2Type); in AddBresenhamEmulationFS()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp118 auto vec2Type = new TType(EbtFloat, 2); in CreateVec2() local
123 TIntermAggregate::CreateConstructor(*vec2Type, &vec2Args); in CreateVec2()
132 auto vec2Type = new TType(EbtFloat, 2); in CreateVec2ArrayWithIndex() local
133 TType *typeVec2Array = new TType(*vec2Type); in CreateVec2ArrayWithIndex()
505 auto vec2Type = new TType(EbtFloat, 2); in getHalfRenderArea() local
510 TIntermAggregate::CreateConstructor(*vec2Type, &widthHeightArgs); in getHalfRenderArea()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp512 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in declareCoordTranslationFunction() local
513 TType *outVec2Type = new TType(*vec2Type); in declareCoordTranslationFunction()
725 *vec2Type, new TIntermSequence({dUdxNormalized, dVdxNormalized})); in declareCoordTranslationFunction()
727 *vec2Type, new TIntermSequence({dUdyNormalized, dVdyNormalized})); in declareCoordTranslationFunction()
859 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in convertBuiltinFunction() local
862 TIntermSymbol *dUVdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in convertBuiltinFunction()
863 TIntermSymbol *dUVdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in convertBuiltinFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp150 const TType *vec2Type = &rotatedFlipXY->getType(); in visitAggregateWithRotation() local
151 TIntermSymbol *tmpRotFlipXY = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in visitAggregateWithRotation()
DRewriteCubeMapSamplersAs2DArray.cpp408 const TType *vec2Type = StaticType::GetBasic<EbtFloat, EbpHigh, 2>(); in declareCoordTranslationFunction() local
409 TType *outVec2Type = new TType(*vec2Type); in declareCoordTranslationFunction()
677 TIntermTyped *dUVdxValue = TIntermAggregate::CreateConstructor(*vec2Type, &argsDUVdx); in declareCoordTranslationFunction()
680 TIntermTyped *dUVdyValue = TIntermAggregate::CreateConstructor(*vec2Type, &argsDUVdy); in declareCoordTranslationFunction()
846 const TType *vec2Type = StaticType::GetBasic<EbtFloat, EbpHigh, 2>(); in convertBuiltinFunction() local
849 TIntermSymbol *dUVdx = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in convertBuiltinFunction()
850 TIntermSymbol *dUVdy = new TIntermSymbol(CreateTempVariable(mSymbolTable, vec2Type)); in convertBuiltinFunction()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp506 const TType *vec2Type = StaticType::GetBasic<EbtFloat, 2>(); in AddLineSegmentRasterizationEmulation() local
539 TVariable *bTemp = CreateTempVariable(symbolTable, vec2Type); in AddLineSegmentRasterizationEmulation()
555 TVariable *baTemp = CreateTempVariable(symbolTable, vec2Type); in AddLineSegmentRasterizationEmulation()
567 TVariable *ba2Temp = CreateTempVariable(symbolTable, vec2Type); in AddLineSegmentRasterizationEmulation()
580 TVariable *bpTemp = CreateTempVariable(symbolTable, vec2Type); in AddLineSegmentRasterizationEmulation()