Home
last modified time | relevance | path

Searched refs:EOpDFdx (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteDfdy.cpp86 if ((node->getOp() != EOpDFdx) && (node->getOp() != EOpDFdy)) in visitAggregateWithRotation()
120 if (node->getOp() == EOpDFdx) in visitAggregateWithRotation()
139 if (node->getOp() == EOpDFdx) in visitAggregateWithRotation()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h364 EOpDFdx,
517 return op >= EOpDFdx && op <= EOpFwidthCoarse; in IsDerivativesFS()
H A DIntermNode.cpp174 case EOpDFdx: in CanFoldAggregateBuiltInOp()
4153 case EOpDFdx:
H A DOutputHLSL.cpp2592 case EOpDFdx: in visitAggregate()
H A DSymbolTable_ESSL_autogen.cpp11956 EOpDFdx,
11965 EOpDFdx,
11974 EOpDFdx,
11983 EOpDFdx,
12063 EOpDFdx,
12071 EOpDFdx,
12079 EOpDFdx,
12087 EOpDFdx,
[all...]
H A DOutputSPIRV.cpp2854 case EOpDFdx: in visitOperator()
H A DSymbolTable_autogen.cpp17489 EOpDFdx,
17498 EOpDFdx,
17507 EOpDFdx,
17516 EOpDFdx,
17596 EOpDFdx,
17604 EOpDFdx,
17612 EOpDFdx,
17620 EOpDFdx,
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp289 symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpDFdx, "GL_OES_standard_derivatives", genType, "dFdx", genType); in InsertBuiltInFunctions()
364 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDFdx, genType, "dFdx", genType); in InsertBuiltInFunctions()
H A Dintermediate.h170 EOpDFdx, // Fragment only, OES_standard_derivatives extension enumerator
H A DIntermediate.cpp287 case EOpDFdx: return "dFdx"; in getOperatorString()
H A DOutputASM.cpp1180 case EOpDFdx: if(visit == PostVisit) emit(sw::Shader::OPCODE_DFDX, result, arg); break; in visitUnary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3575 case TOperator::EOpDFdx: in visitOperator()
H A DEmitMetal.cpp539 case TOperator::EOpDFdx: in GetOperatorString()

Completed in 93 milliseconds