Home
last modified time | relevance | path

Searched refs:coordTransform (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp18 const GrCoordTransform& coordTransform) { in GetTransformMatrix() argument
20 combined.setConcat(coordTransform.getMatrix(), localMatrix); in GetTransformMatrix()
21 if (coordTransform.normalize()) { in GetTransformMatrix()
22 combined.postIDiv(coordTransform.peekTexture()->width(), in GetTransformMatrix()
23 coordTransform.peekTexture()->height()); in GetTransformMatrix()
26 if (coordTransform.reverseY()) { in GetTransformMatrix()
27 if (coordTransform.normalize()) { in GetTransformMatrix()
39 SkScalar h = coordTransform.peekTexture()->height(); in GetTransformMatrix()
DGrGLSLGeometryProcessor.cpp71 while (const GrCoordTransform* coordTransform = handler->nextCoordTransform()) { in emitTransforms() local
80 if (localMatrix.hasPerspective() || coordTransform->getMatrix().hasPerspective() in emitTransforms()
104 while (const GrCoordTransform* coordTransform = transformIter->next()) { in setTransformDataHelper() local
105 const SkMatrix& m = GetTransformMatrix(localMatrix, *coordTransform); in setTransformDataHelper()
/third_party/flutter/skia/src/gpu/
DGrPathProcessor.cpp55 while (const GrCoordTransform* coordTransform = transformHandler->nextCoordTransform()) { in emitTransforms() local
57 coordTransform->getMatrix().hasPerspective() ? kHalf3_GrSLType in emitTransforms()
84 while (const GrCoordTransform* coordTransform = transformIter.next()) { in setData() local
86 const SkMatrix& m = GetTransformMatrix(pathProc.localMatrix(), *coordTransform); in setData()
DGrPrimitiveProcessor.cpp33 const GrCoordTransform* coordTransform = coords[t]; in getTransformKey() local
34 if (coordTransform->getMatrix().hasPerspective()) { in getTransformKey()
DGrFragmentProcessor.h115 const GrCoordTransform& coordTransform(int index) const { return *fCoordTransforms[index]; } in coordTransform() function
237 &GrFragmentProcessor::coordTransform>;
DGrFragmentProcessor.cpp114 if (!this->coordTransform(i).hasSameEffectAs(that.coordTransform(i))) { in hasSameTransforms()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureCases.cpp62 const tcu::Mat3& coordTransform, in Texture2DRenderCase() argument
72 , m_coordTransform (coordTransform) in Texture2DRenderCase()
Des2pTextureCases.hpp46 const tcu::Mat3& coordTransform,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp878 TIntermSequence coordTransform; in convertBuiltinFunction() local
879 coordTransform.push_back(CreateTempDeclarationNode(&dUVdx->variable())); in convertBuiltinFunction()
880 coordTransform.push_back(CreateTempDeclarationNode(&dUVdy->variable())); in convertBuiltinFunction()
892 coordTransform.push_back( in convertBuiltinFunction()
905 coordTransform.push_back(CreateTempInitDeclarationNode(&biasFac->variable(), exp2Call)); in convertBuiltinFunction()
912 insertStatementsInParentBlock(coordTransform); in convertBuiltinFunction()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pTextureCases.hpp50 const tcu::Mat3& coordTransform,
Des3pTextureCases.cpp62 const tcu::Mat3& coordTransform, in Texture2DRenderCase() argument
71 , m_coordTransform (coordTransform) in Texture2DRenderCase()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp881 TIntermSequence *coordTransform = new TIntermSequence; in convertBuiltinFunction() local
882 coordTransform->push_back(CreateTempDeclarationNode(&dUVdx->variable())); in convertBuiltinFunction()
883 coordTransform->push_back(CreateTempDeclarationNode(&dUVdy->variable())); in convertBuiltinFunction()
886 coordTransform->push_back( in convertBuiltinFunction()
888 insertStatementsInParentBlock(*coordTransform); in convertBuiltinFunction()
/third_party/flutter/skia/src/gpu/gradients/
DGrRadialGradientLayout.fp10 @coordTransform {
DGrLinearGradientLayout.fp10 @coordTransform {
DGrSweepGradientLayout.fp13 @coordTransform {
DGrTwoPointConicalGradientLayout.fp30 @coordTransform {
/third_party/flutter/skia/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp30 @coordTransform(mask) {
DGrSimpleTextureEffect.fp15 @coordTransform(image) {
DGrMagnifierEffect.fp19 @coordTransform(src) {
/third_party/flutter/skia/src/sksl/
DREADME108 @coordTransform(<sampler>)