Home
last modified time | relevance | path

Searched refs:EOpMul (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp35 EOpMul, in DerivativeQuotient()
37 new TIntermBinary(EOpMul, dv->deepCopy(), u->deepCopy())), in DerivativeQuotient()
38 new TIntermBinary(EOpMul, vRecip->deepCopy(), vRecip->deepCopy())); in DerivativeQuotient()
88 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
89 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
117 TIntermTyped *vcValue = new TIntermBinary(EOpMul, signY, z->deepCopy()); in TransformYMajor()
139 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
140 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
167 TIntermTyped *ucValue = new TIntermBinary(EOpMul, signZ, x->deepCopy()); in TransformZMajor()
721 TIntermTyped *ucDivMa = new TIntermBinary(EOpMul, uc, ma->deepCopy()); in declareCoordTranslationFunction()
[all …]
H A DRewriteDfdy.cpp65 TOperator multiplyOp = (objectSize == 1) ? EOpMul : EOpVectorTimesScalar; in visitUnary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp35 EOpMul, in DerivativeQuotient()
37 new TIntermBinary(EOpMul, dv->deepCopy(), u->deepCopy())), in DerivativeQuotient()
38 new TIntermBinary(EOpMul, vRecip->deepCopy(), vRecip->deepCopy())); in DerivativeQuotient()
88 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
89 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
117 TIntermTyped *vcValue = new TIntermBinary(EOpMul, signY, z->deepCopy()); in TransformYMajor()
139 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
140 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
167 TIntermTyped *ucValue = new TIntermBinary(EOpMul, signZ, x->deepCopy()); in TransformZMajor()
721 TIntermTyped *ucDivMa = new TIntermBinary(EOpMul, uc, ma->deepCopy()); in declareCoordTranslationFunction()
[all …]
H A DRewriteDfdy.cpp123 TIntermBinary *rotatedFlipXY = new TIntermBinary(EOpMul, mFlipXY->deepCopy(), halfRotationMat); in visitUnaryWithRotation()
141 TOperator multiplyOp = (objectSize == 1) ? EOpMul : EOpVectorTimesScalar; in visitUnaryWithRotation()
167 TOperator multiplyOp = (objectSize == 1) ? EOpMul : EOpVectorTimesScalar; in visitUnaryWithoutRotation()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp35 EOpMul, in DerivativeQuotient()
37 new TIntermBinary(EOpMul, dv->deepCopy(), u->deepCopy())), in DerivativeQuotient()
38 new TIntermBinary(EOpMul, vRecip->deepCopy(), vRecip->deepCopy())); in DerivativeQuotient()
88 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
89 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeXMajor()
117 TIntermTyped *vcValue = new TIntermBinary(EOpMul, signY, z->deepCopy()); in TransformYMajor()
139 duValue = new TIntermBinary(EOpMul, duValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
140 dvValue = new TIntermBinary(EOpMul, dvValue, CreateFloatNode(0.5f)); in TransformDerivativeYMajor()
167 TIntermTyped *ucValue = new TIntermBinary(EOpMul, signZ, x->deepCopy()); in TransformZMajor()
721 TIntermTyped *ucDivMa = new TIntermBinary(EOpMul, uc, ma->deepCopy()); in declareCoordTranslationFunction()
[all …]
H A DRewriteDfdy.cpp123 TIntermBinary *rotatedFlipXY = new TIntermBinary(EOpMul, mFlipXY->deepCopy(), halfRotationMat); in visitUnaryWithRotation()
141 TOperator multiplyOp = (objectSize == 1) ? EOpMul : EOpVectorTimesScalar; in visitUnaryWithRotation()
167 TOperator multiplyOp = (objectSize == 1) ? EOpMul : EOpVectorTimesScalar; in visitUnaryWithoutRotation()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/hlsl/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/hlsl/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/hlsl/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/hlsl/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/hlsl/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/graphics/glslang/glslang-11.7.1/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/HLSL/
H A DhlslOpMap.cpp70 case EHTokStar: return EOpMul; in binary()
163 case EOpMul: in precedenceLevel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DTranslatorMetal.cpp50 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negViewportYScale); in AppendVertexShaderPositionYCorrectionToMain()
118 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection()
H A DTranslatorVulkan.cpp254 TIntermBinary *inverseY = new TIntermBinary(EOpMul, removePivot, viewportYScale); in FlipBuiltinVariable()
327 TIntermBinary *halfZPlusW = new TIntermBinary(EOpMul, zPlusW, oneHalf->deepCopy()); in AppendVertexShaderDepthCorrectionToMain()
521 TIntermBinary *ndcViewport = new TIntermBinary(EOpMul, viewportZW, ndcPlusOne); in AddBresenhamEmulationVS()
632 TIntermBinary *scaledPosition = new TIntermBinary(EOpMul, offsetHalfPosition, viewportZW); in AddBresenhamEmulationFS()
668 TIntermBinary *ddfp = new TIntermBinary(EOpMul, dd, fp); in AddBresenhamEmulationFS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp161 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat2, "matrixCompMult", mat2, mat2); in InsertBuiltInFunctions()
162 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat3, "matrixCompMult", mat3, mat3); in InsertBuiltInFunctions()
163 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat4, "matrixCompMult", mat4, mat4); in InsertBuiltInFunctions()
164 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x3, "matrixCompMult", mat2x3, mat2x3); in InsertBuiltInFunctions()
165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x2, "matrixCompMult", mat3x2, mat3x2); in InsertBuiltInFunctions()
166 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4); in InsertBuiltInFunctions()
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x2, "matrixCompMult", mat4x2, mat4x2); in InsertBuiltInFunctions()
168 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4); in InsertBuiltInFunctions()
169 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3); in InsertBuiltInFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp161 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat2, "matrixCompMult", mat2, mat2); in InsertBuiltInFunctions()
162 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat3, "matrixCompMult", mat3, mat3); in InsertBuiltInFunctions()
163 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat4, "matrixCompMult", mat4, mat4); in InsertBuiltInFunctions()
164 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x3, "matrixCompMult", mat2x3, mat2x3); in InsertBuiltInFunctions()
165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x2, "matrixCompMult", mat3x2, mat3x2); in InsertBuiltInFunctions()
166 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4); in InsertBuiltInFunctions()
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x2, "matrixCompMult", mat4x2, mat4x2); in InsertBuiltInFunctions()
168 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4); in InsertBuiltInFunctions()
169 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3); in InsertBuiltInFunctions()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DInitialize.cpp159 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat2, "matrixCompMult", mat2, mat2); in InsertBuiltInFunctions()
160 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat3, "matrixCompMult", mat3, mat3); in InsertBuiltInFunctions()
161 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat4, "matrixCompMult", mat4, mat4); in InsertBuiltInFunctions()
162 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x3, "matrixCompMult", mat2x3, mat2x3); in InsertBuiltInFunctions()
163 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x2, "matrixCompMult", mat3x2, mat3x2); in InsertBuiltInFunctions()
164 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4); in InsertBuiltInFunctions()
165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x2, "matrixCompMult", mat4x2, mat4x2); in InsertBuiltInFunctions()
166 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4); in InsertBuiltInFunctions()
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3); in InsertBuiltInFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DTranslatorMetal.cpp79 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negFlipY); in AppendVertexShaderPositionYCorrectionToMain()
220 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection()

12345678910>>...21