Searched refs:EOpDFdx (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 86 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/ |
D | Operator_autogen.h | 364 EOpDFdx, enumerator 517 return op >= EOpDFdx && op <= EOpFwidthCoarse; in IsDerivativesFS()
|
D | IntermNode.cpp | 174 case EOpDFdx: in CanFoldAggregateBuiltInOp() 4153 case EOpDFdx: in FoldAggregateBuiltIn()
|
D | OutputHLSL.cpp | 2592 case EOpDFdx: in visitAggregate()
|
D | SymbolTable_ESSL_autogen.cpp | 11956 EOpDFdx, 11965 EOpDFdx, 11974 EOpDFdx, 11983 EOpDFdx, 12063 EOpDFdx, 12071 EOpDFdx, 12079 EOpDFdx, 12087 EOpDFdx,
|
D | OutputSPIRV.cpp | 2854 case EOpDFdx: in visitOperator()
|
D | SymbolTable_autogen.cpp | 17489 EOpDFdx, 17498 EOpDFdx, 17507 EOpDFdx, 17516 EOpDFdx, 17596 EOpDFdx, 17604 EOpDFdx, 17612 EOpDFdx, 17620 EOpDFdx,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 289 …symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpDFdx, "GL_OES_standard_derivatives", genType, "dFdx",… in InsertBuiltInFunctions() 364 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDFdx, genType, "dFdx", genType); in InsertBuiltInFunctions()
|
D | intermediate.h | 170 EOpDFdx, // Fragment only, OES_standard_derivatives extension enumerator
|
D | Intermediate.cpp | 287 case EOpDFdx: return "dFdx"; in getOperatorString()
|
D | OutputASM.cpp | 1180 …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/ |
D | ProgramPrelude.cpp | 3575 case TOperator::EOpDFdx: in visitOperator()
|
D | EmitMetal.cpp | 539 case TOperator::EOpDFdx: in GetOperatorString()
|